Shades of Deep Cerise #DA2C90
Tints of Deep Cerise #DA2C90
RGB
CMYK
RGB Variations
Color information
#DA2C90 (or 0xDA2C90) is known color: Deep Cerise. HEX triplet: DA, 2C and 90. RGB value is (218,44,144). Sum of RGB (Red+Green+Blue) = 218+44+144=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2C90 is #25D36F. Grayscale: #6B6B6B. Windows color (decimal): -2478960 or 9448666. OLE color: 9448666.
HSL color Cylindrical-coordinate representation of color #DA2C90: hue angle of 325.52º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2C90 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 44 | 144 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.15 |
| HSL | 325.52º | 0.7% | 0.51% | - |
| HSV(B) | 325.52º | 0.8% | 0.85% | - |
| XYZ | 34.85 | 18.72 | 28.16 | - |
| YUV | 107.43 | 148.65 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 44 | 144 | 0 | 0.80 | 0.34 | 0.15 | 325.52 | 0.7 | 0.51 |
| Hex | DA | 2C | 90 | 0 | 50 | 22 | F | 146 | 46 | 33 |
| Octal | 332 | 54 | 220 | 0 | 120 | 42 | 17 | 506 | 106 | 63 |
| Binary | 11011010 | 101100 | 10010000 | 0 | 1010000 | 100010 | 1111 | 101000110 | 1000110 | 110011 |
Color Harmonies of #DA2C90
Complementary color
Monochromatic Colors of #DA2C90
Black with #DA2C90
Text Example
Text Example
White with #DA2C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2C90; }
p { color: rgb(218,44,144); }
H1.HeaderClassName
{
color: #DA2C90;
}
.AnyTagClassName
{
color: #DA2C90;
}
</style>
background-color css
<style>
a { background-color: #DA2C90; }
a { background-color: rgb(218,44,144); }
div.DivClassName
{
background-color: #DA2C90;
}
.BgClassName
{
background-color: #DA2C90;
}
</style>
border-color css
<style>
span { border-color: #DA2C90; }
span { border-color: rgb(218,44,144); }
td.TdClassName
{
border-color: #DA2C90;
}
.TagClassName
{
border-color: #DA2C90;
}
</style>