Shades of Cranberry #DC5381
Tints of Cranberry #DC5381
RGB
CMYK
RGB Variations
Color information
#DC5381 (or 0xDC5381) is known color: Cranberry. HEX triplet: DC, 53 and 81. RGB value is (220,83,129). Sum of RGB (Red+Green+Blue) = 220+83+129=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5381 is #23AC7E. Grayscale: #818181. Windows color (decimal): -2337919 or 8475612. OLE color: 8475612.
HSL color Cylindrical-coordinate representation of color #DC5381: hue angle of 339.85º 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 #DC5381 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 129 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.14 |
| HSL | 339.85º | 0.66% | 0.59% | - |
| HSV(B) | 339.85º | 0.62% | 0.86% | - |
| XYZ | 36.57 | 22.99 | 23.28 | - |
| YUV | 129.21 | 127.89 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 129 | 0 | 0.62 | 0.41 | 0.14 | 339.85 | 0.66 | 0.59 |
| Hex | DC | 53 | 81 | 0 | 3E | 29 | E | 154 | 42 | 3B |
| Octal | 334 | 123 | 201 | 0 | 76 | 51 | 16 | 524 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10000001 | 0 | 111110 | 101001 | 1110 | 101010100 | 1000010 | 111011 |
Color Harmonies of #DC5381
Complementary color
Monochromatic Colors of #DC5381
Black with #DC5381
Text Example
Text Example
White with #DC5381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5381; }
p { color: rgb(220,83,129); }
H1.HeaderClassName
{
color: #DC5381;
}
.AnyTagClassName
{
color: #DC5381;
}
</style>
background-color css
<style>
a { background-color: #DC5381; }
a { background-color: rgb(220,83,129); }
div.DivClassName
{
background-color: #DC5381;
}
.BgClassName
{
background-color: #DC5381;
}
</style>
border-color css
<style>
span { border-color: #DC5381; }
span { border-color: rgb(220,83,129); }
td.TdClassName
{
border-color: #DC5381;
}
.TagClassName
{
border-color: #DC5381;
}
</style>