Shades of Cranberry #DC4482
Tints of Cranberry #DC4482
RGB
CMYK
RGB Variations
Color information
#DC4482 (or 0xDC4482) is known color: Cranberry. HEX triplet: DC, 44 and 82. RGB value is (220,68,130). Sum of RGB (Red+Green+Blue) = 220+68+130=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4482 is #23BB7D. Grayscale: #787878. Windows color (decimal): -2341758 or 8537308. OLE color: 8537308.
HSL color Cylindrical-coordinate representation of color #DC4482: hue angle of 335.53º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4482 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 130 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.14 |
| HSL | 335.53º | 0.68% | 0.56% | - |
| HSV(B) | 335.53º | 0.69% | 0.86% | - |
| XYZ | 35.61 | 20.96 | 23.29 | - |
| YUV | 120.52 | 133.36 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 130 | 0 | 0.69 | 0.41 | 0.14 | 335.53 | 0.68 | 0.56 |
| Hex | DC | 44 | 82 | 0 | 45 | 29 | E | 150 | 44 | 38 |
| Octal | 334 | 104 | 202 | 0 | 105 | 51 | 16 | 520 | 104 | 70 |
| Binary | 11011100 | 1000100 | 10000010 | 0 | 1000101 | 101001 | 1110 | 101010000 | 1000100 | 111000 |
Color Harmonies of #DC4482
Complementary color
Monochromatic Colors of #DC4482
Black with #DC4482
Text Example
Text Example
White with #DC4482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4482; }
p { color: rgb(220,68,130); }
H1.HeaderClassName
{
color: #DC4482;
}
.AnyTagClassName
{
color: #DC4482;
}
</style>
background-color css
<style>
a { background-color: #DC4482; }
a { background-color: rgb(220,68,130); }
div.DivClassName
{
background-color: #DC4482;
}
.BgClassName
{
background-color: #DC4482;
}
</style>
border-color css
<style>
span { border-color: #DC4482; }
span { border-color: rgb(220,68,130); }
td.TdClassName
{
border-color: #DC4482;
}
.TagClassName
{
border-color: #DC4482;
}
</style>