Shades of Deep Cerise #DA2392
Tints of Deep Cerise #DA2392
RGB
CMYK
RGB Variations
Color information
#DA2392 (or 0xDA2392) is known color: Deep Cerise. HEX triplet: DA, 23 and 92. RGB value is (218,35,146). Sum of RGB (Red+Green+Blue) = 218+35+146=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2392 is #25DC6D. Grayscale: #666666. Windows color (decimal): -2481262 or 9577434. OLE color: 9577434.
HSL color Cylindrical-coordinate representation of color #DA2392: hue angle of 323.61º 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 #DA2392 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 146 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.15 |
| HSL | 323.61º | 0.72% | 0.5% | - |
| HSV(B) | 323.61º | 0.84% | 0.85% | - |
| XYZ | 34.7 | 18.18 | 28.87 | - |
| YUV | 102.37 | 152.63 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 146 | 0 | 0.84 | 0.33 | 0.15 | 323.61 | 0.72 | 0.5 |
| Hex | DA | 23 | 92 | 0 | 54 | 21 | F | 144 | 48 | 32 |
| Octal | 332 | 43 | 222 | 0 | 124 | 41 | 17 | 504 | 110 | 62 |
| Binary | 11011010 | 100011 | 10010010 | 0 | 1010100 | 100001 | 1111 | 101000100 | 1001000 | 110010 |
Color Harmonies of #DA2392
Complementary color
Monochromatic Colors of #DA2392
Black with #DA2392
Text Example
Text Example
White with #DA2392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2392; }
p { color: rgb(218,35,146); }
H1.HeaderClassName
{
color: #DA2392;
}
.AnyTagClassName
{
color: #DA2392;
}
</style>
background-color css
<style>
a { background-color: #DA2392; }
a { background-color: rgb(218,35,146); }
div.DivClassName
{
background-color: #DA2392;
}
.BgClassName
{
background-color: #DA2392;
}
</style>
border-color css
<style>
span { border-color: #DA2392; }
span { border-color: rgb(218,35,146); }
td.TdClassName
{
border-color: #DA2392;
}
.TagClassName
{
border-color: #DA2392;
}
</style>