Shades of Cranberry #DC4F78
Tints of Cranberry #DC4F78
RGB
CMYK
RGB Variations
Color information
#DC4F78 (or 0xDC4F78) is known color: Cranberry. HEX triplet: DC, 4F and 78. RGB value is (220,79,120). Sum of RGB (Red+Green+Blue) = 220+79+120=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4F78 is #23B087. Grayscale: #7D7D7D. Windows color (decimal): -2338952 or 7884764. OLE color: 7884764.
HSL color Cylindrical-coordinate representation of color #DC4F78: hue angle of 342.55º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC4F78 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 120 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.14 |
| HSL | 342.55º | 0.67% | 0.59% | - |
| HSV(B) | 342.55º | 0.64% | 0.86% | - |
| XYZ | 35.7 | 22.16 | 20.17 | - |
| YUV | 125.83 | 124.71 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 120 | 0 | 0.64 | 0.45 | 0.14 | 342.55 | 0.67 | 0.59 |
| Hex | DC | 4F | 78 | 0 | 40 | 2D | E | 157 | 43 | 3B |
| Octal | 334 | 117 | 170 | 0 | 100 | 55 | 16 | 527 | 103 | 73 |
| Binary | 11011100 | 1001111 | 1111000 | 0 | 1000000 | 101101 | 1110 | 101010111 | 1000011 | 111011 |
Color Harmonies of #DC4F78
Complementary color
Monochromatic Colors of #DC4F78
Black with #DC4F78
Text Example
Text Example
White with #DC4F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F78; }
p { color: rgb(220,79,120); }
H1.HeaderClassName
{
color: #DC4F78;
}
.AnyTagClassName
{
color: #DC4F78;
}
</style>
background-color css
<style>
a { background-color: #DC4F78; }
a { background-color: rgb(220,79,120); }
div.DivClassName
{
background-color: #DC4F78;
}
.BgClassName
{
background-color: #DC4F78;
}
</style>
border-color css
<style>
span { border-color: #DC4F78; }
span { border-color: rgb(220,79,120); }
td.TdClassName
{
border-color: #DC4F78;
}
.TagClassName
{
border-color: #DC4F78;
}
</style>