Shades of Cranberry #DC5881
Tints of Cranberry #DC5881
RGB
CMYK
RGB Variations
Color information
#DC5881 (or 0xDC5881) is known color: Cranberry. HEX triplet: DC, 58 and 81. RGB value is (220,88,129). Sum of RGB (Red+Green+Blue) = 220+88+129=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5881 is #23A77E. Grayscale: #848484. Windows color (decimal): -2336639 or 8476892. OLE color: 8476892.
HSL color Cylindrical-coordinate representation of color #DC5881: hue angle of 341.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 #DC5881 is Cyan = 0, Magento = 0.6, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 129 | - |
| CMYK | 0 | 0.6 | 0.41 | 0.14 |
| HSL | 341.36º | 0.65% | 0.6% | - |
| HSV(B) | 341.36º | 0.6% | 0.86% | - |
| XYZ | 36.97 | 23.78 | 23.41 | - |
| YUV | 132.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 129 | 0 | 0.6 | 0.41 | 0.14 | 341.36 | 0.65 | 0.6 |
| Hex | DC | 58 | 81 | 0 | 3C | 29 | E | 155 | 41 | 3C |
| Octal | 334 | 130 | 201 | 0 | 74 | 51 | 16 | 525 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10000001 | 0 | 111100 | 101001 | 1110 | 101010101 | 1000001 | 111100 |
Color Harmonies of #DC5881
Complementary color
Monochromatic Colors of #DC5881
Black with #DC5881
Text Example
Text Example
White with #DC5881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5881; }
p { color: rgb(220,88,129); }
H1.HeaderClassName
{
color: #DC5881;
}
.AnyTagClassName
{
color: #DC5881;
}
</style>
background-color css
<style>
a { background-color: #DC5881; }
a { background-color: rgb(220,88,129); }
div.DivClassName
{
background-color: #DC5881;
}
.BgClassName
{
background-color: #DC5881;
}
</style>
border-color css
<style>
span { border-color: #DC5881; }
span { border-color: rgb(220,88,129); }
td.TdClassName
{
border-color: #DC5881;
}
.TagClassName
{
border-color: #DC5881;
}
</style>