Shades of Deep Cerise #DA3390
Tints of Deep Cerise #DA3390
RGB
CMYK
RGB Variations
Color information
#DA3390 (or 0xDA3390) is known color: Deep Cerise. HEX triplet: DA, 33 and 90. RGB value is (218,51,144). Sum of RGB (Red+Green+Blue) = 218+51+144=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3390 is #25CC6F. Grayscale: #6F6F6F. Windows color (decimal): -2477168 or 9450458. OLE color: 9450458.
HSL color Cylindrical-coordinate representation of color #DA3390: hue angle of 326.59º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3390 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 144 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.15 |
| HSL | 326.59º | 0.69% | 0.53% | - |
| HSV(B) | 326.59º | 0.77% | 0.85% | - |
| XYZ | 35.13 | 19.29 | 28.26 | - |
| YUV | 111.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 144 | 0 | 0.77 | 0.34 | 0.15 | 326.59 | 0.69 | 0.53 |
| Hex | DA | 33 | 90 | 0 | 4D | 22 | F | 147 | 45 | 35 |
| Octal | 332 | 63 | 220 | 0 | 115 | 42 | 17 | 507 | 105 | 65 |
| Binary | 11011010 | 110011 | 10010000 | 0 | 1001101 | 100010 | 1111 | 101000111 | 1000101 | 110101 |
Color Harmonies of #DA3390
Complementary color
Monochromatic Colors of #DA3390
Black with #DA3390
Text Example
Text Example
White with #DA3390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3390; }
p { color: rgb(218,51,144); }
H1.HeaderClassName
{
color: #DA3390;
}
.AnyTagClassName
{
color: #DA3390;
}
</style>
background-color css
<style>
a { background-color: #DA3390; }
a { background-color: rgb(218,51,144); }
div.DivClassName
{
background-color: #DA3390;
}
.BgClassName
{
background-color: #DA3390;
}
</style>
border-color css
<style>
span { border-color: #DA3390; }
span { border-color: rgb(218,51,144); }
td.TdClassName
{
border-color: #DA3390;
}
.TagClassName
{
border-color: #DA3390;
}
</style>