Shades of Cranberry #DC5084
Tints of Cranberry #DC5084
RGB
CMYK
RGB Variations
Color information
#DC5084 (or 0xDC5084) is known color: Cranberry. HEX triplet: DC, 50 and 84. RGB value is (220,80,132). Sum of RGB (Red+Green+Blue) = 220+80+132=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5084 is #23AF7B. Grayscale: #7F7F7F. Windows color (decimal): -2338684 or 8671452. OLE color: 8671452.
HSL color Cylindrical-coordinate representation of color #DC5084: hue angle of 337.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5084 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 132 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.14 |
| HSL | 337.71º | 0.67% | 0.59% | - |
| HSV(B) | 337.71º | 0.64% | 0.86% | - |
| XYZ | 36.55 | 22.62 | 24.27 | - |
| YUV | 127.79 | 130.38 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 132 | 0 | 0.64 | 0.40 | 0.14 | 337.71 | 0.67 | 0.59 |
| Hex | DC | 50 | 84 | 0 | 40 | 28 | E | 152 | 43 | 3B |
| Octal | 334 | 120 | 204 | 0 | 100 | 50 | 16 | 522 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10000100 | 0 | 1000000 | 101000 | 1110 | 101010010 | 1000011 | 111011 |
Color Harmonies of #DC5084
Complementary color
Monochromatic Colors of #DC5084
Black with #DC5084
Text Example
Text Example
White with #DC5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5084; }
p { color: rgb(220,80,132); }
H1.HeaderClassName
{
color: #DC5084;
}
.AnyTagClassName
{
color: #DC5084;
}
</style>
background-color css
<style>
a { background-color: #DC5084; }
a { background-color: rgb(220,80,132); }
div.DivClassName
{
background-color: #DC5084;
}
.BgClassName
{
background-color: #DC5084;
}
</style>
border-color css
<style>
span { border-color: #DC5084; }
span { border-color: rgb(220,80,132); }
td.TdClassName
{
border-color: #DC5084;
}
.TagClassName
{
border-color: #DC5084;
}
</style>