Shades of Deep Cerise #DA419A
Tints of Deep Cerise #DA419A
RGB
CMYK
RGB Variations
Color information
#DA419A (or 0xDA419A) is known color: Deep Cerise. HEX triplet: DA, 41 and 9A. RGB value is (218,65,154). Sum of RGB (Red+Green+Blue) = 218+65+154=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA419A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA419A is #25BE65. Grayscale: #787878. Windows color (decimal): -2473574 or 10109402. OLE color: 10109402.
HSL color Cylindrical-coordinate representation of color #DA419A: hue angle of 325.1º 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 #DA419A is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 154 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.15 |
| HSL | 325.1º | 0.67% | 0.55% | - |
| HSV(B) | 325.1º | 0.7% | 0.85% | - |
| XYZ | 36.64 | 21.02 | 32.7 | - |
| YUV | 120.89 | 146.69 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 154 | 0 | 0.70 | 0.29 | 0.15 | 325.1 | 0.67 | 0.55 |
| Hex | DA | 41 | 9A | 0 | 46 | 1D | F | 145 | 43 | 37 |
| Octal | 332 | 101 | 232 | 0 | 106 | 35 | 17 | 505 | 103 | 67 |
| Binary | 11011010 | 1000001 | 10011010 | 0 | 1000110 | 11101 | 1111 | 101000101 | 1000011 | 110111 |
Color Harmonies of #DA419A
Complementary color
Monochromatic Colors of #DA419A
Black with #DA419A
Text Example
Text Example
White with #DA419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA419A; }
p { color: rgb(218,65,154); }
H1.HeaderClassName
{
color: #DA419A;
}
.AnyTagClassName
{
color: #DA419A;
}
</style>
background-color css
<style>
a { background-color: #DA419A; }
a { background-color: rgb(218,65,154); }
div.DivClassName
{
background-color: #DA419A;
}
.BgClassName
{
background-color: #DA419A;
}
</style>
border-color css
<style>
span { border-color: #DA419A; }
span { border-color: rgb(218,65,154); }
td.TdClassName
{
border-color: #DA419A;
}
.TagClassName
{
border-color: #DA419A;
}
</style>