Shades of Deep Cerise #DA409E
Tints of Deep Cerise #DA409E
RGB
CMYK
RGB Variations
Color information
#DA409E (or 0xDA409E) is known color: Deep Cerise. HEX triplet: DA, 40 and 9E. RGB value is (218,64,158). Sum of RGB (Red+Green+Blue) = 218+64+158=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA409E is #25BF61. Grayscale: #787878. Windows color (decimal): -2473826 or 10371290. OLE color: 10371290.
HSL color Cylindrical-coordinate representation of color #DA409E: hue angle of 323.38º 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 #DA409E is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 158 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.15 |
| HSL | 323.38º | 0.68% | 0.55% | - |
| HSV(B) | 323.38º | 0.71% | 0.85% | - |
| XYZ | 36.92 | 21.04 | 34.46 | - |
| YUV | 120.76 | 149.02 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 158 | 0 | 0.71 | 0.28 | 0.15 | 323.38 | 0.68 | 0.55 |
| Hex | DA | 40 | 9E | 0 | 47 | 1C | F | 143 | 44 | 37 |
| Octal | 332 | 100 | 236 | 0 | 107 | 34 | 17 | 503 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10011110 | 0 | 1000111 | 11100 | 1111 | 101000011 | 1000100 | 110111 |
Color Harmonies of #DA409E
Complementary color
Monochromatic Colors of #DA409E
Black with #DA409E
Text Example
Text Example
White with #DA409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA409E; }
p { color: rgb(218,64,158); }
H1.HeaderClassName
{
color: #DA409E;
}
.AnyTagClassName
{
color: #DA409E;
}
</style>
background-color css
<style>
a { background-color: #DA409E; }
a { background-color: rgb(218,64,158); }
div.DivClassName
{
background-color: #DA409E;
}
.BgClassName
{
background-color: #DA409E;
}
</style>
border-color css
<style>
span { border-color: #DA409E; }
span { border-color: rgb(218,64,158); }
td.TdClassName
{
border-color: #DA409E;
}
.TagClassName
{
border-color: #DA409E;
}
</style>