Shades of Deep Cerise #DA31A1
Tints of Deep Cerise #DA31A1
RGB
CMYK
RGB Variations
Color information
#DA31A1 (or 0xDA31A1) is known color: Deep Cerise. HEX triplet: DA, 31 and A1. RGB value is (218,49,161). Sum of RGB (Red+Green+Blue) = 218+49+161=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA31A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA31A1 is #25CE5E. Grayscale: #707070. Windows color (decimal): -2477663 or 10564058. OLE color: 10564058.
HSL color Cylindrical-coordinate representation of color #DA31A1: hue angle of 320.24º 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 #DA31A1 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 161 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.15 |
| HSL | 320.24º | 0.7% | 0.52% | - |
| HSV(B) | 320.24º | 0.78% | 0.85% | - |
| XYZ | 36.44 | 19.68 | 35.6 | - |
| YUV | 112.3 | 155.49 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 161 | 0 | 0.78 | 0.26 | 0.15 | 320.24 | 0.7 | 0.52 |
| Hex | DA | 31 | A1 | 0 | 4E | 1A | F | 140 | 46 | 34 |
| Octal | 332 | 61 | 241 | 0 | 116 | 32 | 17 | 500 | 106 | 64 |
| Binary | 11011010 | 110001 | 10100001 | 0 | 1001110 | 11010 | 1111 | 101000000 | 1000110 | 110100 |
Color Harmonies of #DA31A1
Complementary color
Monochromatic Colors of #DA31A1
Black with #DA31A1
Text Example
Text Example
White with #DA31A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA31A1; }
p { color: rgb(218,49,161); }
H1.HeaderClassName
{
color: #DA31A1;
}
.AnyTagClassName
{
color: #DA31A1;
}
</style>
background-color css
<style>
a { background-color: #DA31A1; }
a { background-color: rgb(218,49,161); }
div.DivClassName
{
background-color: #DA31A1;
}
.BgClassName
{
background-color: #DA31A1;
}
</style>
border-color css
<style>
span { border-color: #DA31A1; }
span { border-color: rgb(218,49,161); }
td.TdClassName
{
border-color: #DA31A1;
}
.TagClassName
{
border-color: #DA31A1;
}
</style>