Shades of Deep Cerise #DA237E
Tints of Deep Cerise #DA237E
RGB
CMYK
RGB Variations
Color information
#DA237E (or 0xDA237E) is known color: Deep Cerise. HEX triplet: DA, 23 and 7E. RGB value is (218,35,126). Sum of RGB (Red+Green+Blue) = 218+35+126=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA237E is #25DC81. Grayscale: #636363. Windows color (decimal): -2481282 or 8266714. OLE color: 8266714.
HSL color Cylindrical-coordinate representation of color #DA237E: hue angle of 330.16º 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 #DA237E is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 126 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.15 |
| HSL | 330.16º | 0.72% | 0.5% | - |
| HSV(B) | 330.16º | 0.84% | 0.85% | - |
| XYZ | 33.28 | 17.61 | 21.38 | - |
| YUV | 100.09 | 142.63 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 126 | 0 | 0.84 | 0.42 | 0.15 | 330.16 | 0.72 | 0.5 |
| Hex | DA | 23 | 7E | 0 | 54 | 2A | F | 14A | 48 | 32 |
| Octal | 332 | 43 | 176 | 0 | 124 | 52 | 17 | 512 | 110 | 62 |
| Binary | 11011010 | 100011 | 1111110 | 0 | 1010100 | 101010 | 1111 | 101001010 | 1001000 | 110010 |
Color Harmonies of #DA237E
Complementary color
Monochromatic Colors of #DA237E
Black with #DA237E
Text Example
Text Example
White with #DA237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA237E; }
p { color: rgb(218,35,126); }
H1.HeaderClassName
{
color: #DA237E;
}
.AnyTagClassName
{
color: #DA237E;
}
</style>
background-color css
<style>
a { background-color: #DA237E; }
a { background-color: rgb(218,35,126); }
div.DivClassName
{
background-color: #DA237E;
}
.BgClassName
{
background-color: #DA237E;
}
</style>
border-color css
<style>
span { border-color: #DA237E; }
span { border-color: rgb(218,35,126); }
td.TdClassName
{
border-color: #DA237E;
}
.TagClassName
{
border-color: #DA237E;
}
</style>