Shades of Cranberry #DC5682
Tints of Cranberry #DC5682
RGB
CMYK
RGB Variations
Color information
#DC5682 (or 0xDC5682) is known color: Cranberry. HEX triplet: DC, 56 and 82. RGB value is (220,86,130). Sum of RGB (Red+Green+Blue) = 220+86+130=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5682 is #23A97D. Grayscale: #838383. Windows color (decimal): -2337150 or 8541916. OLE color: 8541916.
HSL color Cylindrical-coordinate representation of color #DC5682: hue angle of 340.3º 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 #DC5682 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 130 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.14 |
| HSL | 340.3º | 0.66% | 0.6% | - |
| HSV(B) | 340.3º | 0.61% | 0.86% | - |
| XYZ | 36.87 | 23.48 | 23.71 | - |
| YUV | 131.08 | 127.39 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 130 | 0 | 0.61 | 0.41 | 0.14 | 340.3 | 0.66 | 0.6 |
| Hex | DC | 56 | 82 | 0 | 3D | 29 | E | 154 | 42 | 3C |
| Octal | 334 | 126 | 202 | 0 | 75 | 51 | 16 | 524 | 102 | 74 |
| Binary | 11011100 | 1010110 | 10000010 | 0 | 111101 | 101001 | 1110 | 101010100 | 1000010 | 111100 |
Color Harmonies of #DC5682
Complementary color
Monochromatic Colors of #DC5682
Black with #DC5682
Text Example
Text Example
White with #DC5682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5682; }
p { color: rgb(220,86,130); }
H1.HeaderClassName
{
color: #DC5682;
}
.AnyTagClassName
{
color: #DC5682;
}
</style>
background-color css
<style>
a { background-color: #DC5682; }
a { background-color: rgb(220,86,130); }
div.DivClassName
{
background-color: #DC5682;
}
.BgClassName
{
background-color: #DC5682;
}
</style>
border-color css
<style>
span { border-color: #DC5682; }
span { border-color: rgb(220,86,130); }
td.TdClassName
{
border-color: #DC5682;
}
.TagClassName
{
border-color: #DC5682;
}
</style>