Shades of Cranberry #DF5872
Tints of Cranberry #DF5872
RGB
CMYK
RGB Variations
Color information
#DF5872 (or 0xDF5872) is known color: Cranberry. HEX triplet: DF, 58 and 72. RGB value is (223,88,114). Sum of RGB (Red+Green+Blue) = 223+88+114=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5872 is #20A78D. Grayscale: #838383. Windows color (decimal): -2140046 or 7493855. OLE color: 7493855.
HSL color Cylindrical-coordinate representation of color #DF5872: hue angle of 348.44º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF5872 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 114 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.13 |
| HSL | 348.44º | 0.68% | 0.61% | - |
| HSV(B) | 348.44º | 0.61% | 0.87% | - |
| XYZ | 36.96 | 23.88 | 18.58 | - |
| YUV | 131.33 | 118.23 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 114 | 0 | 0.61 | 0.49 | 0.13 | 348.44 | 0.68 | 0.61 |
| Hex | DF | 58 | 72 | 0 | 3D | 31 | D | 15C | 44 | 3D |
| Octal | 337 | 130 | 162 | 0 | 75 | 61 | 15 | 534 | 104 | 75 |
| Binary | 11011111 | 1011000 | 1110010 | 0 | 111101 | 110001 | 1101 | 101011100 | 1000100 | 111101 |
Color Harmonies of #DF5872
Complementary color
Monochromatic Colors of #DF5872
Black with #DF5872
Text Example
Text Example
White with #DF5872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5872; }
p { color: rgb(223,88,114); }
H1.HeaderClassName
{
color: #DF5872;
}
.AnyTagClassName
{
color: #DF5872;
}
</style>
background-color css
<style>
a { background-color: #DF5872; }
a { background-color: rgb(223,88,114); }
div.DivClassName
{
background-color: #DF5872;
}
.BgClassName
{
background-color: #DF5872;
}
</style>
border-color css
<style>
span { border-color: #DF5872; }
span { border-color: rgb(223,88,114); }
td.TdClassName
{
border-color: #DF5872;
}
.TagClassName
{
border-color: #DF5872;
}
</style>