Shades of Cranberry #DC5182
Tints of Cranberry #DC5182
RGB
CMYK
RGB Variations
Color information
#DC5182 (or 0xDC5182) is known color: Cranberry. HEX triplet: DC, 51 and 82. RGB value is (220,81,130). Sum of RGB (Red+Green+Blue) = 220+81+130=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5182 is #23AE7D. Grayscale: #808080. Windows color (decimal): -2338430 or 8540636. OLE color: 8540636.
HSL color Cylindrical-coordinate representation of color #DC5182: hue angle of 338.85º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5182 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 130 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.14 |
| HSL | 338.85º | 0.67% | 0.59% | - |
| HSV(B) | 338.85º | 0.63% | 0.86% | - |
| XYZ | 36.49 | 22.71 | 23.58 | - |
| YUV | 128.15 | 129.05 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 130 | 0 | 0.63 | 0.41 | 0.14 | 338.85 | 0.67 | 0.59 |
| Hex | DC | 51 | 82 | 0 | 3F | 29 | E | 153 | 43 | 3B |
| Octal | 334 | 121 | 202 | 0 | 77 | 51 | 16 | 523 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10000010 | 0 | 111111 | 101001 | 1110 | 101010011 | 1000011 | 111011 |
Color Harmonies of #DC5182
Complementary color
Monochromatic Colors of #DC5182
Black with #DC5182
Text Example
Text Example
White with #DC5182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5182; }
p { color: rgb(220,81,130); }
H1.HeaderClassName
{
color: #DC5182;
}
.AnyTagClassName
{
color: #DC5182;
}
</style>
background-color css
<style>
a { background-color: #DC5182; }
a { background-color: rgb(220,81,130); }
div.DivClassName
{
background-color: #DC5182;
}
.BgClassName
{
background-color: #DC5182;
}
</style>
border-color css
<style>
span { border-color: #DC5182; }
span { border-color: rgb(220,81,130); }
td.TdClassName
{
border-color: #DC5182;
}
.TagClassName
{
border-color: #DC5182;
}
</style>