Shades of Deep Cerise #DA3B9E
Tints of Deep Cerise #DA3B9E
RGB
CMYK
RGB Variations
Color information
#DA3B9E (or 0xDA3B9E) is known color: Deep Cerise. HEX triplet: DA, 3B and 9E. RGB value is (218,59,158). Sum of RGB (Red+Green+Blue) = 218+59+158=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3B9E is #25C461. Grayscale: #757575. Windows color (decimal): -2475106 or 10370010. OLE color: 10370010.
HSL color Cylindrical-coordinate representation of color #DA3B9E: hue angle of 322.64º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3B9E is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 59 | 158 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.15 |
| HSL | 322.64º | 0.68% | 0.54% | - |
| HSV(B) | 322.64º | 0.73% | 0.85% | - |
| XYZ | 36.65 | 20.5 | 34.37 | - |
| YUV | 117.83 | 150.68 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 59 | 158 | 0 | 0.73 | 0.28 | 0.15 | 322.64 | 0.68 | 0.54 |
| Hex | DA | 3B | 9E | 0 | 49 | 1C | F | 143 | 44 | 36 |
| Octal | 332 | 73 | 236 | 0 | 111 | 34 | 17 | 503 | 104 | 66 |
| Binary | 11011010 | 111011 | 10011110 | 0 | 1001001 | 11100 | 1111 | 101000011 | 1000100 | 110110 |
Color Harmonies of #DA3B9E
Complementary color
Monochromatic Colors of #DA3B9E
Black with #DA3B9E
Text Example
Text Example
White with #DA3B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3B9E; }
p { color: rgb(218,59,158); }
H1.HeaderClassName
{
color: #DA3B9E;
}
.AnyTagClassName
{
color: #DA3B9E;
}
</style>
background-color css
<style>
a { background-color: #DA3B9E; }
a { background-color: rgb(218,59,158); }
div.DivClassName
{
background-color: #DA3B9E;
}
.BgClassName
{
background-color: #DA3B9E;
}
</style>
border-color css
<style>
span { border-color: #DA3B9E; }
span { border-color: rgb(218,59,158); }
td.TdClassName
{
border-color: #DA3B9E;
}
.TagClassName
{
border-color: #DA3B9E;
}
</style>