Shades of Cranberry #DF4272
Tints of Cranberry #DF4272
RGB
CMYK
RGB Variations
Color information
#DF4272 (or 0xDF4272) is known color: Cranberry. HEX triplet: DF, 42 and 72. RGB value is (223,66,114). Sum of RGB (Red+Green+Blue) = 223+66+114=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4272 is #20BD8D. Grayscale: #767676. Windows color (decimal): -2145678 or 7488223. OLE color: 7488223.
HSL color Cylindrical-coordinate representation of color #DF4272: hue angle of 341.66º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4272 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 114 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.13 |
| HSL | 341.66º | 0.71% | 0.57% | - |
| HSV(B) | 341.66º | 0.7% | 0.87% | - |
| XYZ | 35.42 | 20.8 | 18.07 | - |
| YUV | 118.42 | 125.51 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 114 | 0 | 0.70 | 0.49 | 0.13 | 341.66 | 0.71 | 0.57 |
| Hex | DF | 42 | 72 | 0 | 46 | 31 | D | 156 | 47 | 39 |
| Octal | 337 | 102 | 162 | 0 | 106 | 61 | 15 | 526 | 107 | 71 |
| Binary | 11011111 | 1000010 | 1110010 | 0 | 1000110 | 110001 | 1101 | 101010110 | 1000111 | 111001 |
Color Harmonies of #DF4272
Complementary color
Monochromatic Colors of #DF4272
Black with #DF4272
Text Example
Text Example
White with #DF4272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4272; }
p { color: rgb(223,66,114); }
H1.HeaderClassName
{
color: #DF4272;
}
.AnyTagClassName
{
color: #DF4272;
}
</style>
background-color css
<style>
a { background-color: #DF4272; }
a { background-color: rgb(223,66,114); }
div.DivClassName
{
background-color: #DF4272;
}
.BgClassName
{
background-color: #DF4272;
}
</style>
border-color css
<style>
span { border-color: #DF4272; }
span { border-color: rgb(223,66,114); }
td.TdClassName
{
border-color: #DF4272;
}
.TagClassName
{
border-color: #DF4272;
}
</style>