Shades of Deep Cerise #DA2A93
Tints of Deep Cerise #DA2A93
RGB
CMYK
RGB Variations
Color information
#DA2A93 (or 0xDA2A93) is known color: Deep Cerise. HEX triplet: DA, 2A and 93. RGB value is (218,42,147). Sum of RGB (Red+Green+Blue) = 218+42+147=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2A93 is #25D56C. Grayscale: #6A6A6A. Windows color (decimal): -2479469 or 9644762. OLE color: 9644762.
HSL color Cylindrical-coordinate representation of color #DA2A93: hue angle of 324.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2A93 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 147 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.15 |
| HSL | 324.2º | 0.7% | 0.51% | - |
| HSV(B) | 324.2º | 0.81% | 0.85% | - |
| XYZ | 35.01 | 18.67 | 29.36 | - |
| YUV | 106.59 | 150.81 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 147 | 0 | 0.81 | 0.33 | 0.15 | 324.2 | 0.7 | 0.51 |
| Hex | DA | 2A | 93 | 0 | 51 | 21 | F | 144 | 46 | 33 |
| Octal | 332 | 52 | 223 | 0 | 121 | 41 | 17 | 504 | 106 | 63 |
| Binary | 11011010 | 101010 | 10010011 | 0 | 1010001 | 100001 | 1111 | 101000100 | 1000110 | 110011 |
Color Harmonies of #DA2A93
Complementary color
Monochromatic Colors of #DA2A93
Black with #DA2A93
Text Example
Text Example
White with #DA2A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A93; }
p { color: rgb(218,42,147); }
H1.HeaderClassName
{
color: #DA2A93;
}
.AnyTagClassName
{
color: #DA2A93;
}
</style>
background-color css
<style>
a { background-color: #DA2A93; }
a { background-color: rgb(218,42,147); }
div.DivClassName
{
background-color: #DA2A93;
}
.BgClassName
{
background-color: #DA2A93;
}
</style>
border-color css
<style>
span { border-color: #DA2A93; }
span { border-color: rgb(218,42,147); }
td.TdClassName
{
border-color: #DA2A93;
}
.TagClassName
{
border-color: #DA2A93;
}
</style>