Shades of Deep Cerise #DA31A0
Tints of Deep Cerise #DA31A0
RGB
CMYK
RGB Variations
Color information
#DA31A0 (or 0xDA31A0) is known color: Deep Cerise. HEX triplet: DA, 31 and A0. RGB value is (218,49,160). Sum of RGB (Red+Green+Blue) = 218+49+160=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA31A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA31A0 is #25CE5F. Grayscale: #6F6F6F. Windows color (decimal): -2477664 or 10498522. OLE color: 10498522.
HSL color Cylindrical-coordinate representation of color #DA31A0: hue angle of 320.59º 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 #DA31A0 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 160 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.15 |
| HSL | 320.59º | 0.7% | 0.52% | - |
| HSV(B) | 320.59º | 0.78% | 0.85% | - |
| XYZ | 36.36 | 19.64 | 35.13 | - |
| YUV | 112.19 | 154.99 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 160 | 0 | 0.78 | 0.27 | 0.15 | 320.59 | 0.7 | 0.52 |
| Hex | DA | 31 | A0 | 0 | 4E | 1B | F | 141 | 46 | 34 |
| Octal | 332 | 61 | 240 | 0 | 116 | 33 | 17 | 501 | 106 | 64 |
| Binary | 11011010 | 110001 | 10100000 | 0 | 1001110 | 11011 | 1111 | 101000001 | 1000110 | 110100 |
Color Harmonies of #DA31A0
Complementary color
Monochromatic Colors of #DA31A0
Black with #DA31A0
Text Example
Text Example
White with #DA31A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA31A0; }
p { color: rgb(218,49,160); }
H1.HeaderClassName
{
color: #DA31A0;
}
.AnyTagClassName
{
color: #DA31A0;
}
</style>
background-color css
<style>
a { background-color: #DA31A0; }
a { background-color: rgb(218,49,160); }
div.DivClassName
{
background-color: #DA31A0;
}
.BgClassName
{
background-color: #DA31A0;
}
</style>
border-color css
<style>
span { border-color: #DA31A0; }
span { border-color: rgb(218,49,160); }
td.TdClassName
{
border-color: #DA31A0;
}
.TagClassName
{
border-color: #DA31A0;
}
</style>