Shades of Deep Cerise #DA229E
Tints of Deep Cerise #DA229E
RGB
CMYK
RGB Variations
Color information
#DA229E (or 0xDA229E) is known color: Deep Cerise. HEX triplet: DA, 22 and 9E. RGB value is (218,34,158). Sum of RGB (Red+Green+Blue) = 218+34+158=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA229E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA229E is #25DD61. Grayscale: #666666. Windows color (decimal): -2481506 or 10363610. OLE color: 10363610.
HSL color Cylindrical-coordinate representation of color #DA229E: hue angle of 319.57º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA229E is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 158 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.15 |
| HSL | 319.57º | 0.73% | 0.49% | - |
| HSV(B) | 319.57º | 0.84% | 0.85% | - |
| XYZ | 35.66 | 18.52 | 34.04 | - |
| YUV | 103.15 | 158.96 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 158 | 0 | 0.84 | 0.28 | 0.15 | 319.57 | 0.73 | 0.49 |
| Hex | DA | 22 | 9E | 0 | 54 | 1C | F | 140 | 49 | 31 |
| Octal | 332 | 42 | 236 | 0 | 124 | 34 | 17 | 500 | 111 | 61 |
| Binary | 11011010 | 100010 | 10011110 | 0 | 1010100 | 11100 | 1111 | 101000000 | 1001001 | 110001 |
Color Harmonies of #DA229E
Complementary color
Monochromatic Colors of #DA229E
Black with #DA229E
Text Example
Text Example
White with #DA229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA229E; }
p { color: rgb(218,34,158); }
H1.HeaderClassName
{
color: #DA229E;
}
.AnyTagClassName
{
color: #DA229E;
}
</style>
background-color css
<style>
a { background-color: #DA229E; }
a { background-color: rgb(218,34,158); }
div.DivClassName
{
background-color: #DA229E;
}
.BgClassName
{
background-color: #DA229E;
}
</style>
border-color css
<style>
span { border-color: #DA229E; }
span { border-color: rgb(218,34,158); }
td.TdClassName
{
border-color: #DA229E;
}
.TagClassName
{
border-color: #DA229E;
}
</style>