Shades of Deep Cerise #DA31A3
Tints of Deep Cerise #DA31A3
RGB
CMYK
RGB Variations
Color information
#DA31A3 (or 0xDA31A3) is known color: Deep Cerise. HEX triplet: DA, 31 and A3. RGB value is (218,49,163). Sum of RGB (Red+Green+Blue) = 218+49+163=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA31A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA31A3 is #25CE5C. Grayscale: #707070. Windows color (decimal): -2477661 or 10695130. OLE color: 10695130.
HSL color Cylindrical-coordinate representation of color #DA31A3: hue angle of 319.53º 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 #DA31A3 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 163 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.15 |
| HSL | 319.53º | 0.7% | 0.52% | - |
| HSV(B) | 319.53º | 0.78% | 0.85% | - |
| XYZ | 36.62 | 19.75 | 36.53 | - |
| YUV | 112.53 | 156.49 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 163 | 0 | 0.78 | 0.25 | 0.15 | 319.53 | 0.7 | 0.52 |
| Hex | DA | 31 | A3 | 0 | 4E | 19 | F | 140 | 46 | 34 |
| Octal | 332 | 61 | 243 | 0 | 116 | 31 | 17 | 500 | 106 | 64 |
| Binary | 11011010 | 110001 | 10100011 | 0 | 1001110 | 11001 | 1111 | 101000000 | 1000110 | 110100 |
Color Harmonies of #DA31A3
Complementary color
Monochromatic Colors of #DA31A3
Black with #DA31A3
Text Example
Text Example
White with #DA31A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA31A3; }
p { color: rgb(218,49,163); }
H1.HeaderClassName
{
color: #DA31A3;
}
.AnyTagClassName
{
color: #DA31A3;
}
</style>
background-color css
<style>
a { background-color: #DA31A3; }
a { background-color: rgb(218,49,163); }
div.DivClassName
{
background-color: #DA31A3;
}
.BgClassName
{
background-color: #DA31A3;
}
</style>
border-color css
<style>
span { border-color: #DA31A3; }
span { border-color: rgb(218,49,163); }
td.TdClassName
{
border-color: #DA31A3;
}
.TagClassName
{
border-color: #DA31A3;
}
</style>