Shades of Cranberry #DC5782
Tints of Cranberry #DC5782
RGB
CMYK
RGB Variations
Color information
#DC5782 (or 0xDC5782) is known color: Cranberry. HEX triplet: DC, 57 and 82. RGB value is (220,87,130). Sum of RGB (Red+Green+Blue) = 220+87+130=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5782 is #23A87D. Grayscale: #838383. Windows color (decimal): -2336894 or 8542172. OLE color: 8542172.
HSL color Cylindrical-coordinate representation of color #DC5782: hue angle of 340.6º degrees, saturation: 0.66, 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 #DC5782 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 130 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.14 |
| HSL | 340.6º | 0.66% | 0.6% | - |
| HSV(B) | 340.6º | 0.6% | 0.86% | - |
| XYZ | 36.95 | 23.64 | 23.74 | - |
| YUV | 131.67 | 127.06 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 130 | 0 | 0.60 | 0.41 | 0.14 | 340.6 | 0.66 | 0.6 |
| Hex | DC | 57 | 82 | 0 | 3C | 29 | E | 155 | 42 | 3C |
| Octal | 334 | 127 | 202 | 0 | 74 | 51 | 16 | 525 | 102 | 74 |
| Binary | 11011100 | 1010111 | 10000010 | 0 | 111100 | 101001 | 1110 | 101010101 | 1000010 | 111100 |
Color Harmonies of #DC5782
Complementary color
Monochromatic Colors of #DC5782
Black with #DC5782
Text Example
Text Example
White with #DC5782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5782; }
p { color: rgb(220,87,130); }
H1.HeaderClassName
{
color: #DC5782;
}
.AnyTagClassName
{
color: #DC5782;
}
</style>
background-color css
<style>
a { background-color: #DC5782; }
a { background-color: rgb(220,87,130); }
div.DivClassName
{
background-color: #DC5782;
}
.BgClassName
{
background-color: #DC5782;
}
</style>
border-color css
<style>
span { border-color: #DC5782; }
span { border-color: rgb(220,87,130); }
td.TdClassName
{
border-color: #DC5782;
}
.TagClassName
{
border-color: #DC5782;
}
</style>