Shades of Deep Cerise #DA3BAE
Tints of Deep Cerise #DA3BAE
RGB
CMYK
RGB Variations
Color information
#DA3BAE (or 0xDA3BAE) is known color: Deep Cerise. HEX triplet: DA, 3B and AE. RGB value is (218,59,174). Sum of RGB (Red+Green+Blue) = 218+59+174=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3BAE is #25C451. Grayscale: #777777. Windows color (decimal): -2475090 or 11418586. OLE color: 11418586.
HSL color Cylindrical-coordinate representation of color #DA3BAE: hue angle of 316.6º 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 #DA3BAE is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 59 | 174 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.15 |
| HSL | 316.6º | 0.68% | 0.54% | - |
| HSV(B) | 316.6º | 0.73% | 0.85% | - |
| XYZ | 38.12 | 21.09 | 42.11 | - |
| YUV | 119.65 | 158.68 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 59 | 174 | 0 | 0.73 | 0.20 | 0.15 | 316.6 | 0.68 | 0.54 |
| Hex | DA | 3B | AE | 0 | 49 | 14 | F | 13D | 44 | 36 |
| Octal | 332 | 73 | 256 | 0 | 111 | 24 | 17 | 475 | 104 | 66 |
| Binary | 11011010 | 111011 | 10101110 | 0 | 1001001 | 10100 | 1111 | 100111101 | 1000100 | 110110 |
Color Harmonies of #DA3BAE
Complementary color
Monochromatic Colors of #DA3BAE
Black with #DA3BAE
Text Example
Text Example
White with #DA3BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3BAE; }
p { color: rgb(218,59,174); }
H1.HeaderClassName
{
color: #DA3BAE;
}
.AnyTagClassName
{
color: #DA3BAE;
}
</style>
background-color css
<style>
a { background-color: #DA3BAE; }
a { background-color: rgb(218,59,174); }
div.DivClassName
{
background-color: #DA3BAE;
}
.BgClassName
{
background-color: #DA3BAE;
}
</style>
border-color css
<style>
span { border-color: #DA3BAE; }
span { border-color: rgb(218,59,174); }
td.TdClassName
{
border-color: #DA3BAE;
}
.TagClassName
{
border-color: #DA3BAE;
}
</style>