Shades of Deep Cerise #DA419E
Tints of Deep Cerise #DA419E
RGB
CMYK
RGB Variations
Color information
#DA419E (or 0xDA419E) is known color: Deep Cerise. HEX triplet: DA, 41 and 9E. RGB value is (218,65,158). Sum of RGB (Red+Green+Blue) = 218+65+158=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA419E is #25BE61. Grayscale: #797979. Windows color (decimal): -2473570 or 10371546. OLE color: 10371546.
HSL color Cylindrical-coordinate representation of color #DA419E: hue angle of 323.53º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA419E is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 158 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.15 |
| HSL | 323.53º | 0.67% | 0.55% | - |
| HSV(B) | 323.53º | 0.7% | 0.85% | - |
| XYZ | 36.98 | 21.15 | 34.48 | - |
| YUV | 121.35 | 148.69 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 158 | 0 | 0.70 | 0.28 | 0.15 | 323.53 | 0.67 | 0.55 |
| Hex | DA | 41 | 9E | 0 | 46 | 1C | F | 144 | 43 | 37 |
| Octal | 332 | 101 | 236 | 0 | 106 | 34 | 17 | 504 | 103 | 67 |
| Binary | 11011010 | 1000001 | 10011110 | 0 | 1000110 | 11100 | 1111 | 101000100 | 1000011 | 110111 |
Color Harmonies of #DA419E
Complementary color
Monochromatic Colors of #DA419E
Black with #DA419E
Text Example
Text Example
White with #DA419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA419E; }
p { color: rgb(218,65,158); }
H1.HeaderClassName
{
color: #DA419E;
}
.AnyTagClassName
{
color: #DA419E;
}
</style>
background-color css
<style>
a { background-color: #DA419E; }
a { background-color: rgb(218,65,158); }
div.DivClassName
{
background-color: #DA419E;
}
.BgClassName
{
background-color: #DA419E;
}
</style>
border-color css
<style>
span { border-color: #DA419E; }
span { border-color: rgb(218,65,158); }
td.TdClassName
{
border-color: #DA419E;
}
.TagClassName
{
border-color: #DA419E;
}
</style>