Shades of Cranberry #DF5876
Tints of Cranberry #DF5876
RGB
CMYK
RGB Variations
Color information
#DF5876 (or 0xDF5876) is known color: Cranberry. HEX triplet: DF, 58 and 76. RGB value is (223,88,118). Sum of RGB (Red+Green+Blue) = 223+88+118=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5876 is #20A789. Grayscale: #838383. Windows color (decimal): -2140042 or 7755999. OLE color: 7755999.
HSL color Cylindrical-coordinate representation of color #DF5876: hue angle of 346.67º 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 #DF5876 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 118 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.13 |
| HSL | 346.67º | 0.68% | 0.61% | - |
| HSV(B) | 346.67º | 0.61% | 0.87% | - |
| XYZ | 37.19 | 23.98 | 19.81 | - |
| YUV | 131.79 | 120.23 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 118 | 0 | 0.61 | 0.47 | 0.13 | 346.67 | 0.68 | 0.61 |
| Hex | DF | 58 | 76 | 0 | 3D | 2F | D | 15B | 44 | 3D |
| Octal | 337 | 130 | 166 | 0 | 75 | 57 | 15 | 533 | 104 | 75 |
| Binary | 11011111 | 1011000 | 1110110 | 0 | 111101 | 101111 | 1101 | 101011011 | 1000100 | 111101 |
Color Harmonies of #DF5876
Complementary color
Monochromatic Colors of #DF5876
Black with #DF5876
Text Example
Text Example
White with #DF5876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5876; }
p { color: rgb(223,88,118); }
H1.HeaderClassName
{
color: #DF5876;
}
.AnyTagClassName
{
color: #DF5876;
}
</style>
background-color css
<style>
a { background-color: #DF5876; }
a { background-color: rgb(223,88,118); }
div.DivClassName
{
background-color: #DF5876;
}
.BgClassName
{
background-color: #DF5876;
}
</style>
border-color css
<style>
span { border-color: #DF5876; }
span { border-color: rgb(223,88,118); }
td.TdClassName
{
border-color: #DF5876;
}
.TagClassName
{
border-color: #DF5876;
}
</style>