Shades of Deep Cerise #DA40A7
Tints of Deep Cerise #DA40A7
RGB
CMYK
RGB Variations
Color information
#DA40A7 (or 0xDA40A7) is known color: Deep Cerise. HEX triplet: DA, 40 and A7. RGB value is (218,64,167). Sum of RGB (Red+Green+Blue) = 218+64+167=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA40A7 is #25BF58. Grayscale: #797979. Windows color (decimal): -2473817 or 10961114. OLE color: 10961114.
HSL color Cylindrical-coordinate representation of color #DA40A7: hue angle of 319.87º 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 #DA40A7 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 167 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.15 |
| HSL | 319.87º | 0.68% | 0.55% | - |
| HSV(B) | 319.87º | 0.71% | 0.85% | - |
| XYZ | 37.72 | 21.36 | 38.69 | - |
| YUV | 121.79 | 153.52 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 167 | 0 | 0.71 | 0.23 | 0.15 | 319.87 | 0.68 | 0.55 |
| Hex | DA | 40 | A7 | 0 | 47 | 17 | F | 140 | 44 | 37 |
| Octal | 332 | 100 | 247 | 0 | 107 | 27 | 17 | 500 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10100111 | 0 | 1000111 | 10111 | 1111 | 101000000 | 1000100 | 110111 |
Color Harmonies of #DA40A7
Complementary color
Monochromatic Colors of #DA40A7
Black with #DA40A7
Text Example
Text Example
White with #DA40A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40A7; }
p { color: rgb(218,64,167); }
H1.HeaderClassName
{
color: #DA40A7;
}
.AnyTagClassName
{
color: #DA40A7;
}
</style>
background-color css
<style>
a { background-color: #DA40A7; }
a { background-color: rgb(218,64,167); }
div.DivClassName
{
background-color: #DA40A7;
}
.BgClassName
{
background-color: #DA40A7;
}
</style>
border-color css
<style>
span { border-color: #DA40A7; }
span { border-color: rgb(218,64,167); }
td.TdClassName
{
border-color: #DA40A7;
}
.TagClassName
{
border-color: #DA40A7;
}
</style>