Shades of Deep Cerise #DA408B
Tints of Deep Cerise #DA408B
RGB
CMYK
RGB Variations
Color information
#DA408B (or 0xDA408B) is known color: Deep Cerise. HEX triplet: DA, 40 and 8B. RGB value is (218,64,139). Sum of RGB (Red+Green+Blue) = 218+64+139=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA408B is #25BF74. Grayscale: #767676. Windows color (decimal): -2473845 or 9126106. OLE color: 9126106.
HSL color Cylindrical-coordinate representation of color #DA408B: hue angle of 330.78º 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 #DA408B is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 139 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.15 |
| HSL | 330.78º | 0.68% | 0.55% | - |
| HSV(B) | 330.78º | 0.71% | 0.85% | - |
| XYZ | 35.41 | 20.44 | 26.5 | - |
| YUV | 118.6 | 139.52 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 139 | 0 | 0.71 | 0.36 | 0.15 | 330.78 | 0.68 | 0.55 |
| Hex | DA | 40 | 8B | 0 | 47 | 24 | F | 14B | 44 | 37 |
| Octal | 332 | 100 | 213 | 0 | 107 | 44 | 17 | 513 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10001011 | 0 | 1000111 | 100100 | 1111 | 101001011 | 1000100 | 110111 |
Color Harmonies of #DA408B
Complementary color
Monochromatic Colors of #DA408B
Black with #DA408B
Text Example
Text Example
White with #DA408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA408B; }
p { color: rgb(218,64,139); }
H1.HeaderClassName
{
color: #DA408B;
}
.AnyTagClassName
{
color: #DA408B;
}
</style>
background-color css
<style>
a { background-color: #DA408B; }
a { background-color: rgb(218,64,139); }
div.DivClassName
{
background-color: #DA408B;
}
.BgClassName
{
background-color: #DA408B;
}
</style>
border-color css
<style>
span { border-color: #DA408B; }
span { border-color: rgb(218,64,139); }
td.TdClassName
{
border-color: #DA408B;
}
.TagClassName
{
border-color: #DA408B;
}
</style>