Shades of Cranberry #DC5384
Tints of Cranberry #DC5384
RGB
CMYK
RGB Variations
Color information
#DC5384 (or 0xDC5384) is known color: Cranberry. HEX triplet: DC, 53 and 84. RGB value is (220,83,132). Sum of RGB (Red+Green+Blue) = 220+83+132=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5384 is #23AC7B. Grayscale: #818181. Windows color (decimal): -2337916 or 8672220. OLE color: 8672220.
HSL color Cylindrical-coordinate representation of color #DC5384: hue angle of 338.54º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5384 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 132 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.14 |
| HSL | 338.54º | 0.66% | 0.59% | - |
| HSV(B) | 338.54º | 0.62% | 0.86% | - |
| XYZ | 36.77 | 23.07 | 24.34 | - |
| YUV | 129.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 132 | 0 | 0.62 | 0.40 | 0.14 | 338.54 | 0.66 | 0.59 |
| Hex | DC | 53 | 84 | 0 | 3E | 28 | E | 153 | 42 | 3B |
| Octal | 334 | 123 | 204 | 0 | 76 | 50 | 16 | 523 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10000100 | 0 | 111110 | 101000 | 1110 | 101010011 | 1000010 | 111011 |
Color Harmonies of #DC5384
Complementary color
Monochromatic Colors of #DC5384
Black with #DC5384
Text Example
Text Example
White with #DC5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5384; }
p { color: rgb(220,83,132); }
H1.HeaderClassName
{
color: #DC5384;
}
.AnyTagClassName
{
color: #DC5384;
}
</style>
background-color css
<style>
a { background-color: #DC5384; }
a { background-color: rgb(220,83,132); }
div.DivClassName
{
background-color: #DC5384;
}
.BgClassName
{
background-color: #DC5384;
}
</style>
border-color css
<style>
span { border-color: #DC5384; }
span { border-color: rgb(220,83,132); }
td.TdClassName
{
border-color: #DC5384;
}
.TagClassName
{
border-color: #DC5384;
}
</style>