Shades of Cranberry #DF4972
Tints of Cranberry #DF4972
RGB
CMYK
RGB Variations
Color information
#DF4972 (or 0xDF4972) is known color: Cranberry. HEX triplet: DF, 49 and 72. RGB value is (223,73,114). Sum of RGB (Red+Green+Blue) = 223+73+114=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4972 is #20B68D. Grayscale: #7A7A7A. Windows color (decimal): -2143886 or 7490015. OLE color: 7490015.
HSL color Cylindrical-coordinate representation of color #DF4972: hue angle of 343.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4972 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 114 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.13 |
| HSL | 343.6º | 0.7% | 0.58% | - |
| HSV(B) | 343.6º | 0.67% | 0.87% | - |
| XYZ | 35.85 | 21.67 | 18.21 | - |
| YUV | 122.52 | 123.2 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 114 | 0 | 0.67 | 0.49 | 0.13 | 343.6 | 0.7 | 0.58 |
| Hex | DF | 49 | 72 | 0 | 43 | 31 | D | 158 | 46 | 3A |
| Octal | 337 | 111 | 162 | 0 | 103 | 61 | 15 | 530 | 106 | 72 |
| Binary | 11011111 | 1001001 | 1110010 | 0 | 1000011 | 110001 | 1101 | 101011000 | 1000110 | 111010 |
Color Harmonies of #DF4972
Complementary color
Monochromatic Colors of #DF4972
Black with #DF4972
Text Example
Text Example
White with #DF4972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4972; }
p { color: rgb(223,73,114); }
H1.HeaderClassName
{
color: #DF4972;
}
.AnyTagClassName
{
color: #DF4972;
}
</style>
background-color css
<style>
a { background-color: #DF4972; }
a { background-color: rgb(223,73,114); }
div.DivClassName
{
background-color: #DF4972;
}
.BgClassName
{
background-color: #DF4972;
}
</style>
border-color css
<style>
span { border-color: #DF4972; }
span { border-color: rgb(223,73,114); }
td.TdClassName
{
border-color: #DF4972;
}
.TagClassName
{
border-color: #DF4972;
}
</style>