Shades of Deep Cerise #DA40A8
Tints of Deep Cerise #DA40A8
RGB
CMYK
RGB Variations
Color information
#DA40A8 (or 0xDA40A8) is known color: Deep Cerise. HEX triplet: DA, 40 and A8. RGB value is (218,64,168). Sum of RGB (Red+Green+Blue) = 218+64+168=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA40A8 is #25BF57. Grayscale: #797979. Windows color (decimal): -2473816 or 11026650. OLE color: 11026650.
HSL color Cylindrical-coordinate representation of color #DA40A8: hue angle of 319.48º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA40A8 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 168 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.15 |
| HSL | 319.48º | 0.68% | 0.55% | - |
| HSV(B) | 319.48º | 0.71% | 0.85% | - |
| XYZ | 37.81 | 21.4 | 39.18 | - |
| YUV | 121.9 | 154.02 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 168 | 0 | 0.71 | 0.23 | 0.15 | 319.48 | 0.68 | 0.55 |
| Hex | DA | 40 | A8 | 0 | 47 | 17 | F | 13F | 44 | 37 |
| Octal | 332 | 100 | 250 | 0 | 107 | 27 | 17 | 477 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10101000 | 0 | 1000111 | 10111 | 1111 | 100111111 | 1000100 | 110111 |
Color Harmonies of #DA40A8
Complementary color
Monochromatic Colors of #DA40A8
Black with #DA40A8
Text Example
Text Example
White with #DA40A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40A8; }
p { color: rgb(218,64,168); }
H1.HeaderClassName
{
color: #DA40A8;
}
.AnyTagClassName
{
color: #DA40A8;
}
</style>
background-color css
<style>
a { background-color: #DA40A8; }
a { background-color: rgb(218,64,168); }
div.DivClassName
{
background-color: #DA40A8;
}
.BgClassName
{
background-color: #DA40A8;
}
</style>
border-color css
<style>
span { border-color: #DA40A8; }
span { border-color: rgb(218,64,168); }
td.TdClassName
{
border-color: #DA40A8;
}
.TagClassName
{
border-color: #DA40A8;
}
</style>