Shades of Cranberry #DB5472
Tints of Cranberry #DB5472
RGB
CMYK
RGB Variations
Color information
#DB5472 (or 0xDB5472) is known color: Cranberry. HEX triplet: DB, 54 and 72. RGB value is (219,84,114). Sum of RGB (Red+Green+Blue) = 219+84+114=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5472 is #24AB8D. Grayscale: #7F7F7F. Windows color (decimal): -2403214 or 7492827. OLE color: 7492827.
HSL color Cylindrical-coordinate representation of color #DB5472: hue angle of 346.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5472 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 114 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.14 |
| HSL | 346.67º | 0.65% | 0.59% | - |
| HSV(B) | 346.67º | 0.62% | 0.86% | - |
| XYZ | 35.42 | 22.62 | 18.42 | - |
| YUV | 127.79 | 120.23 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 114 | 0 | 0.62 | 0.48 | 0.14 | 346.67 | 0.65 | 0.59 |
| Hex | DB | 54 | 72 | 0 | 3E | 30 | E | 15B | 41 | 3B |
| Octal | 333 | 124 | 162 | 0 | 76 | 60 | 16 | 533 | 101 | 73 |
| Binary | 11011011 | 1010100 | 1110010 | 0 | 111110 | 110000 | 1110 | 101011011 | 1000001 | 111011 |
Color Harmonies of #DB5472
Complementary color
Monochromatic Colors of #DB5472
Black with #DB5472
Text Example
Text Example
White with #DB5472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5472; }
p { color: rgb(219,84,114); }
H1.HeaderClassName
{
color: #DB5472;
}
.AnyTagClassName
{
color: #DB5472;
}
</style>
background-color css
<style>
a { background-color: #DB5472; }
a { background-color: rgb(219,84,114); }
div.DivClassName
{
background-color: #DB5472;
}
.BgClassName
{
background-color: #DB5472;
}
</style>
border-color css
<style>
span { border-color: #DB5472; }
span { border-color: rgb(219,84,114); }
td.TdClassName
{
border-color: #DB5472;
}
.TagClassName
{
border-color: #DB5472;
}
</style>