Shades of Cranberry #DC5183
Tints of Cranberry #DC5183
RGB
CMYK
RGB Variations
Color information
#DC5183 (or 0xDC5183) is known color: Cranberry. HEX triplet: DC, 51 and 83. RGB value is (220,81,131). Sum of RGB (Red+Green+Blue) = 220+81+131=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5183 is #23AE7C. Grayscale: #808080. Windows color (decimal): -2338429 or 8606172. OLE color: 8606172.
HSL color Cylindrical-coordinate representation of color #DC5183: hue angle of 338.42º 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 #DC5183 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 131 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.14 |
| HSL | 338.42º | 0.67% | 0.59% | - |
| HSV(B) | 338.42º | 0.63% | 0.86% | - |
| XYZ | 36.55 | 22.74 | 23.94 | - |
| YUV | 128.26 | 129.55 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 131 | 0 | 0.63 | 0.40 | 0.14 | 338.42 | 0.67 | 0.59 |
| Hex | DC | 51 | 83 | 0 | 3F | 28 | E | 152 | 43 | 3B |
| Octal | 334 | 121 | 203 | 0 | 77 | 50 | 16 | 522 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10000011 | 0 | 111111 | 101000 | 1110 | 101010010 | 1000011 | 111011 |
Color Harmonies of #DC5183
Complementary color
Monochromatic Colors of #DC5183
Black with #DC5183
Text Example
Text Example
White with #DC5183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5183; }
p { color: rgb(220,81,131); }
H1.HeaderClassName
{
color: #DC5183;
}
.AnyTagClassName
{
color: #DC5183;
}
</style>
background-color css
<style>
a { background-color: #DC5183; }
a { background-color: rgb(220,81,131); }
div.DivClassName
{
background-color: #DC5183;
}
.BgClassName
{
background-color: #DC5183;
}
</style>
border-color css
<style>
span { border-color: #DC5183; }
span { border-color: rgb(220,81,131); }
td.TdClassName
{
border-color: #DC5183;
}
.TagClassName
{
border-color: #DC5183;
}
</style>