Shades of Deep Cerise #DA30A8
Tints of Deep Cerise #DA30A8
RGB
CMYK
RGB Variations
Color information
#DA30A8 (or 0xDA30A8) is known color: Deep Cerise. HEX triplet: DA, 30 and A8. RGB value is (218,48,168). Sum of RGB (Red+Green+Blue) = 218+48+168=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA30A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA30A8 is #25CF57. Grayscale: #707070. Windows color (decimal): -2477912 or 11022554. OLE color: 11022554.
HSL color Cylindrical-coordinate representation of color #DA30A8: hue angle of 317.65º 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 #DA30A8 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 168 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.15 |
| HSL | 317.65º | 0.7% | 0.52% | - |
| HSV(B) | 317.65º | 0.78% | 0.85% | - |
| XYZ | 37.04 | 19.85 | 38.92 | - |
| YUV | 112.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 168 | 0 | 0.78 | 0.23 | 0.15 | 317.65 | 0.7 | 0.52 |
| Hex | DA | 30 | A8 | 0 | 4E | 17 | F | 13E | 46 | 34 |
| Octal | 332 | 60 | 250 | 0 | 116 | 27 | 17 | 476 | 106 | 64 |
| Binary | 11011010 | 110000 | 10101000 | 0 | 1001110 | 10111 | 1111 | 100111110 | 1000110 | 110100 |
Color Harmonies of #DA30A8
Complementary color
Monochromatic Colors of #DA30A8
Black with #DA30A8
Text Example
Text Example
White with #DA30A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA30A8; }
p { color: rgb(218,48,168); }
H1.HeaderClassName
{
color: #DA30A8;
}
.AnyTagClassName
{
color: #DA30A8;
}
</style>
background-color css
<style>
a { background-color: #DA30A8; }
a { background-color: rgb(218,48,168); }
div.DivClassName
{
background-color: #DA30A8;
}
.BgClassName
{
background-color: #DA30A8;
}
</style>
border-color css
<style>
span { border-color: #DA30A8; }
span { border-color: rgb(218,48,168); }
td.TdClassName
{
border-color: #DA30A8;
}
.TagClassName
{
border-color: #DA30A8;
}
</style>