Shades of Cranberry #DF476C
Tints of Cranberry #DF476C
RGB
CMYK
RGB Variations
Color information
#DF476C (or 0xDF476C) is known color: Cranberry. HEX triplet: DF, 47 and 6C. RGB value is (223,71,108). Sum of RGB (Red+Green+Blue) = 223+71+108=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF476C is #20B893. Grayscale: #787878. Windows color (decimal): -2144404 or 7096287. OLE color: 7096287.
HSL color Cylindrical-coordinate representation of color #DF476C: hue angle of 345.39º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF476C is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 108 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.13 |
| HSL | 345.39º | 0.7% | 0.58% | - |
| HSV(B) | 345.39º | 0.68% | 0.87% | - |
| XYZ | 35.39 | 21.28 | 16.43 | - |
| YUV | 120.67 | 120.86 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 108 | 0 | 0.68 | 0.52 | 0.13 | 345.39 | 0.7 | 0.58 |
| Hex | DF | 47 | 6C | 0 | 44 | 34 | D | 159 | 46 | 3A |
| Octal | 337 | 107 | 154 | 0 | 104 | 64 | 15 | 531 | 106 | 72 |
| Binary | 11011111 | 1000111 | 1101100 | 0 | 1000100 | 110100 | 1101 | 101011001 | 1000110 | 111010 |
Color Harmonies of #DF476C
Complementary color
Monochromatic Colors of #DF476C
Black with #DF476C
Text Example
Text Example
White with #DF476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF476C; }
p { color: rgb(223,71,108); }
H1.HeaderClassName
{
color: #DF476C;
}
.AnyTagClassName
{
color: #DF476C;
}
</style>
background-color css
<style>
a { background-color: #DF476C; }
a { background-color: rgb(223,71,108); }
div.DivClassName
{
background-color: #DF476C;
}
.BgClassName
{
background-color: #DF476C;
}
</style>
border-color css
<style>
span { border-color: #DF476C; }
span { border-color: rgb(223,71,108); }
td.TdClassName
{
border-color: #DF476C;
}
.TagClassName
{
border-color: #DF476C;
}
</style>