Shades of Deep Cerise #DA31A7
Tints of Deep Cerise #DA31A7
RGB
CMYK
RGB Variations
Color information
#DA31A7 (or 0xDA31A7) is known color: Deep Cerise. HEX triplet: DA, 31 and A7. RGB value is (218,49,167). Sum of RGB (Red+Green+Blue) = 218+49+167=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA31A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA31A7 is #25CE58. Grayscale: #707070. Windows color (decimal): -2477657 or 10957274. OLE color: 10957274.
HSL color Cylindrical-coordinate representation of color #DA31A7: hue angle of 318.11º 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 #DA31A7 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 167 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.15 |
| HSL | 318.11º | 0.7% | 0.52% | - |
| HSV(B) | 318.11º | 0.78% | 0.85% | - |
| XYZ | 36.99 | 19.89 | 38.45 | - |
| YUV | 112.98 | 158.49 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 167 | 0 | 0.78 | 0.23 | 0.15 | 318.11 | 0.7 | 0.52 |
| Hex | DA | 31 | A7 | 0 | 4E | 17 | F | 13E | 46 | 34 |
| Octal | 332 | 61 | 247 | 0 | 116 | 27 | 17 | 476 | 106 | 64 |
| Binary | 11011010 | 110001 | 10100111 | 0 | 1001110 | 10111 | 1111 | 100111110 | 1000110 | 110100 |
Color Harmonies of #DA31A7
Complementary color
Monochromatic Colors of #DA31A7
Black with #DA31A7
Text Example
Text Example
White with #DA31A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA31A7; }
p { color: rgb(218,49,167); }
H1.HeaderClassName
{
color: #DA31A7;
}
.AnyTagClassName
{
color: #DA31A7;
}
</style>
background-color css
<style>
a { background-color: #DA31A7; }
a { background-color: rgb(218,49,167); }
div.DivClassName
{
background-color: #DA31A7;
}
.BgClassName
{
background-color: #DA31A7;
}
</style>
border-color css
<style>
span { border-color: #DA31A7; }
span { border-color: rgb(218,49,167); }
td.TdClassName
{
border-color: #DA31A7;
}
.TagClassName
{
border-color: #DA31A7;
}
</style>