Shades of Deep Cerise #DA409A
Tints of Deep Cerise #DA409A
RGB
CMYK
RGB Variations
Color information
#DA409A (or 0xDA409A) is known color: Deep Cerise. HEX triplet: DA, 40 and 9A. RGB value is (218,64,154). Sum of RGB (Red+Green+Blue) = 218+64+154=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA409A is #25BF65. Grayscale: #787878. Windows color (decimal): -2473830 or 10109146. OLE color: 10109146.
HSL color Cylindrical-coordinate representation of color #DA409A: hue angle of 324.94º 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 #DA409A is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 154 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.15 |
| HSL | 324.94º | 0.68% | 0.55% | - |
| HSV(B) | 324.94º | 0.71% | 0.85% | - |
| XYZ | 36.58 | 20.91 | 32.68 | - |
| YUV | 120.31 | 147.02 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 154 | 0 | 0.71 | 0.29 | 0.15 | 324.94 | 0.68 | 0.55 |
| Hex | DA | 40 | 9A | 0 | 47 | 1D | F | 145 | 44 | 37 |
| Octal | 332 | 100 | 232 | 0 | 107 | 35 | 17 | 505 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10011010 | 0 | 1000111 | 11101 | 1111 | 101000101 | 1000100 | 110111 |
Color Harmonies of #DA409A
Complementary color
Monochromatic Colors of #DA409A
Black with #DA409A
Text Example
Text Example
White with #DA409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA409A; }
p { color: rgb(218,64,154); }
H1.HeaderClassName
{
color: #DA409A;
}
.AnyTagClassName
{
color: #DA409A;
}
</style>
background-color css
<style>
a { background-color: #DA409A; }
a { background-color: rgb(218,64,154); }
div.DivClassName
{
background-color: #DA409A;
}
.BgClassName
{
background-color: #DA409A;
}
</style>
border-color css
<style>
span { border-color: #DA409A; }
span { border-color: rgb(218,64,154); }
td.TdClassName
{
border-color: #DA409A;
}
.TagClassName
{
border-color: #DA409A;
}
</style>