Shades of Deep Cerise #DA3E96
Tints of Deep Cerise #DA3E96
RGB
CMYK
RGB Variations
Color information
#DA3E96 (or 0xDA3E96) is known color: Deep Cerise. HEX triplet: DA, 3E and 96. RGB value is (218,62,150). Sum of RGB (Red+Green+Blue) = 218+62+150=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3E96 is #25C169. Grayscale: #767676. Windows color (decimal): -2474346 or 9846490. OLE color: 9846490.
HSL color Cylindrical-coordinate representation of color #DA3E96: hue angle of 326.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3E96 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 150 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.15 |
| HSL | 326.15º | 0.68% | 0.55% | - |
| HSV(B) | 326.15º | 0.72% | 0.85% | - |
| XYZ | 36.14 | 20.55 | 30.92 | - |
| YUV | 118.68 | 145.68 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 150 | 0 | 0.72 | 0.31 | 0.15 | 326.15 | 0.68 | 0.55 |
| Hex | DA | 3E | 96 | 0 | 48 | 1F | F | 146 | 44 | 37 |
| Octal | 332 | 76 | 226 | 0 | 110 | 37 | 17 | 506 | 104 | 67 |
| Binary | 11011010 | 111110 | 10010110 | 0 | 1001000 | 11111 | 1111 | 101000110 | 1000100 | 110111 |
Color Harmonies of #DA3E96
Complementary color
Monochromatic Colors of #DA3E96
Black with #DA3E96
Text Example
Text Example
White with #DA3E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E96; }
p { color: rgb(218,62,150); }
H1.HeaderClassName
{
color: #DA3E96;
}
.AnyTagClassName
{
color: #DA3E96;
}
</style>
background-color css
<style>
a { background-color: #DA3E96; }
a { background-color: rgb(218,62,150); }
div.DivClassName
{
background-color: #DA3E96;
}
.BgClassName
{
background-color: #DA3E96;
}
</style>
border-color css
<style>
span { border-color: #DA3E96; }
span { border-color: rgb(218,62,150); }
td.TdClassName
{
border-color: #DA3E96;
}
.TagClassName
{
border-color: #DA3E96;
}
</style>