Shades of Cranberry #DC5F78
Tints of Cranberry #DC5F78
RGB
CMYK
RGB Variations
Color information
#DC5F78 (or 0xDC5F78) is known color: Cranberry. HEX triplet: DC, 5F and 78. RGB value is (220,95,120). Sum of RGB (Red+Green+Blue) = 220+95+120=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F78 is #23A087. Grayscale: #878787. Windows color (decimal): -2334856 or 7888860. OLE color: 7888860.
HSL color Cylindrical-coordinate representation of color #DC5F78: hue angle of 348º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5F78 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 120 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.14 |
| HSL | 348º | 0.64% | 0.62% | - |
| HSV(B) | 348º | 0.57% | 0.86% | - |
| XYZ | 37 | 24.76 | 20.6 | - |
| YUV | 135.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 120 | 0 | 0.57 | 0.45 | 0.14 | 348 | 0.64 | 0.62 |
| Hex | DC | 5F | 78 | 0 | 39 | 2D | E | 15C | 40 | 3E |
| Octal | 334 | 137 | 170 | 0 | 71 | 55 | 16 | 534 | 100 | 76 |
| Binary | 11011100 | 1011111 | 1111000 | 0 | 111001 | 101101 | 1110 | 101011100 | 1000000 | 111110 |
Color Harmonies of #DC5F78
Complementary color
Monochromatic Colors of #DC5F78
Black with #DC5F78
Text Example
Text Example
White with #DC5F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5F78; }
p { color: rgb(220,95,120); }
H1.HeaderClassName
{
color: #DC5F78;
}
.AnyTagClassName
{
color: #DC5F78;
}
</style>
background-color css
<style>
a { background-color: #DC5F78; }
a { background-color: rgb(220,95,120); }
div.DivClassName
{
background-color: #DC5F78;
}
.BgClassName
{
background-color: #DC5F78;
}
</style>
border-color css
<style>
span { border-color: #DC5F78; }
span { border-color: rgb(220,95,120); }
td.TdClassName
{
border-color: #DC5F78;
}
.TagClassName
{
border-color: #DC5F78;
}
</style>