Shades of Deep Magenta #DA1ACE
Tints of Deep Magenta #DA1ACE
RGB
CMYK
RGB Variations
Color information
#DA1ACE (or 0xDA1ACE) is known color: Deep Magenta. HEX triplet: DA, 1A and CE. RGB value is (218,26,206). Sum of RGB (Red+Green+Blue) = 218+26+206=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1ACE is #25E531. Grayscale: #676767. Windows color (decimal): -2483506 or 13507290. OLE color: 13507290.
HSL color Cylindrical-coordinate representation of color #DA1ACE: hue angle of 303.75º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1ACE is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 206 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.15 |
| HSL | 303.75º | 0.79% | 0.48% | - |
| HSV(B) | 303.75º | 0.88% | 0.85% | - |
| XYZ | 40.42 | 20.1 | 60.14 | - |
| YUV | 103.93 | 185.61 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 206 | 0 | 0.88 | 0.06 | 0.15 | 303.75 | 0.79 | 0.48 |
| Hex | DA | 1A | CE | 0 | 58 | 6 | F | 130 | 4F | 30 |
| Octal | 332 | 32 | 316 | 0 | 130 | 6 | 17 | 460 | 117 | 60 |
| Binary | 11011010 | 11010 | 11001110 | 0 | 1011000 | 110 | 1111 | 100110000 | 1001111 | 110000 |
Color Harmonies of #DA1ACE
Complementary color
Monochromatic Colors of #DA1ACE
Black with #DA1ACE
Text Example
Text Example
White with #DA1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1ACE; }
p { color: rgb(218,26,206); }
H1.HeaderClassName
{
color: #DA1ACE;
}
.AnyTagClassName
{
color: #DA1ACE;
}
</style>
background-color css
<style>
a { background-color: #DA1ACE; }
a { background-color: rgb(218,26,206); }
div.DivClassName
{
background-color: #DA1ACE;
}
.BgClassName
{
background-color: #DA1ACE;
}
</style>
border-color css
<style>
span { border-color: #DA1ACE; }
span { border-color: rgb(218,26,206); }
td.TdClassName
{
border-color: #DA1ACE;
}
.TagClassName
{
border-color: #DA1ACE;
}
</style>