Shades of Deep Cerise #DA3E9A
Tints of Deep Cerise #DA3E9A
RGB
CMYK
RGB Variations
Color information
#DA3E9A (or 0xDA3E9A) is known color: Deep Cerise. HEX triplet: DA, 3E and 9A. RGB value is (218,62,154). Sum of RGB (Red+Green+Blue) = 218+62+154=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3E9A is #25C165. Grayscale: #767676. Windows color (decimal): -2474342 or 10108634. OLE color: 10108634.
HSL color Cylindrical-coordinate representation of color #DA3E9A: hue angle of 324.62º 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 #DA3E9A is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 154 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.15 |
| HSL | 324.62º | 0.68% | 0.55% | - |
| HSV(B) | 324.62º | 0.72% | 0.85% | - |
| XYZ | 36.47 | 20.68 | 32.64 | - |
| YUV | 119.13 | 147.68 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 154 | 0 | 0.72 | 0.29 | 0.15 | 324.62 | 0.68 | 0.55 |
| Hex | DA | 3E | 9A | 0 | 48 | 1D | F | 145 | 44 | 37 |
| Octal | 332 | 76 | 232 | 0 | 110 | 35 | 17 | 505 | 104 | 67 |
| Binary | 11011010 | 111110 | 10011010 | 0 | 1001000 | 11101 | 1111 | 101000101 | 1000100 | 110111 |
Color Harmonies of #DA3E9A
Complementary color
Monochromatic Colors of #DA3E9A
Black with #DA3E9A
Text Example
Text Example
White with #DA3E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E9A; }
p { color: rgb(218,62,154); }
H1.HeaderClassName
{
color: #DA3E9A;
}
.AnyTagClassName
{
color: #DA3E9A;
}
</style>
background-color css
<style>
a { background-color: #DA3E9A; }
a { background-color: rgb(218,62,154); }
div.DivClassName
{
background-color: #DA3E9A;
}
.BgClassName
{
background-color: #DA3E9A;
}
</style>
border-color css
<style>
span { border-color: #DA3E9A; }
span { border-color: rgb(218,62,154); }
td.TdClassName
{
border-color: #DA3E9A;
}
.TagClassName
{
border-color: #DA3E9A;
}
</style>