Shades of Deep Cerise #DA218E
Tints of Deep Cerise #DA218E
RGB
CMYK
RGB Variations
Color information
#DA218E (or 0xDA218E) is known color: Deep Cerise. HEX triplet: DA, 21 and 8E. RGB value is (218,33,142). Sum of RGB (Red+Green+Blue) = 218+33+142=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA218E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA218E is #25DE71. Grayscale: #646464. Windows color (decimal): -2481778 or 9314778. OLE color: 9314778.
HSL color Cylindrical-coordinate representation of color #DA218E: hue angle of 324.65º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA218E is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 142 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.15 |
| HSL | 324.65º | 0.74% | 0.49% | - |
| HSV(B) | 324.65º | 0.85% | 0.85% | - |
| XYZ | 34.34 | 17.95 | 27.25 | - |
| YUV | 100.74 | 151.29 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 142 | 0 | 0.85 | 0.35 | 0.15 | 324.65 | 0.74 | 0.49 |
| Hex | DA | 21 | 8E | 0 | 55 | 23 | F | 145 | 4A | 31 |
| Octal | 332 | 41 | 216 | 0 | 125 | 43 | 17 | 505 | 112 | 61 |
| Binary | 11011010 | 100001 | 10001110 | 0 | 1010101 | 100011 | 1111 | 101000101 | 1001010 | 110001 |
Color Harmonies of #DA218E
Complementary color
Monochromatic Colors of #DA218E
Black with #DA218E
Text Example
Text Example
White with #DA218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA218E; }
p { color: rgb(218,33,142); }
H1.HeaderClassName
{
color: #DA218E;
}
.AnyTagClassName
{
color: #DA218E;
}
</style>
background-color css
<style>
a { background-color: #DA218E; }
a { background-color: rgb(218,33,142); }
div.DivClassName
{
background-color: #DA218E;
}
.BgClassName
{
background-color: #DA218E;
}
</style>
border-color css
<style>
span { border-color: #DA218E; }
span { border-color: rgb(218,33,142); }
td.TdClassName
{
border-color: #DA218E;
}
.TagClassName
{
border-color: #DA218E;
}
</style>