Shades of Cranberry #DC5380
Tints of Cranberry #DC5380
RGB
CMYK
RGB Variations
Color information
#DC5380 (or 0xDC5380) is known color: Cranberry. HEX triplet: DC, 53 and 80. RGB value is (220,83,128). Sum of RGB (Red+Green+Blue) = 220+83+128=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5380 is #23AC7F. Grayscale: #818181. Windows color (decimal): -2337920 or 8410076. OLE color: 8410076.
HSL color Cylindrical-coordinate representation of color #DC5380: hue angle of 340.29º 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 #DC5380 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 128 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.14 |
| HSL | 340.29º | 0.66% | 0.59% | - |
| HSV(B) | 340.29º | 0.62% | 0.86% | - |
| XYZ | 36.5 | 22.96 | 22.93 | - |
| YUV | 129.09 | 127.39 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 128 | 0 | 0.62 | 0.42 | 0.14 | 340.29 | 0.66 | 0.59 |
| Hex | DC | 53 | 80 | 0 | 3E | 2A | E | 154 | 42 | 3B |
| Octal | 334 | 123 | 200 | 0 | 76 | 52 | 16 | 524 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10000000 | 0 | 111110 | 101010 | 1110 | 101010100 | 1000010 | 111011 |
Color Harmonies of #DC5380
Complementary color
Monochromatic Colors of #DC5380
Black with #DC5380
Text Example
Text Example
White with #DC5380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5380; }
p { color: rgb(220,83,128); }
H1.HeaderClassName
{
color: #DC5380;
}
.AnyTagClassName
{
color: #DC5380;
}
</style>
background-color css
<style>
a { background-color: #DC5380; }
a { background-color: rgb(220,83,128); }
div.DivClassName
{
background-color: #DC5380;
}
.BgClassName
{
background-color: #DC5380;
}
</style>
border-color css
<style>
span { border-color: #DC5380; }
span { border-color: rgb(220,83,128); }
td.TdClassName
{
border-color: #DC5380;
}
.TagClassName
{
border-color: #DC5380;
}
</style>