Shades of Cranberry #DB5872
Tints of Cranberry #DB5872
RGB
CMYK
RGB Variations
Color information
#DB5872 (or 0xDB5872) is known color: Cranberry. HEX triplet: DB, 58 and 72. RGB value is (219,88,114). Sum of RGB (Red+Green+Blue) = 219+88+114=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5872 is #24A78D. Grayscale: #828282. Windows color (decimal): -2402190 or 7493851. OLE color: 7493851.
HSL color Cylindrical-coordinate representation of color #DB5872: hue angle of 348.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5872 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 114 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.14 |
| HSL | 348.09º | 0.65% | 0.6% | - |
| HSV(B) | 348.09º | 0.6% | 0.86% | - |
| XYZ | 35.74 | 23.25 | 18.52 | - |
| YUV | 130.13 | 118.9 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 114 | 0 | 0.60 | 0.48 | 0.14 | 348.09 | 0.65 | 0.6 |
| Hex | DB | 58 | 72 | 0 | 3C | 30 | E | 15C | 41 | 3C |
| Octal | 333 | 130 | 162 | 0 | 74 | 60 | 16 | 534 | 101 | 74 |
| Binary | 11011011 | 1011000 | 1110010 | 0 | 111100 | 110000 | 1110 | 101011100 | 1000001 | 111100 |
Color Harmonies of #DB5872
Complementary color
Monochromatic Colors of #DB5872
Black with #DB5872
Text Example
Text Example
White with #DB5872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5872; }
p { color: rgb(219,88,114); }
H1.HeaderClassName
{
color: #DB5872;
}
.AnyTagClassName
{
color: #DB5872;
}
</style>
background-color css
<style>
a { background-color: #DB5872; }
a { background-color: rgb(219,88,114); }
div.DivClassName
{
background-color: #DB5872;
}
.BgClassName
{
background-color: #DB5872;
}
</style>
border-color css
<style>
span { border-color: #DB5872; }
span { border-color: rgb(219,88,114); }
td.TdClassName
{
border-color: #DB5872;
}
.TagClassName
{
border-color: #DB5872;
}
</style>