Shades of Cranberry #DB5372
Tints of Cranberry #DB5372
RGB
CMYK
RGB Variations
Color information
#DB5372 (or 0xDB5372) is known color: Cranberry. HEX triplet: DB, 53 and 72. RGB value is (219,83,114). Sum of RGB (Red+Green+Blue) = 219+83+114=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5372 is #24AC8D. Grayscale: #7F7F7F. Windows color (decimal): -2403470 or 7492571. OLE color: 7492571.
HSL color Cylindrical-coordinate representation of color #DB5372: hue angle of 346.32º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5372 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 114 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.14 |
| HSL | 346.32º | 0.65% | 0.59% | - |
| HSV(B) | 346.32º | 0.62% | 0.86% | - |
| XYZ | 35.34 | 22.46 | 18.39 | - |
| YUV | 127.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 114 | 0 | 0.62 | 0.48 | 0.14 | 346.32 | 0.65 | 0.59 |
| Hex | DB | 53 | 72 | 0 | 3E | 30 | E | 15A | 41 | 3B |
| Octal | 333 | 123 | 162 | 0 | 76 | 60 | 16 | 532 | 101 | 73 |
| Binary | 11011011 | 1010011 | 1110010 | 0 | 111110 | 110000 | 1110 | 101011010 | 1000001 | 111011 |
Color Harmonies of #DB5372
Complementary color
Monochromatic Colors of #DB5372
Black with #DB5372
Text Example
Text Example
White with #DB5372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5372; }
p { color: rgb(219,83,114); }
H1.HeaderClassName
{
color: #DB5372;
}
.AnyTagClassName
{
color: #DB5372;
}
</style>
background-color css
<style>
a { background-color: #DB5372; }
a { background-color: rgb(219,83,114); }
div.DivClassName
{
background-color: #DB5372;
}
.BgClassName
{
background-color: #DB5372;
}
</style>
border-color css
<style>
span { border-color: #DB5372; }
span { border-color: rgb(219,83,114); }
td.TdClassName
{
border-color: #DB5372;
}
.TagClassName
{
border-color: #DB5372;
}
</style>