Shades of Cranberry #DC5284
Tints of Cranberry #DC5284
RGB
CMYK
RGB Variations
Color information
#DC5284 (or 0xDC5284) is known color: Cranberry. HEX triplet: DC, 52 and 84. RGB value is (220,82,132). Sum of RGB (Red+Green+Blue) = 220+82+132=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5284 is #23AD7B. Grayscale: #808080. Windows color (decimal): -2338172 or 8671964. OLE color: 8671964.
HSL color Cylindrical-coordinate representation of color #DC5284: hue angle of 338.26º degrees, saturation: 0.66, 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 #DC5284 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 132 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.14 |
| HSL | 338.26º | 0.66% | 0.59% | - |
| HSV(B) | 338.26º | 0.63% | 0.86% | - |
| XYZ | 36.7 | 22.92 | 24.32 | - |
| YUV | 128.96 | 129.72 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 132 | 0 | 0.63 | 0.40 | 0.14 | 338.26 | 0.66 | 0.59 |
| Hex | DC | 52 | 84 | 0 | 3F | 28 | E | 152 | 42 | 3B |
| Octal | 334 | 122 | 204 | 0 | 77 | 50 | 16 | 522 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10000100 | 0 | 111111 | 101000 | 1110 | 101010010 | 1000010 | 111011 |
Color Harmonies of #DC5284
Complementary color
Monochromatic Colors of #DC5284
Black with #DC5284
Text Example
Text Example
White with #DC5284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5284; }
p { color: rgb(220,82,132); }
H1.HeaderClassName
{
color: #DC5284;
}
.AnyTagClassName
{
color: #DC5284;
}
</style>
background-color css
<style>
a { background-color: #DC5284; }
a { background-color: rgb(220,82,132); }
div.DivClassName
{
background-color: #DC5284;
}
.BgClassName
{
background-color: #DC5284;
}
</style>
border-color css
<style>
span { border-color: #DC5284; }
span { border-color: rgb(220,82,132); }
td.TdClassName
{
border-color: #DC5284;
}
.TagClassName
{
border-color: #DC5284;
}
</style>