Shades of Cranberry #DC5482
Tints of Cranberry #DC5482
RGB
CMYK
RGB Variations
Color information
#DC5482 (or 0xDC5482) is known color: Cranberry. HEX triplet: DC, 54 and 82. RGB value is (220,84,130). Sum of RGB (Red+Green+Blue) = 220+84+130=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5482 is #23AB7D. Grayscale: #818181. Windows color (decimal): -2337662 or 8541404. OLE color: 8541404.
HSL color Cylindrical-coordinate representation of color #DC5482: hue angle of 339.71º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5482 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 130 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.14 |
| HSL | 339.71º | 0.66% | 0.6% | - |
| HSV(B) | 339.71º | 0.62% | 0.86% | - |
| XYZ | 36.71 | 23.17 | 23.66 | - |
| YUV | 129.91 | 128.06 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 130 | 0 | 0.62 | 0.41 | 0.14 | 339.71 | 0.66 | 0.6 |
| Hex | DC | 54 | 82 | 0 | 3E | 29 | E | 154 | 42 | 3C |
| Octal | 334 | 124 | 202 | 0 | 76 | 51 | 16 | 524 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10000010 | 0 | 111110 | 101001 | 1110 | 101010100 | 1000010 | 111100 |
Color Harmonies of #DC5482
Complementary color
Monochromatic Colors of #DC5482
Black with #DC5482
Text Example
Text Example
White with #DC5482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5482; }
p { color: rgb(220,84,130); }
H1.HeaderClassName
{
color: #DC5482;
}
.AnyTagClassName
{
color: #DC5482;
}
</style>
background-color css
<style>
a { background-color: #DC5482; }
a { background-color: rgb(220,84,130); }
div.DivClassName
{
background-color: #DC5482;
}
.BgClassName
{
background-color: #DC5482;
}
</style>
border-color css
<style>
span { border-color: #DC5482; }
span { border-color: rgb(220,84,130); }
td.TdClassName
{
border-color: #DC5482;
}
.TagClassName
{
border-color: #DC5482;
}
</style>