Shades of Deep Cerise #DA3EA0
Tints of Deep Cerise #DA3EA0
RGB
CMYK
RGB Variations
Color information
#DA3EA0 (or 0xDA3EA0) is known color: Deep Cerise. HEX triplet: DA, 3E and A0. RGB value is (218,62,160). Sum of RGB (Red+Green+Blue) = 218+62+160=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3EA0 is #25C15F. Grayscale: #777777. Windows color (decimal): -2474336 or 10501850. OLE color: 10501850.
HSL color Cylindrical-coordinate representation of color #DA3EA0: hue angle of 322.31º 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 #DA3EA0 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 160 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.15 |
| HSL | 322.31º | 0.68% | 0.55% | - |
| HSV(B) | 322.31º | 0.72% | 0.85% | - |
| XYZ | 36.98 | 20.89 | 35.34 | - |
| YUV | 119.82 | 150.68 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 160 | 0 | 0.72 | 0.27 | 0.15 | 322.31 | 0.68 | 0.55 |
| Hex | DA | 3E | A0 | 0 | 48 | 1B | F | 142 | 44 | 37 |
| Octal | 332 | 76 | 240 | 0 | 110 | 33 | 17 | 502 | 104 | 67 |
| Binary | 11011010 | 111110 | 10100000 | 0 | 1001000 | 11011 | 1111 | 101000010 | 1000100 | 110111 |
Color Harmonies of #DA3EA0
Complementary color
Monochromatic Colors of #DA3EA0
Black with #DA3EA0
Text Example
Text Example
White with #DA3EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3EA0; }
p { color: rgb(218,62,160); }
H1.HeaderClassName
{
color: #DA3EA0;
}
.AnyTagClassName
{
color: #DA3EA0;
}
</style>
background-color css
<style>
a { background-color: #DA3EA0; }
a { background-color: rgb(218,62,160); }
div.DivClassName
{
background-color: #DA3EA0;
}
.BgClassName
{
background-color: #DA3EA0;
}
</style>
border-color css
<style>
span { border-color: #DA3EA0; }
span { border-color: rgb(218,62,160); }
td.TdClassName
{
border-color: #DA3EA0;
}
.TagClassName
{
border-color: #DA3EA0;
}
</style>