Shades of Cranberry #DC5581
Tints of Cranberry #DC5581
RGB
CMYK
RGB Variations
Color information
#DC5581 (or 0xDC5581) is known color: Cranberry. HEX triplet: DC, 55 and 81. RGB value is (220,85,129). Sum of RGB (Red+Green+Blue) = 220+85+129=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5581 is #23AA7E. Grayscale: #828282. Windows color (decimal): -2337407 or 8476124. OLE color: 8476124.
HSL color Cylindrical-coordinate representation of color #DC5581: hue angle of 340.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5581 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 129 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.14 |
| HSL | 340.44º | 0.66% | 0.6% | - |
| HSV(B) | 340.44º | 0.61% | 0.86% | - |
| XYZ | 36.73 | 23.3 | 23.33 | - |
| YUV | 130.38 | 127.23 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 129 | 0 | 0.61 | 0.41 | 0.14 | 340.44 | 0.66 | 0.6 |
| Hex | DC | 55 | 81 | 0 | 3D | 29 | E | 154 | 42 | 3C |
| Octal | 334 | 125 | 201 | 0 | 75 | 51 | 16 | 524 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10000001 | 0 | 111101 | 101001 | 1110 | 101010100 | 1000010 | 111100 |
Color Harmonies of #DC5581
Complementary color
Monochromatic Colors of #DC5581
Black with #DC5581
Text Example
Text Example
White with #DC5581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5581; }
p { color: rgb(220,85,129); }
H1.HeaderClassName
{
color: #DC5581;
}
.AnyTagClassName
{
color: #DC5581;
}
</style>
background-color css
<style>
a { background-color: #DC5581; }
a { background-color: rgb(220,85,129); }
div.DivClassName
{
background-color: #DC5581;
}
.BgClassName
{
background-color: #DC5581;
}
</style>
border-color css
<style>
span { border-color: #DC5581; }
span { border-color: rgb(220,85,129); }
td.TdClassName
{
border-color: #DC5581;
}
.TagClassName
{
border-color: #DC5581;
}
</style>