Shades of Deep Cerise #DA1D78
Tints of Deep Cerise #DA1D78
RGB
CMYK
RGB Variations
Color information
#DA1D78 (or 0xDA1D78) is known color: Deep Cerise. HEX triplet: DA, 1D and 78. RGB value is (218,29,120). Sum of RGB (Red+Green+Blue) = 218+29+120=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1D78 is #25E287. Grayscale: #5F5F5F. Windows color (decimal): -2482824 or 7871962. OLE color: 7871962.
HSL color Cylindrical-coordinate representation of color #DA1D78: hue angle of 331.11º 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 #DA1D78 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 29 | 120 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.15 |
| HSL | 331.11º | 0.77% | 0.48% | - |
| HSV(B) | 331.11º | 0.87% | 0.85% | - |
| XYZ | 32.74 | 17.14 | 19.35 | - |
| YUV | 95.89 | 141.62 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 120 | 0 | 0.87 | 0.45 | 0.15 | 331.11 | 0.77 | 0.48 |
| Hex | DA | 1D | 78 | 0 | 57 | 2D | F | 14B | 4D | 30 |
| Octal | 332 | 35 | 170 | 0 | 127 | 55 | 17 | 513 | 115 | 60 |
| Binary | 11011010 | 11101 | 1111000 | 0 | 1010111 | 101101 | 1111 | 101001011 | 1001101 | 110000 |
Color Harmonies of #DA1D78
Complementary color
Monochromatic Colors of #DA1D78
Black with #DA1D78
Text Example
Text Example
White with #DA1D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1D78; }
p { color: rgb(218,29,120); }
H1.HeaderClassName
{
color: #DA1D78;
}
.AnyTagClassName
{
color: #DA1D78;
}
</style>
background-color css
<style>
a { background-color: #DA1D78; }
a { background-color: rgb(218,29,120); }
div.DivClassName
{
background-color: #DA1D78;
}
.BgClassName
{
background-color: #DA1D78;
}
</style>
border-color css
<style>
span { border-color: #DA1D78; }
span { border-color: rgb(218,29,120); }
td.TdClassName
{
border-color: #DA1D78;
}
.TagClassName
{
border-color: #DA1D78;
}
</style>