Shades of Cranberry #DC587D
Tints of Cranberry #DC587D
RGB
CMYK
RGB Variations
Color information
#DC587D (or 0xDC587D) is known color: Cranberry. HEX triplet: DC, 58 and 7D. RGB value is (220,88,125). Sum of RGB (Red+Green+Blue) = 220+88+125=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC587D is #23A782. Grayscale: #838383. Windows color (decimal): -2336643 or 8214748. OLE color: 8214748.
HSL color Cylindrical-coordinate representation of color #DC587D: hue angle of 343.18º 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 #DC587D is Cyan = 0, Magento = 0.6, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 125 | - |
| CMYK | 0 | 0.6 | 0.43 | 0.14 |
| HSL | 343.18º | 0.65% | 0.6% | - |
| HSV(B) | 343.18º | 0.6% | 0.86% | - |
| XYZ | 36.71 | 23.68 | 22.04 | - |
| YUV | 131.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 125 | 0 | 0.6 | 0.43 | 0.14 | 343.18 | 0.65 | 0.6 |
| Hex | DC | 58 | 7D | 0 | 3C | 2B | E | 157 | 41 | 3C |
| Octal | 334 | 130 | 175 | 0 | 74 | 53 | 16 | 527 | 101 | 74 |
| Binary | 11011100 | 1011000 | 1111101 | 0 | 111100 | 101011 | 1110 | 101010111 | 1000001 | 111100 |
Color Harmonies of #DC587D
Complementary color
Monochromatic Colors of #DC587D
Black with #DC587D
Text Example
Text Example
White with #DC587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC587D; }
p { color: rgb(220,88,125); }
H1.HeaderClassName
{
color: #DC587D;
}
.AnyTagClassName
{
color: #DC587D;
}
</style>
background-color css
<style>
a { background-color: #DC587D; }
a { background-color: rgb(220,88,125); }
div.DivClassName
{
background-color: #DC587D;
}
.BgClassName
{
background-color: #DC587D;
}
</style>
border-color css
<style>
span { border-color: #DC587D; }
span { border-color: rgb(220,88,125); }
td.TdClassName
{
border-color: #DC587D;
}
.TagClassName
{
border-color: #DC587D;
}
</style>