Shades of Cranberry #DC5B78
Tints of Cranberry #DC5B78
RGB
CMYK
RGB Variations
Color information
#DC5B78 (or 0xDC5B78) is known color: Cranberry. HEX triplet: DC, 5B and 78. RGB value is (220,91,120). Sum of RGB (Red+Green+Blue) = 220+91+120=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5B78 is #23A487. Grayscale: #848484. Windows color (decimal): -2335880 or 7887836. OLE color: 7887836.
HSL color Cylindrical-coordinate representation of color #DC5B78: hue angle of 346.51º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5B78 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 120 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.14 |
| HSL | 346.51º | 0.65% | 0.61% | - |
| HSV(B) | 346.51º | 0.59% | 0.86% | - |
| XYZ | 36.65 | 24.05 | 20.48 | - |
| YUV | 132.88 | 120.74 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 120 | 0 | 0.59 | 0.45 | 0.14 | 346.51 | 0.65 | 0.61 |
| Hex | DC | 5B | 78 | 0 | 3B | 2D | E | 15B | 41 | 3D |
| Octal | 334 | 133 | 170 | 0 | 73 | 55 | 16 | 533 | 101 | 75 |
| Binary | 11011100 | 1011011 | 1111000 | 0 | 111011 | 101101 | 1110 | 101011011 | 1000001 | 111101 |
Color Harmonies of #DC5B78
Complementary color
Monochromatic Colors of #DC5B78
Black with #DC5B78
Text Example
Text Example
White with #DC5B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B78; }
p { color: rgb(220,91,120); }
H1.HeaderClassName
{
color: #DC5B78;
}
.AnyTagClassName
{
color: #DC5B78;
}
</style>
background-color css
<style>
a { background-color: #DC5B78; }
a { background-color: rgb(220,91,120); }
div.DivClassName
{
background-color: #DC5B78;
}
.BgClassName
{
background-color: #DC5B78;
}
</style>
border-color css
<style>
span { border-color: #DC5B78; }
span { border-color: rgb(220,91,120); }
td.TdClassName
{
border-color: #DC5B78;
}
.TagClassName
{
border-color: #DC5B78;
}
</style>