Shades of Deep Cerise #DA409F
Tints of Deep Cerise #DA409F
RGB
CMYK
RGB Variations
Color information
#DA409F (or 0xDA409F) is known color: Deep Cerise. HEX triplet: DA, 40 and 9F. RGB value is (218,64,159). Sum of RGB (Red+Green+Blue) = 218+64+159=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA409F is #25BF60. Grayscale: #787878. Windows color (decimal): -2473825 or 10436826. OLE color: 10436826.
HSL color Cylindrical-coordinate representation of color #DA409F: hue angle of 322.99º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA409F is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 159 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.15 |
| HSL | 322.99º | 0.68% | 0.55% | - |
| HSV(B) | 322.99º | 0.71% | 0.85% | - |
| XYZ | 37 | 21.08 | 34.92 | - |
| YUV | 120.88 | 149.52 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 159 | 0 | 0.71 | 0.27 | 0.15 | 322.99 | 0.68 | 0.55 |
| Hex | DA | 40 | 9F | 0 | 47 | 1B | F | 143 | 44 | 37 |
| Octal | 332 | 100 | 237 | 0 | 107 | 33 | 17 | 503 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10011111 | 0 | 1000111 | 11011 | 1111 | 101000011 | 1000100 | 110111 |
Color Harmonies of #DA409F
Complementary color
Monochromatic Colors of #DA409F
Black with #DA409F
Text Example
Text Example
White with #DA409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA409F; }
p { color: rgb(218,64,159); }
H1.HeaderClassName
{
color: #DA409F;
}
.AnyTagClassName
{
color: #DA409F;
}
</style>
background-color css
<style>
a { background-color: #DA409F; }
a { background-color: rgb(218,64,159); }
div.DivClassName
{
background-color: #DA409F;
}
.BgClassName
{
background-color: #DA409F;
}
</style>
border-color css
<style>
span { border-color: #DA409F; }
span { border-color: rgb(218,64,159); }
td.TdClassName
{
border-color: #DA409F;
}
.TagClassName
{
border-color: #DA409F;
}
</style>