Shades of Deep Cerise #DA408A
Tints of Deep Cerise #DA408A
RGB
CMYK
RGB Variations
Color information
#DA408A (or 0xDA408A) is known color: Deep Cerise. HEX triplet: DA, 40 and 8A. RGB value is (218,64,138). Sum of RGB (Red+Green+Blue) = 218+64+138=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA408A is #25BF75. Grayscale: #767676. Windows color (decimal): -2473846 or 9060570. OLE color: 9060570.
HSL color Cylindrical-coordinate representation of color #DA408A: hue angle of 331.17º 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 #DA408A is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 138 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.15 |
| HSL | 331.17º | 0.68% | 0.55% | - |
| HSV(B) | 331.17º | 0.71% | 0.85% | - |
| XYZ | 35.33 | 20.41 | 26.12 | - |
| YUV | 118.48 | 139.02 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 138 | 0 | 0.71 | 0.37 | 0.15 | 331.17 | 0.68 | 0.55 |
| Hex | DA | 40 | 8A | 0 | 47 | 25 | F | 14B | 44 | 37 |
| Octal | 332 | 100 | 212 | 0 | 107 | 45 | 17 | 513 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10001010 | 0 | 1000111 | 100101 | 1111 | 101001011 | 1000100 | 110111 |
Color Harmonies of #DA408A
Complementary color
Monochromatic Colors of #DA408A
Black with #DA408A
Text Example
Text Example
White with #DA408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA408A; }
p { color: rgb(218,64,138); }
H1.HeaderClassName
{
color: #DA408A;
}
.AnyTagClassName
{
color: #DA408A;
}
</style>
background-color css
<style>
a { background-color: #DA408A; }
a { background-color: rgb(218,64,138); }
div.DivClassName
{
background-color: #DA408A;
}
.BgClassName
{
background-color: #DA408A;
}
</style>
border-color css
<style>
span { border-color: #DA408A; }
span { border-color: rgb(218,64,138); }
td.TdClassName
{
border-color: #DA408A;
}
.TagClassName
{
border-color: #DA408A;
}
</style>