Shades of Cranberry #DF5272
Tints of Cranberry #DF5272
RGB
CMYK
RGB Variations
Color information
#DF5272 (or 0xDF5272) is known color: Cranberry. HEX triplet: DF, 52 and 72. RGB value is (223,82,114). Sum of RGB (Red+Green+Blue) = 223+82+114=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5272 is #20AD8D. Grayscale: #7F7F7F. Windows color (decimal): -2141582 or 7492319. OLE color: 7492319.
HSL color Cylindrical-coordinate representation of color #DF5272: hue angle of 346.38º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5272 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 114 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.13 |
| HSL | 346.38º | 0.69% | 0.6% | - |
| HSV(B) | 346.38º | 0.63% | 0.87% | - |
| XYZ | 36.49 | 22.94 | 18.42 | - |
| YUV | 127.81 | 120.21 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 114 | 0 | 0.63 | 0.49 | 0.13 | 346.38 | 0.69 | 0.6 |
| Hex | DF | 52 | 72 | 0 | 3F | 31 | D | 15A | 45 | 3C |
| Octal | 337 | 122 | 162 | 0 | 77 | 61 | 15 | 532 | 105 | 74 |
| Binary | 11011111 | 1010010 | 1110010 | 0 | 111111 | 110001 | 1101 | 101011010 | 1000101 | 111100 |
Color Harmonies of #DF5272
Complementary color
Monochromatic Colors of #DF5272
Black with #DF5272
Text Example
Text Example
White with #DF5272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5272; }
p { color: rgb(223,82,114); }
H1.HeaderClassName
{
color: #DF5272;
}
.AnyTagClassName
{
color: #DF5272;
}
</style>
background-color css
<style>
a { background-color: #DF5272; }
a { background-color: rgb(223,82,114); }
div.DivClassName
{
background-color: #DF5272;
}
.BgClassName
{
background-color: #DF5272;
}
</style>
border-color css
<style>
span { border-color: #DF5272; }
span { border-color: rgb(223,82,114); }
td.TdClassName
{
border-color: #DF5272;
}
.TagClassName
{
border-color: #DF5272;
}
</style>