Shades of Cranberry #DC5875
Tints of Cranberry #DC5875
RGB
CMYK
RGB Variations
Color information
#DC5875 (or 0xDC5875) is known color: Cranberry. HEX triplet: DC, 58 and 75. RGB value is (220,88,117). Sum of RGB (Red+Green+Blue) = 220+88+117=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5875 is #23A78A. Grayscale: #828282. Windows color (decimal): -2336651 or 7690460. OLE color: 7690460.
HSL color Cylindrical-coordinate representation of color #DC5875: hue angle of 346.82º 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 #DC5875 is Cyan = 0, Magento = 0.6, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 117 | - |
| CMYK | 0 | 0.6 | 0.47 | 0.14 |
| HSL | 346.82º | 0.65% | 0.6% | - |
| HSV(B) | 346.82º | 0.6% | 0.86% | - |
| XYZ | 36.22 | 23.48 | 19.45 | - |
| YUV | 130.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 117 | 0 | 0.6 | 0.47 | 0.14 | 346.82 | 0.65 | 0.6 |
| Hex | DC | 58 | 75 | 0 | 3C | 2F | E | 15B | 41 | 3C |
| Octal | 334 | 130 | 165 | 0 | 74 | 57 | 16 | 533 | 101 | 74 |
| Binary | 11011100 | 1011000 | 1110101 | 0 | 111100 | 101111 | 1110 | 101011011 | 1000001 | 111100 |
Color Harmonies of #DC5875
Complementary color
Monochromatic Colors of #DC5875
Black with #DC5875
Text Example
Text Example
White with #DC5875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5875; }
p { color: rgb(220,88,117); }
H1.HeaderClassName
{
color: #DC5875;
}
.AnyTagClassName
{
color: #DC5875;
}
</style>
background-color css
<style>
a { background-color: #DC5875; }
a { background-color: rgb(220,88,117); }
div.DivClassName
{
background-color: #DC5875;
}
.BgClassName
{
background-color: #DC5875;
}
</style>
border-color css
<style>
span { border-color: #DC5875; }
span { border-color: rgb(220,88,117); }
td.TdClassName
{
border-color: #DC5875;
}
.TagClassName
{
border-color: #DC5875;
}
</style>