Shades of Deep Cerise #DA30A2
Tints of Deep Cerise #DA30A2
RGB
CMYK
RGB Variations
Color information
#DA30A2 (or 0xDA30A2) is known color: Deep Cerise. HEX triplet: DA, 30 and A2. RGB value is (218,48,162). Sum of RGB (Red+Green+Blue) = 218+48+162=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA30A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA30A2 is #25CF5D. Grayscale: #6F6F6F. Windows color (decimal): -2477918 or 10629338. OLE color: 10629338.
HSL color Cylindrical-coordinate representation of color #DA30A2: hue angle of 319.76º 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 #DA30A2 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 162 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.15 |
| HSL | 319.76º | 0.7% | 0.52% | - |
| HSV(B) | 319.76º | 0.78% | 0.85% | - |
| XYZ | 36.49 | 19.63 | 36.05 | - |
| YUV | 111.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 162 | 0 | 0.78 | 0.26 | 0.15 | 319.76 | 0.7 | 0.52 |
| Hex | DA | 30 | A2 | 0 | 4E | 1A | F | 140 | 46 | 34 |
| Octal | 332 | 60 | 242 | 0 | 116 | 32 | 17 | 500 | 106 | 64 |
| Binary | 11011010 | 110000 | 10100010 | 0 | 1001110 | 11010 | 1111 | 101000000 | 1000110 | 110100 |
Color Harmonies of #DA30A2
Complementary color
Monochromatic Colors of #DA30A2
Black with #DA30A2
Text Example
Text Example
White with #DA30A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA30A2; }
p { color: rgb(218,48,162); }
H1.HeaderClassName
{
color: #DA30A2;
}
.AnyTagClassName
{
color: #DA30A2;
}
</style>
background-color css
<style>
a { background-color: #DA30A2; }
a { background-color: rgb(218,48,162); }
div.DivClassName
{
background-color: #DA30A2;
}
.BgClassName
{
background-color: #DA30A2;
}
</style>
border-color css
<style>
span { border-color: #DA30A2; }
span { border-color: rgb(218,48,162); }
td.TdClassName
{
border-color: #DA30A2;
}
.TagClassName
{
border-color: #DA30A2;
}
</style>