Shades of Cranberry #DB5972
Tints of Cranberry #DB5972
RGB
CMYK
RGB Variations
Color information
#DB5972 (or 0xDB5972) is known color: Cranberry. HEX triplet: DB, 59 and 72. RGB value is (219,89,114). Sum of RGB (Red+Green+Blue) = 219+89+114=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5972 is #24A68D. Grayscale: #828282. Windows color (decimal): -2401934 or 7494107. OLE color: 7494107.
HSL color Cylindrical-coordinate representation of color #DB5972: hue angle of 348.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5972 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 114 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.14 |
| HSL | 348.46º | 0.64% | 0.6% | - |
| HSV(B) | 348.46º | 0.59% | 0.86% | - |
| XYZ | 35.82 | 23.42 | 18.55 | - |
| YUV | 130.72 | 118.57 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 114 | 0 | 0.59 | 0.48 | 0.14 | 348.46 | 0.64 | 0.6 |
| Hex | DB | 59 | 72 | 0 | 3B | 30 | E | 15C | 40 | 3C |
| Octal | 333 | 131 | 162 | 0 | 73 | 60 | 16 | 534 | 100 | 74 |
| Binary | 11011011 | 1011001 | 1110010 | 0 | 111011 | 110000 | 1110 | 101011100 | 1000000 | 111100 |
Color Harmonies of #DB5972
Complementary color
Monochromatic Colors of #DB5972
Black with #DB5972
Text Example
Text Example
White with #DB5972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5972; }
p { color: rgb(219,89,114); }
H1.HeaderClassName
{
color: #DB5972;
}
.AnyTagClassName
{
color: #DB5972;
}
</style>
background-color css
<style>
a { background-color: #DB5972; }
a { background-color: rgb(219,89,114); }
div.DivClassName
{
background-color: #DB5972;
}
.BgClassName
{
background-color: #DB5972;
}
</style>
border-color css
<style>
span { border-color: #DB5972; }
span { border-color: rgb(219,89,114); }
td.TdClassName
{
border-color: #DB5972;
}
.TagClassName
{
border-color: #DB5972;
}
</style>