Shades of Cranberry #DB477F
Tints of Cranberry #DB477F
RGB
CMYK
RGB Variations
Color information
#DB477F (or 0xDB477F) is known color: Cranberry. HEX triplet: DB, 47 and 7F. RGB value is (219,71,127). Sum of RGB (Red+Green+Blue) = 219+71+127=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB477F is #24B880. Grayscale: #797979. Windows color (decimal): -2406529 or 8341467. OLE color: 8341467.
HSL color Cylindrical-coordinate representation of color #DB477F: hue angle of 337.3º 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 #DB477F is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 127 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.14 |
| HSL | 337.3º | 0.67% | 0.57% | - |
| HSV(B) | 337.3º | 0.68% | 0.86% | - |
| XYZ | 35.3 | 21.1 | 22.29 | - |
| YUV | 121.64 | 131.03 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 127 | 0 | 0.68 | 0.42 | 0.14 | 337.3 | 0.67 | 0.57 |
| Hex | DB | 47 | 7F | 0 | 44 | 2A | E | 151 | 43 | 39 |
| Octal | 333 | 107 | 177 | 0 | 104 | 52 | 16 | 521 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1111111 | 0 | 1000100 | 101010 | 1110 | 101010001 | 1000011 | 111001 |
Color Harmonies of #DB477F
Complementary color
Monochromatic Colors of #DB477F
Black with #DB477F
Text Example
Text Example
White with #DB477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB477F; }
p { color: rgb(219,71,127); }
H1.HeaderClassName
{
color: #DB477F;
}
.AnyTagClassName
{
color: #DB477F;
}
</style>
background-color css
<style>
a { background-color: #DB477F; }
a { background-color: rgb(219,71,127); }
div.DivClassName
{
background-color: #DB477F;
}
.BgClassName
{
background-color: #DB477F;
}
</style>
border-color css
<style>
span { border-color: #DB477F; }
span { border-color: rgb(219,71,127); }
td.TdClassName
{
border-color: #DB477F;
}
.TagClassName
{
border-color: #DB477F;
}
</style>