Shades of Deep Cerise #DA219E
Tints of Deep Cerise #DA219E
RGB
CMYK
RGB Variations
Color information
#DA219E (or 0xDA219E) is known color: Deep Cerise. HEX triplet: DA, 21 and 9E. RGB value is (218,33,158). Sum of RGB (Red+Green+Blue) = 218+33+158=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA219E is #25DE61. Grayscale: #666666. Windows color (decimal): -2481762 or 10363354. OLE color: 10363354.
HSL color Cylindrical-coordinate representation of color #DA219E: hue angle of 319.46º 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 #DA219E is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 158 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.15 |
| HSL | 319.46º | 0.74% | 0.49% | - |
| HSV(B) | 319.46º | 0.85% | 0.85% | - |
| XYZ | 35.63 | 18.46 | 34.03 | - |
| YUV | 102.57 | 159.29 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 158 | 0 | 0.85 | 0.28 | 0.15 | 319.46 | 0.74 | 0.49 |
| Hex | DA | 21 | 9E | 0 | 55 | 1C | F | 13F | 4A | 31 |
| Octal | 332 | 41 | 236 | 0 | 125 | 34 | 17 | 477 | 112 | 61 |
| Binary | 11011010 | 100001 | 10011110 | 0 | 1010101 | 11100 | 1111 | 100111111 | 1001010 | 110001 |
Color Harmonies of #DA219E
Complementary color
Monochromatic Colors of #DA219E
Black with #DA219E
Text Example
Text Example
White with #DA219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA219E; }
p { color: rgb(218,33,158); }
H1.HeaderClassName
{
color: #DA219E;
}
.AnyTagClassName
{
color: #DA219E;
}
</style>
background-color css
<style>
a { background-color: #DA219E; }
a { background-color: rgb(218,33,158); }
div.DivClassName
{
background-color: #DA219E;
}
.BgClassName
{
background-color: #DA219E;
}
</style>
border-color css
<style>
span { border-color: #DA219E; }
span { border-color: rgb(218,33,158); }
td.TdClassName
{
border-color: #DA219E;
}
.TagClassName
{
border-color: #DA219E;
}
</style>