Shades of Cranberry #DB476F
Tints of Cranberry #DB476F
RGB
CMYK
RGB Variations
Color information
#DB476F (or 0xDB476F) is known color: Cranberry. HEX triplet: DB, 47 and 6F. RGB value is (219,71,111). Sum of RGB (Red+Green+Blue) = 219+71+111=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB476F is #24B890. Grayscale: #777777. Windows color (decimal): -2406545 or 7292891. OLE color: 7292891.
HSL color Cylindrical-coordinate representation of color #DB476F: hue angle of 343.78º 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 #DB476F is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 111 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.14 |
| HSL | 343.78º | 0.67% | 0.57% | - |
| HSV(B) | 343.78º | 0.68% | 0.86% | - |
| XYZ | 34.34 | 20.71 | 17.23 | - |
| YUV | 119.81 | 123.03 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 111 | 0 | 0.68 | 0.49 | 0.14 | 343.78 | 0.67 | 0.57 |
| Hex | DB | 47 | 6F | 0 | 44 | 31 | E | 158 | 43 | 39 |
| Octal | 333 | 107 | 157 | 0 | 104 | 61 | 16 | 530 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1101111 | 0 | 1000100 | 110001 | 1110 | 101011000 | 1000011 | 111001 |
Color Harmonies of #DB476F
Complementary color
Monochromatic Colors of #DB476F
Black with #DB476F
Text Example
Text Example
White with #DB476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB476F; }
p { color: rgb(219,71,111); }
H1.HeaderClassName
{
color: #DB476F;
}
.AnyTagClassName
{
color: #DB476F;
}
</style>
background-color css
<style>
a { background-color: #DB476F; }
a { background-color: rgb(219,71,111); }
div.DivClassName
{
background-color: #DB476F;
}
.BgClassName
{
background-color: #DB476F;
}
</style>
border-color css
<style>
span { border-color: #DB476F; }
span { border-color: rgb(219,71,111); }
td.TdClassName
{
border-color: #DB476F;
}
.TagClassName
{
border-color: #DB476F;
}
</style>