Shades of Cranberry #DC5876
Tints of Cranberry #DC5876
RGB
CMYK
RGB Variations
Color information
#DC5876 (or 0xDC5876) is known color: Cranberry. HEX triplet: DC, 58 and 76. RGB value is (220,88,118). Sum of RGB (Red+Green+Blue) = 220+88+118=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5876 is #23A789. Grayscale: #828282. Windows color (decimal): -2336650 or 7755996. OLE color: 7755996.
HSL color Cylindrical-coordinate representation of color #DC5876: hue angle of 346.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5876 is Cyan = 0, Magento = 0.6, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 118 | - |
| CMYK | 0 | 0.6 | 0.46 | 0.14 |
| HSL | 346.36º | 0.65% | 0.6% | - |
| HSV(B) | 346.36º | 0.6% | 0.86% | - |
| XYZ | 36.27 | 23.5 | 19.76 | - |
| YUV | 130.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 118 | 0 | 0.6 | 0.46 | 0.14 | 346.36 | 0.65 | 0.6 |
| Hex | DC | 58 | 76 | 0 | 3C | 2E | E | 15A | 41 | 3C |
| Octal | 334 | 130 | 166 | 0 | 74 | 56 | 16 | 532 | 101 | 74 |
| Binary | 11011100 | 1011000 | 1110110 | 0 | 111100 | 101110 | 1110 | 101011010 | 1000001 | 111100 |
Color Harmonies of #DC5876
Complementary color
Monochromatic Colors of #DC5876
Black with #DC5876
Text Example
Text Example
White with #DC5876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5876; }
p { color: rgb(220,88,118); }
H1.HeaderClassName
{
color: #DC5876;
}
.AnyTagClassName
{
color: #DC5876;
}
</style>
background-color css
<style>
a { background-color: #DC5876; }
a { background-color: rgb(220,88,118); }
div.DivClassName
{
background-color: #DC5876;
}
.BgClassName
{
background-color: #DC5876;
}
</style>
border-color css
<style>
span { border-color: #DC5876; }
span { border-color: rgb(220,88,118); }
td.TdClassName
{
border-color: #DC5876;
}
.TagClassName
{
border-color: #DC5876;
}
</style>