Shades of Deep Cerise #DA30AA
Tints of Deep Cerise #DA30AA
RGB
CMYK
RGB Variations
Color information
#DA30AA (or 0xDA30AA) is known color: Deep Cerise. HEX triplet: DA, 30 and AA. RGB value is (218,48,170). Sum of RGB (Red+Green+Blue) = 218+48+170=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA30AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA30AA is #25CF55. Grayscale: #707070. Windows color (decimal): -2477910 or 11153626. OLE color: 11153626.
HSL color Cylindrical-coordinate representation of color #DA30AA: hue angle of 316.94º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA30AA is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 170 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.15 |
| HSL | 316.94º | 0.7% | 0.52% | - |
| HSV(B) | 316.94º | 0.78% | 0.85% | - |
| XYZ | 37.23 | 19.92 | 39.91 | - |
| YUV | 112.74 | 160.32 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 170 | 0 | 0.78 | 0.22 | 0.15 | 316.94 | 0.7 | 0.52 |
| Hex | DA | 30 | AA | 0 | 4E | 16 | F | 13D | 46 | 34 |
| Octal | 332 | 60 | 252 | 0 | 116 | 26 | 17 | 475 | 106 | 64 |
| Binary | 11011010 | 110000 | 10101010 | 0 | 1001110 | 10110 | 1111 | 100111101 | 1000110 | 110100 |
Color Harmonies of #DA30AA
Complementary color
Monochromatic Colors of #DA30AA
Black with #DA30AA
Text Example
Text Example
White with #DA30AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA30AA; }
p { color: rgb(218,48,170); }
H1.HeaderClassName
{
color: #DA30AA;
}
.AnyTagClassName
{
color: #DA30AA;
}
</style>
background-color css
<style>
a { background-color: #DA30AA; }
a { background-color: rgb(218,48,170); }
div.DivClassName
{
background-color: #DA30AA;
}
.BgClassName
{
background-color: #DA30AA;
}
</style>
border-color css
<style>
span { border-color: #DA30AA; }
span { border-color: rgb(218,48,170); }
td.TdClassName
{
border-color: #DA30AA;
}
.TagClassName
{
border-color: #DA30AA;
}
</style>