Shades of Deep Cerise #DA1C78
Tints of Deep Cerise #DA1C78
RGB
CMYK
RGB Variations
Color information
#DA1C78 (or 0xDA1C78) is known color: Deep Cerise. HEX triplet: DA, 1C and 78. RGB value is (218,28,120). Sum of RGB (Red+Green+Blue) = 218+28+120=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1C78 is #25E387. Grayscale: #5F5F5F. Windows color (decimal): -2483080 or 7871706. OLE color: 7871706.
HSL color Cylindrical-coordinate representation of color #DA1C78: hue angle of 330.95º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1C78 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 28 | 120 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.15 |
| HSL | 330.95º | 0.77% | 0.48% | - |
| HSV(B) | 330.95º | 0.87% | 0.85% | - |
| XYZ | 32.72 | 17.09 | 19.34 | - |
| YUV | 95.3 | 141.95 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 120 | 0 | 0.87 | 0.45 | 0.15 | 330.95 | 0.77 | 0.48 |
| Hex | DA | 1C | 78 | 0 | 57 | 2D | F | 14B | 4D | 30 |
| Octal | 332 | 34 | 170 | 0 | 127 | 55 | 17 | 513 | 115 | 60 |
| Binary | 11011010 | 11100 | 1111000 | 0 | 1010111 | 101101 | 1111 | 101001011 | 1001101 | 110000 |
Color Harmonies of #DA1C78
Complementary color
Monochromatic Colors of #DA1C78
Black with #DA1C78
Text Example
Text Example
White with #DA1C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1C78; }
p { color: rgb(218,28,120); }
H1.HeaderClassName
{
color: #DA1C78;
}
.AnyTagClassName
{
color: #DA1C78;
}
</style>
background-color css
<style>
a { background-color: #DA1C78; }
a { background-color: rgb(218,28,120); }
div.DivClassName
{
background-color: #DA1C78;
}
.BgClassName
{
background-color: #DA1C78;
}
</style>
border-color css
<style>
span { border-color: #DA1C78; }
span { border-color: rgb(218,28,120); }
td.TdClassName
{
border-color: #DA1C78;
}
.TagClassName
{
border-color: #DA1C78;
}
</style>