Shades of Cranberry #DC587F
Tints of Cranberry #DC587F
RGB
CMYK
RGB Variations
Color information
#DC587F (or 0xDC587F) is known color: Cranberry. HEX triplet: DC, 58 and 7F. RGB value is (220,88,127). Sum of RGB (Red+Green+Blue) = 220+88+127=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC587F is #23A780. Grayscale: #838383. Windows color (decimal): -2336641 or 8345820. OLE color: 8345820.
HSL color Cylindrical-coordinate representation of color #DC587F: hue angle of 342.27º 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 #DC587F is Cyan = 0, Magento = 0.6, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 127 | - |
| CMYK | 0 | 0.6 | 0.42 | 0.14 |
| HSL | 342.27º | 0.65% | 0.6% | - |
| HSV(B) | 342.27º | 0.6% | 0.86% | - |
| XYZ | 36.84 | 23.73 | 22.72 | - |
| YUV | 131.91 | 125.23 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 127 | 0 | 0.6 | 0.42 | 0.14 | 342.27 | 0.65 | 0.6 |
| Hex | DC | 58 | 7F | 0 | 3C | 2A | E | 156 | 41 | 3C |
| Octal | 334 | 130 | 177 | 0 | 74 | 52 | 16 | 526 | 101 | 74 |
| Binary | 11011100 | 1011000 | 1111111 | 0 | 111100 | 101010 | 1110 | 101010110 | 1000001 | 111100 |
Color Harmonies of #DC587F
Complementary color
Monochromatic Colors of #DC587F
Black with #DC587F
Text Example
Text Example
White with #DC587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC587F; }
p { color: rgb(220,88,127); }
H1.HeaderClassName
{
color: #DC587F;
}
.AnyTagClassName
{
color: #DC587F;
}
</style>
background-color css
<style>
a { background-color: #DC587F; }
a { background-color: rgb(220,88,127); }
div.DivClassName
{
background-color: #DC587F;
}
.BgClassName
{
background-color: #DC587F;
}
</style>
border-color css
<style>
span { border-color: #DC587F; }
span { border-color: rgb(220,88,127); }
td.TdClassName
{
border-color: #DC587F;
}
.TagClassName
{
border-color: #DC587F;
}
</style>