Shades of Cranberry #DB3E72
Tints of Cranberry #DB3E72
RGB
CMYK
RGB Variations
Color information
#DB3E72 (or 0xDB3E72) is known color: Cranberry. HEX triplet: DB, 3E and 72. RGB value is (219,62,114). Sum of RGB (Red+Green+Blue) = 219+62+114=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3E72 is #24C18D. Grayscale: #727272. Windows color (decimal): -2408846 or 7487195. OLE color: 7487195.
HSL color Cylindrical-coordinate representation of color #DB3E72: hue angle of 340.13º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3E72 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 114 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.14 |
| HSL | 340.13º | 0.69% | 0.55% | - |
| HSV(B) | 340.13º | 0.72% | 0.86% | - |
| XYZ | 33.97 | 19.72 | 17.94 | - |
| YUV | 114.87 | 127.51 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 114 | 0 | 0.72 | 0.48 | 0.14 | 340.13 | 0.69 | 0.55 |
| Hex | DB | 3E | 72 | 0 | 48 | 30 | E | 154 | 45 | 37 |
| Octal | 333 | 76 | 162 | 0 | 110 | 60 | 16 | 524 | 105 | 67 |
| Binary | 11011011 | 111110 | 1110010 | 0 | 1001000 | 110000 | 1110 | 101010100 | 1000101 | 110111 |
Color Harmonies of #DB3E72
Complementary color
Monochromatic Colors of #DB3E72
Black with #DB3E72
Text Example
Text Example
White with #DB3E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E72; }
p { color: rgb(219,62,114); }
H1.HeaderClassName
{
color: #DB3E72;
}
.AnyTagClassName
{
color: #DB3E72;
}
</style>
background-color css
<style>
a { background-color: #DB3E72; }
a { background-color: rgb(219,62,114); }
div.DivClassName
{
background-color: #DB3E72;
}
.BgClassName
{
background-color: #DB3E72;
}
</style>
border-color css
<style>
span { border-color: #DB3E72; }
span { border-color: rgb(219,62,114); }
td.TdClassName
{
border-color: #DB3E72;
}
.TagClassName
{
border-color: #DB3E72;
}
</style>