Shades of Cranberry #DC587B
Tints of Cranberry #DC587B
RGB
CMYK
RGB Variations
Color information
#DC587B (or 0xDC587B) is known color: Cranberry. HEX triplet: DC, 58 and 7B. RGB value is (220,88,123). Sum of RGB (Red+Green+Blue) = 220+88+123=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC587B is #23A784. Grayscale: #838383. Windows color (decimal): -2336645 or 8083676. OLE color: 8083676.
HSL color Cylindrical-coordinate representation of color #DC587B: hue angle of 344.09º 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 #DC587B is Cyan = 0, Magento = 0.6, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 123 | - |
| CMYK | 0 | 0.6 | 0.44 | 0.14 |
| HSL | 344.09º | 0.65% | 0.6% | - |
| HSV(B) | 344.09º | 0.6% | 0.86% | - |
| XYZ | 36.58 | 23.63 | 21.37 | - |
| YUV | 131.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 123 | 0 | 0.6 | 0.44 | 0.14 | 344.09 | 0.65 | 0.6 |
| Hex | DC | 58 | 7B | 0 | 3C | 2C | E | 158 | 41 | 3C |
| Octal | 334 | 130 | 173 | 0 | 74 | 54 | 16 | 530 | 101 | 74 |
| Binary | 11011100 | 1011000 | 1111011 | 0 | 111100 | 101100 | 1110 | 101011000 | 1000001 | 111100 |
Color Harmonies of #DC587B
Complementary color
Monochromatic Colors of #DC587B
Black with #DC587B
Text Example
Text Example
White with #DC587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC587B; }
p { color: rgb(220,88,123); }
H1.HeaderClassName
{
color: #DC587B;
}
.AnyTagClassName
{
color: #DC587B;
}
</style>
background-color css
<style>
a { background-color: #DC587B; }
a { background-color: rgb(220,88,123); }
div.DivClassName
{
background-color: #DC587B;
}
.BgClassName
{
background-color: #DC587B;
}
</style>
border-color css
<style>
span { border-color: #DC587B; }
span { border-color: rgb(220,88,123); }
td.TdClassName
{
border-color: #DC587B;
}
.TagClassName
{
border-color: #DC587B;
}
</style>