Shades of Cranberry #DF4774
Tints of Cranberry #DF4774
RGB
CMYK
RGB Variations
Color information
#DF4774 (or 0xDF4774) is known color: Cranberry. HEX triplet: DF, 47 and 74. RGB value is (223,71,116). Sum of RGB (Red+Green+Blue) = 223+71+116=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4774 is #20B88B. Grayscale: #797979. Windows color (decimal): -2144396 or 7620575. OLE color: 7620575.
HSL color Cylindrical-coordinate representation of color #DF4774: hue angle of 342.24º 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 #DF4774 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 116 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.13 |
| HSL | 342.24º | 0.7% | 0.58% | - |
| HSV(B) | 342.24º | 0.68% | 0.87% | - |
| XYZ | 35.84 | 21.46 | 18.78 | - |
| YUV | 121.58 | 124.86 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 116 | 0 | 0.68 | 0.48 | 0.13 | 342.24 | 0.7 | 0.58 |
| Hex | DF | 47 | 74 | 0 | 44 | 30 | D | 156 | 46 | 3A |
| Octal | 337 | 107 | 164 | 0 | 104 | 60 | 15 | 526 | 106 | 72 |
| Binary | 11011111 | 1000111 | 1110100 | 0 | 1000100 | 110000 | 1101 | 101010110 | 1000110 | 111010 |
Color Harmonies of #DF4774
Complementary color
Monochromatic Colors of #DF4774
Black with #DF4774
Text Example
Text Example
White with #DF4774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4774; }
p { color: rgb(223,71,116); }
H1.HeaderClassName
{
color: #DF4774;
}
.AnyTagClassName
{
color: #DF4774;
}
</style>
background-color css
<style>
a { background-color: #DF4774; }
a { background-color: rgb(223,71,116); }
div.DivClassName
{
background-color: #DF4774;
}
.BgClassName
{
background-color: #DF4774;
}
</style>
border-color css
<style>
span { border-color: #DF4774; }
span { border-color: rgb(223,71,116); }
td.TdClassName
{
border-color: #DF4774;
}
.TagClassName
{
border-color: #DF4774;
}
</style>