Shades of Cranberry #DB4972
Tints of Cranberry #DB4972
RGB
CMYK
RGB Variations
Color information
#DB4972 (or 0xDB4972) is known color: Cranberry. HEX triplet: DB, 49 and 72. RGB value is (219,73,114). Sum of RGB (Red+Green+Blue) = 219+73+114=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4972 is #24B68D. Grayscale: #797979. Windows color (decimal): -2406030 or 7490011. OLE color: 7490011.
HSL color Cylindrical-coordinate representation of color #DB4972: hue angle of 343.15º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4972 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 114 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.14 |
| HSL | 343.15º | 0.67% | 0.57% | - |
| HSV(B) | 343.15º | 0.67% | 0.86% | - |
| XYZ | 34.63 | 21.04 | 18.16 | - |
| YUV | 121.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 114 | 0 | 0.67 | 0.48 | 0.14 | 343.15 | 0.67 | 0.57 |
| Hex | DB | 49 | 72 | 0 | 43 | 30 | E | 157 | 43 | 39 |
| Octal | 333 | 111 | 162 | 0 | 103 | 60 | 16 | 527 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1110010 | 0 | 1000011 | 110000 | 1110 | 101010111 | 1000011 | 111001 |
Color Harmonies of #DB4972
Complementary color
Monochromatic Colors of #DB4972
Black with #DB4972
Text Example
Text Example
White with #DB4972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4972; }
p { color: rgb(219,73,114); }
H1.HeaderClassName
{
color: #DB4972;
}
.AnyTagClassName
{
color: #DB4972;
}
</style>
background-color css
<style>
a { background-color: #DB4972; }
a { background-color: rgb(219,73,114); }
div.DivClassName
{
background-color: #DB4972;
}
.BgClassName
{
background-color: #DB4972;
}
</style>
border-color css
<style>
span { border-color: #DB4972; }
span { border-color: rgb(219,73,114); }
td.TdClassName
{
border-color: #DB4972;
}
.TagClassName
{
border-color: #DB4972;
}
</style>