Shades of Deep Cerise #DA3AAB
Tints of Deep Cerise #DA3AAB
RGB
CMYK
RGB Variations
Color information
#DA3AAB (or 0xDA3AAB) is known color: Deep Cerise. HEX triplet: DA, 3A and AB. RGB value is (218,58,171). Sum of RGB (Red+Green+Blue) = 218+58+171=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3AAB is #25C554. Grayscale: #767676. Windows color (decimal): -2475349 or 11221722. OLE color: 11221722.
HSL color Cylindrical-coordinate representation of color #DA3AAB: hue angle of 317.62º 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 #DA3AAB is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 171 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.15 |
| HSL | 317.63º | 0.68% | 0.54% | - |
| HSV(B) | 317.63º | 0.73% | 0.85% | - |
| XYZ | 37.78 | 20.87 | 40.57 | - |
| YUV | 118.72 | 157.51 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 171 | 0 | 0.73 | 0.22 | 0.15 | 317.63 | 0.68 | 0.54 |
| Hex | DA | 3A | AB | 0 | 49 | 16 | F | 13E | 44 | 36 |
| Octal | 332 | 72 | 253 | 0 | 111 | 26 | 17 | 476 | 104 | 66 |
| Binary | 11011010 | 111010 | 10101011 | 0 | 1001001 | 10110 | 1111 | 100111110 | 1000100 | 110110 |
Color Harmonies of #DA3AAB
Complementary color
Monochromatic Colors of #DA3AAB
Black with #DA3AAB
Text Example
Text Example
White with #DA3AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3AAB; }
p { color: rgb(218,58,171); }
H1.HeaderClassName
{
color: #DA3AAB;
}
.AnyTagClassName
{
color: #DA3AAB;
}
</style>
background-color css
<style>
a { background-color: #DA3AAB; }
a { background-color: rgb(218,58,171); }
div.DivClassName
{
background-color: #DA3AAB;
}
.BgClassName
{
background-color: #DA3AAB;
}
</style>
border-color css
<style>
span { border-color: #DA3AAB; }
span { border-color: rgb(218,58,171); }
td.TdClassName
{
border-color: #DA3AAB;
}
.TagClassName
{
border-color: #DA3AAB;
}
</style>