Shades of Cranberry #DC4582
Tints of Cranberry #DC4582
RGB
CMYK
RGB Variations
Color information
#DC4582 (or 0xDC4582) is known color: Cranberry. HEX triplet: DC, 45 and 82. RGB value is (220,69,130). Sum of RGB (Red+Green+Blue) = 220+69+130=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4582 is #23BA7D. Grayscale: #797979. Windows color (decimal): -2341502 or 8537564. OLE color: 8537564.
HSL color Cylindrical-coordinate representation of color #DC4582: hue angle of 335.76º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4582 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 130 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.14 |
| HSL | 335.76º | 0.68% | 0.57% | - |
| HSV(B) | 335.76º | 0.69% | 0.86% | - |
| XYZ | 35.67 | 21.08 | 23.31 | - |
| YUV | 121.1 | 133.03 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 130 | 0 | 0.69 | 0.41 | 0.14 | 335.76 | 0.68 | 0.57 |
| Hex | DC | 45 | 82 | 0 | 45 | 29 | E | 150 | 44 | 39 |
| Octal | 334 | 105 | 202 | 0 | 105 | 51 | 16 | 520 | 104 | 71 |
| Binary | 11011100 | 1000101 | 10000010 | 0 | 1000101 | 101001 | 1110 | 101010000 | 1000100 | 111001 |
Color Harmonies of #DC4582
Complementary color
Monochromatic Colors of #DC4582
Black with #DC4582
Text Example
Text Example
White with #DC4582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4582; }
p { color: rgb(220,69,130); }
H1.HeaderClassName
{
color: #DC4582;
}
.AnyTagClassName
{
color: #DC4582;
}
</style>
background-color css
<style>
a { background-color: #DC4582; }
a { background-color: rgb(220,69,130); }
div.DivClassName
{
background-color: #DC4582;
}
.BgClassName
{
background-color: #DC4582;
}
</style>
border-color css
<style>
span { border-color: #DC4582; }
span { border-color: rgb(220,69,130); }
td.TdClassName
{
border-color: #DC4582;
}
.TagClassName
{
border-color: #DC4582;
}
</style>