Shades of Cranberry #DB476D
Tints of Cranberry #DB476D
RGB
CMYK
RGB Variations
Color information
#DB476D (or 0xDB476D) is known color: Cranberry. HEX triplet: DB, 47 and 6D. RGB value is (219,71,109). Sum of RGB (Red+Green+Blue) = 219+71+109=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB476D is #24B892. Grayscale: #777777. Windows color (decimal): -2406547 or 7161819. OLE color: 7161819.
HSL color Cylindrical-coordinate representation of color #DB476D: hue angle of 344.59º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB476D is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 109 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.14 |
| HSL | 344.59º | 0.67% | 0.57% | - |
| HSV(B) | 344.59º | 0.68% | 0.86% | - |
| XYZ | 34.23 | 20.67 | 16.65 | - |
| YUV | 119.58 | 122.03 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 109 | 0 | 0.68 | 0.50 | 0.14 | 344.59 | 0.67 | 0.57 |
| Hex | DB | 47 | 6D | 0 | 44 | 32 | E | 159 | 43 | 39 |
| Octal | 333 | 107 | 155 | 0 | 104 | 62 | 16 | 531 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1101101 | 0 | 1000100 | 110010 | 1110 | 101011001 | 1000011 | 111001 |
Color Harmonies of #DB476D
Complementary color
Monochromatic Colors of #DB476D
Black with #DB476D
Text Example
Text Example
White with #DB476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB476D; }
p { color: rgb(219,71,109); }
H1.HeaderClassName
{
color: #DB476D;
}
.AnyTagClassName
{
color: #DB476D;
}
</style>
background-color css
<style>
a { background-color: #DB476D; }
a { background-color: rgb(219,71,109); }
div.DivClassName
{
background-color: #DB476D;
}
.BgClassName
{
background-color: #DB476D;
}
</style>
border-color css
<style>
span { border-color: #DB476D; }
span { border-color: rgb(219,71,109); }
td.TdClassName
{
border-color: #DB476D;
}
.TagClassName
{
border-color: #DB476D;
}
</style>