Shades of Deep Magenta #DA09CE
Tints of Deep Magenta #DA09CE
RGB
CMYK
RGB Variations
Color information
#DA09CE (or 0xDA09CE) is known color: Deep Magenta. HEX triplet: DA, 09 and CE. RGB value is (218,9,206). Sum of RGB (Red+Green+Blue) = 218+9+206=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09CE is #25F631. Grayscale: #5D5D5D. Windows color (decimal): -2487858 or 13502938. OLE color: 13502938.
HSL color Cylindrical-coordinate representation of color #DA09CE: hue angle of 303.44º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA09CE is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 206 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.15 |
| HSL | 303.45º | 0.92% | 0.45% | - |
| HSV(B) | 303.45º | 0.96% | 0.85% | - |
| XYZ | 40.15 | 19.56 | 60.05 | - |
| YUV | 93.95 | 191.24 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 206 | 0 | 0.96 | 0.06 | 0.15 | 303.45 | 0.92 | 0.45 |
| Hex | DA | 9 | CE | 0 | 60 | 6 | F | 12F | 5C | 2D |
| Octal | 332 | 11 | 316 | 0 | 140 | 6 | 17 | 457 | 134 | 55 |
| Binary | 11011010 | 1001 | 11001110 | 0 | 1100000 | 110 | 1111 | 100101111 | 1011100 | 101101 |
Color Harmonies of #DA09CE
Complementary color
Monochromatic Colors of #DA09CE
Black with #DA09CE
Text Example
Text Example
White with #DA09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09CE; }
p { color: rgb(218,9,206); }
H1.HeaderClassName
{
color: #DA09CE;
}
.AnyTagClassName
{
color: #DA09CE;
}
</style>
background-color css
<style>
a { background-color: #DA09CE; }
a { background-color: rgb(218,9,206); }
div.DivClassName
{
background-color: #DA09CE;
}
.BgClassName
{
background-color: #DA09CE;
}
</style>
border-color css
<style>
span { border-color: #DA09CE; }
span { border-color: rgb(218,9,206); }
td.TdClassName
{
border-color: #DA09CE;
}
.TagClassName
{
border-color: #DA09CE;
}
</style>