Shades of Deep Cerise #DA238E
Tints of Deep Cerise #DA238E
RGB
CMYK
RGB Variations
Color information
#DA238E (or 0xDA238E) is known color: Deep Cerise. HEX triplet: DA, 23 and 8E. RGB value is (218,35,142). Sum of RGB (Red+Green+Blue) = 218+35+142=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA238E is #25DC71. Grayscale: #656565. Windows color (decimal): -2481266 or 9315290. OLE color: 9315290.
HSL color Cylindrical-coordinate representation of color #DA238E: hue angle of 324.92º 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 #DA238E is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 142 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.15 |
| HSL | 324.92º | 0.72% | 0.5% | - |
| HSV(B) | 324.92º | 0.84% | 0.85% | - |
| XYZ | 34.4 | 18.06 | 27.26 | - |
| YUV | 101.92 | 150.63 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 142 | 0 | 0.84 | 0.35 | 0.15 | 324.92 | 0.72 | 0.5 |
| Hex | DA | 23 | 8E | 0 | 54 | 23 | F | 145 | 48 | 32 |
| Octal | 332 | 43 | 216 | 0 | 124 | 43 | 17 | 505 | 110 | 62 |
| Binary | 11011010 | 100011 | 10001110 | 0 | 1010100 | 100011 | 1111 | 101000101 | 1001000 | 110010 |
Color Harmonies of #DA238E
Complementary color
Monochromatic Colors of #DA238E
Black with #DA238E
Text Example
Text Example
White with #DA238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA238E; }
p { color: rgb(218,35,142); }
H1.HeaderClassName
{
color: #DA238E;
}
.AnyTagClassName
{
color: #DA238E;
}
</style>
background-color css
<style>
a { background-color: #DA238E; }
a { background-color: rgb(218,35,142); }
div.DivClassName
{
background-color: #DA238E;
}
.BgClassName
{
background-color: #DA238E;
}
</style>
border-color css
<style>
span { border-color: #DA238E; }
span { border-color: rgb(218,35,142); }
td.TdClassName
{
border-color: #DA238E;
}
.TagClassName
{
border-color: #DA238E;
}
</style>