Shades of Deep Cerise #DA40A1
Tints of Deep Cerise #DA40A1
RGB
CMYK
RGB Variations
Color information
#DA40A1 (or 0xDA40A1) is known color: Deep Cerise. HEX triplet: DA, 40 and A1. RGB value is (218,64,161). Sum of RGB (Red+Green+Blue) = 218+64+161=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA40A1 is #25BF5E. Grayscale: #787878. Windows color (decimal): -2473823 or 10567898. OLE color: 10567898.
HSL color Cylindrical-coordinate representation of color #DA40A1: hue angle of 322.21º 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 #DA40A1 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 161 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.15 |
| HSL | 322.21º | 0.68% | 0.55% | - |
| HSV(B) | 322.21º | 0.71% | 0.85% | - |
| XYZ | 37.18 | 21.15 | 35.84 | - |
| YUV | 121.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 161 | 0 | 0.71 | 0.26 | 0.15 | 322.21 | 0.68 | 0.55 |
| Hex | DA | 40 | A1 | 0 | 47 | 1A | F | 142 | 44 | 37 |
| Octal | 332 | 100 | 241 | 0 | 107 | 32 | 17 | 502 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10100001 | 0 | 1000111 | 11010 | 1111 | 101000010 | 1000100 | 110111 |
Color Harmonies of #DA40A1
Complementary color
Monochromatic Colors of #DA40A1
Black with #DA40A1
Text Example
Text Example
White with #DA40A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40A1; }
p { color: rgb(218,64,161); }
H1.HeaderClassName
{
color: #DA40A1;
}
.AnyTagClassName
{
color: #DA40A1;
}
</style>
background-color css
<style>
a { background-color: #DA40A1; }
a { background-color: rgb(218,64,161); }
div.DivClassName
{
background-color: #DA40A1;
}
.BgClassName
{
background-color: #DA40A1;
}
</style>
border-color css
<style>
span { border-color: #DA40A1; }
span { border-color: rgb(218,64,161); }
td.TdClassName
{
border-color: #DA40A1;
}
.TagClassName
{
border-color: #DA40A1;
}
</style>