Shades of Cranberry #DC5481
Tints of Cranberry #DC5481
RGB
CMYK
RGB Variations
Color information
#DC5481 (or 0xDC5481) is known color: Cranberry. HEX triplet: DC, 54 and 81. RGB value is (220,84,129). Sum of RGB (Red+Green+Blue) = 220+84+129=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5481 is #23AB7E. Grayscale: #818181. Windows color (decimal): -2337663 or 8475868. OLE color: 8475868.
HSL color Cylindrical-coordinate representation of color #DC5481: hue angle of 340.15º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5481 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 129 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.14 |
| HSL | 340.15º | 0.66% | 0.6% | - |
| HSV(B) | 340.15º | 0.62% | 0.86% | - |
| XYZ | 36.65 | 23.14 | 23.3 | - |
| YUV | 129.79 | 127.56 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 129 | 0 | 0.62 | 0.41 | 0.14 | 340.15 | 0.66 | 0.6 |
| Hex | DC | 54 | 81 | 0 | 3E | 29 | E | 154 | 42 | 3C |
| Octal | 334 | 124 | 201 | 0 | 76 | 51 | 16 | 524 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10000001 | 0 | 111110 | 101001 | 1110 | 101010100 | 1000010 | 111100 |
Color Harmonies of #DC5481
Complementary color
Monochromatic Colors of #DC5481
Black with #DC5481
Text Example
Text Example
White with #DC5481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5481; }
p { color: rgb(220,84,129); }
H1.HeaderClassName
{
color: #DC5481;
}
.AnyTagClassName
{
color: #DC5481;
}
</style>
background-color css
<style>
a { background-color: #DC5481; }
a { background-color: rgb(220,84,129); }
div.DivClassName
{
background-color: #DC5481;
}
.BgClassName
{
background-color: #DC5481;
}
</style>
border-color css
<style>
span { border-color: #DC5481; }
span { border-color: rgb(220,84,129); }
td.TdClassName
{
border-color: #DC5481;
}
.TagClassName
{
border-color: #DC5481;
}
</style>