Shades of Deep Cerise #DA3AAE
Tints of Deep Cerise #DA3AAE
RGB
CMYK
RGB Variations
Color information
#DA3AAE (or 0xDA3AAE) is known color: Deep Cerise. HEX triplet: DA, 3A and AE. RGB value is (218,58,174). Sum of RGB (Red+Green+Blue) = 218+58+174=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3AAE is #25C551. Grayscale: #767676. Windows color (decimal): -2475346 or 11418330. OLE color: 11418330.
HSL color Cylindrical-coordinate representation of color #DA3AAE: hue angle of 316.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3AAE is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 174 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.15 |
| HSL | 316.5º | 0.68% | 0.54% | - |
| HSV(B) | 316.5º | 0.73% | 0.85% | - |
| XYZ | 38.07 | 20.99 | 42.09 | - |
| YUV | 119.06 | 159.01 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 174 | 0 | 0.73 | 0.20 | 0.15 | 316.5 | 0.68 | 0.54 |
| Hex | DA | 3A | AE | 0 | 49 | 14 | F | 13C | 44 | 36 |
| Octal | 332 | 72 | 256 | 0 | 111 | 24 | 17 | 474 | 104 | 66 |
| Binary | 11011010 | 111010 | 10101110 | 0 | 1001001 | 10100 | 1111 | 100111100 | 1000100 | 110110 |
Color Harmonies of #DA3AAE
Complementary color
Monochromatic Colors of #DA3AAE
Black with #DA3AAE
Text Example
Text Example
White with #DA3AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3AAE; }
p { color: rgb(218,58,174); }
H1.HeaderClassName
{
color: #DA3AAE;
}
.AnyTagClassName
{
color: #DA3AAE;
}
</style>
background-color css
<style>
a { background-color: #DA3AAE; }
a { background-color: rgb(218,58,174); }
div.DivClassName
{
background-color: #DA3AAE;
}
.BgClassName
{
background-color: #DA3AAE;
}
</style>
border-color css
<style>
span { border-color: #DA3AAE; }
span { border-color: rgb(218,58,174); }
td.TdClassName
{
border-color: #DA3AAE;
}
.TagClassName
{
border-color: #DA3AAE;
}
</style>