Shades of Cranberry #DB4572
Tints of Cranberry #DB4572
RGB
CMYK
RGB Variations
Color information
#DB4572 (or 0xDB4572) is known color: Cranberry. HEX triplet: DB, 45 and 72. RGB value is (219,69,114). Sum of RGB (Red+Green+Blue) = 219+69+114=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4572 is #24BA8D. Grayscale: #767676. Windows color (decimal): -2407054 or 7488987. OLE color: 7488987.
HSL color Cylindrical-coordinate representation of color #DB4572: hue angle of 342º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4572 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 114 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.14 |
| HSL | 342º | 0.68% | 0.56% | - |
| HSV(B) | 342º | 0.68% | 0.86% | - |
| XYZ | 34.38 | 20.53 | 18.07 | - |
| YUV | 118.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 114 | 0 | 0.68 | 0.48 | 0.14 | 342 | 0.68 | 0.56 |
| Hex | DB | 45 | 72 | 0 | 44 | 30 | E | 156 | 44 | 38 |
| Octal | 333 | 105 | 162 | 0 | 104 | 60 | 16 | 526 | 104 | 70 |
| Binary | 11011011 | 1000101 | 1110010 | 0 | 1000100 | 110000 | 1110 | 101010110 | 1000100 | 111000 |
Color Harmonies of #DB4572
Complementary color
Monochromatic Colors of #DB4572
Black with #DB4572
Text Example
Text Example
White with #DB4572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4572; }
p { color: rgb(219,69,114); }
H1.HeaderClassName
{
color: #DB4572;
}
.AnyTagClassName
{
color: #DB4572;
}
</style>
background-color css
<style>
a { background-color: #DB4572; }
a { background-color: rgb(219,69,114); }
div.DivClassName
{
background-color: #DB4572;
}
.BgClassName
{
background-color: #DB4572;
}
</style>
border-color css
<style>
span { border-color: #DB4572; }
span { border-color: rgb(219,69,114); }
td.TdClassName
{
border-color: #DB4572;
}
.TagClassName
{
border-color: #DB4572;
}
</style>