Shades of Deep Magenta #DA0ECE
Tints of Deep Magenta #DA0ECE
RGB
CMYK
RGB Variations
Color information
#DA0ECE (or 0xDA0ECE) is known color: Deep Magenta. HEX triplet: DA, 0E and CE. RGB value is (218,14,206). Sum of RGB (Red+Green+Blue) = 218+14+206=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0ECE is #25F131. Grayscale: #606060. Windows color (decimal): -2486578 or 13504218. OLE color: 13504218.
HSL color Cylindrical-coordinate representation of color #DA0ECE: hue angle of 303.53º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0ECE is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 14 | 206 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.15 |
| HSL | 303.53º | 0.88% | 0.45% | - |
| HSV(B) | 303.53º | 0.94% | 0.85% | - |
| XYZ | 40.21 | 19.68 | 60.07 | - |
| YUV | 96.88 | 189.59 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 206 | 0 | 0.94 | 0.06 | 0.15 | 303.53 | 0.88 | 0.45 |
| Hex | DA | E | CE | 0 | 5E | 6 | F | 130 | 58 | 2D |
| Octal | 332 | 16 | 316 | 0 | 136 | 6 | 17 | 460 | 130 | 55 |
| Binary | 11011010 | 1110 | 11001110 | 0 | 1011110 | 110 | 1111 | 100110000 | 1011000 | 101101 |
Color Harmonies of #DA0ECE
Complementary color
Monochromatic Colors of #DA0ECE
Black with #DA0ECE
Text Example
Text Example
White with #DA0ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0ECE; }
p { color: rgb(218,14,206); }
H1.HeaderClassName
{
color: #DA0ECE;
}
.AnyTagClassName
{
color: #DA0ECE;
}
</style>
background-color css
<style>
a { background-color: #DA0ECE; }
a { background-color: rgb(218,14,206); }
div.DivClassName
{
background-color: #DA0ECE;
}
.BgClassName
{
background-color: #DA0ECE;
}
</style>
border-color css
<style>
span { border-color: #DA0ECE; }
span { border-color: rgb(218,14,206); }
td.TdClassName
{
border-color: #DA0ECE;
}
.TagClassName
{
border-color: #DA0ECE;
}
</style>