Shades of Cranberry #DB476B
Tints of Cranberry #DB476B
RGB
CMYK
RGB Variations
Color information
#DB476B (or 0xDB476B) is known color: Cranberry. HEX triplet: DB, 47 and 6B. RGB value is (219,71,107). Sum of RGB (Red+Green+Blue) = 219+71+107=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB476B is #24B894. Grayscale: #777777. Windows color (decimal): -2406549 or 7030747. OLE color: 7030747.
HSL color Cylindrical-coordinate representation of color #DB476B: hue angle of 345.41º 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 #DB476B is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 107 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.14 |
| HSL | 345.41º | 0.67% | 0.57% | - |
| HSV(B) | 345.41º | 0.68% | 0.86% | - |
| XYZ | 34.12 | 20.63 | 16.09 | - |
| YUV | 119.36 | 121.03 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 107 | 0 | 0.68 | 0.51 | 0.14 | 345.41 | 0.67 | 0.57 |
| Hex | DB | 47 | 6B | 0 | 44 | 33 | E | 159 | 43 | 39 |
| Octal | 333 | 107 | 153 | 0 | 104 | 63 | 16 | 531 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1101011 | 0 | 1000100 | 110011 | 1110 | 101011001 | 1000011 | 111001 |
Color Harmonies of #DB476B
Complementary color
Monochromatic Colors of #DB476B
Black with #DB476B
Text Example
Text Example
White with #DB476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB476B; }
p { color: rgb(219,71,107); }
H1.HeaderClassName
{
color: #DB476B;
}
.AnyTagClassName
{
color: #DB476B;
}
</style>
background-color css
<style>
a { background-color: #DB476B; }
a { background-color: rgb(219,71,107); }
div.DivClassName
{
background-color: #DB476B;
}
.BgClassName
{
background-color: #DB476B;
}
</style>
border-color css
<style>
span { border-color: #DB476B; }
span { border-color: rgb(219,71,107); }
td.TdClassName
{
border-color: #DB476B;
}
.TagClassName
{
border-color: #DB476B;
}
</style>