Shades of Deep Cerise #DA239A
Tints of Deep Cerise #DA239A
RGB
CMYK
RGB Variations
Color information
#DA239A (or 0xDA239A) is known color: Deep Cerise. HEX triplet: DA, 23 and 9A. RGB value is (218,35,154). Sum of RGB (Red+Green+Blue) = 218+35+154=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA239A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA239A is #25DC65. Grayscale: #666666. Windows color (decimal): -2481254 or 10101722. OLE color: 10101722.
HSL color Cylindrical-coordinate representation of color #DA239A: hue angle of 320.98º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA239A is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 154 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.15 |
| HSL | 320.98º | 0.72% | 0.5% | - |
| HSV(B) | 320.98º | 0.84% | 0.85% | - |
| XYZ | 35.35 | 18.44 | 32.27 | - |
| YUV | 103.28 | 156.63 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 154 | 0 | 0.84 | 0.29 | 0.15 | 320.98 | 0.72 | 0.5 |
| Hex | DA | 23 | 9A | 0 | 54 | 1D | F | 141 | 48 | 32 |
| Octal | 332 | 43 | 232 | 0 | 124 | 35 | 17 | 501 | 110 | 62 |
| Binary | 11011010 | 100011 | 10011010 | 0 | 1010100 | 11101 | 1111 | 101000001 | 1001000 | 110010 |
Color Harmonies of #DA239A
Complementary color
Monochromatic Colors of #DA239A
Black with #DA239A
Text Example
Text Example
White with #DA239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA239A; }
p { color: rgb(218,35,154); }
H1.HeaderClassName
{
color: #DA239A;
}
.AnyTagClassName
{
color: #DA239A;
}
</style>
background-color css
<style>
a { background-color: #DA239A; }
a { background-color: rgb(218,35,154); }
div.DivClassName
{
background-color: #DA239A;
}
.BgClassName
{
background-color: #DA239A;
}
</style>
border-color css
<style>
span { border-color: #DA239A; }
span { border-color: rgb(218,35,154); }
td.TdClassName
{
border-color: #DA239A;
}
.TagClassName
{
border-color: #DA239A;
}
</style>