Shades of Deep Magenta #DA0DCE
Tints of Deep Magenta #DA0DCE
RGB
CMYK
RGB Variations
Color information
#DA0DCE (or 0xDA0DCE) is known color: Deep Magenta. HEX triplet: DA, 0D and CE. RGB value is (218,13,206). Sum of RGB (Red+Green+Blue) = 218+13+206=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DCE is #25F231. Grayscale: #5F5F5F. Windows color (decimal): -2486834 or 13503962. OLE color: 13503962.
HSL color Cylindrical-coordinate representation of color #DA0DCE: hue angle of 303.51º degrees, saturation: 0.89, 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 #DA0DCE is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 206 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.15 |
| HSL | 303.51º | 0.89% | 0.45% | - |
| HSV(B) | 303.51º | 0.94% | 0.85% | - |
| XYZ | 40.2 | 19.65 | 60.07 | - |
| YUV | 96.3 | 189.92 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 206 | 0 | 0.94 | 0.06 | 0.15 | 303.51 | 0.89 | 0.45 |
| Hex | DA | D | CE | 0 | 5E | 6 | F | 130 | 59 | 2D |
| Octal | 332 | 15 | 316 | 0 | 136 | 6 | 17 | 460 | 131 | 55 |
| Binary | 11011010 | 1101 | 11001110 | 0 | 1011110 | 110 | 1111 | 100110000 | 1011001 | 101101 |
Color Harmonies of #DA0DCE
Complementary color
Monochromatic Colors of #DA0DCE
Black with #DA0DCE
Text Example
Text Example
White with #DA0DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0DCE; }
p { color: rgb(218,13,206); }
H1.HeaderClassName
{
color: #DA0DCE;
}
.AnyTagClassName
{
color: #DA0DCE;
}
</style>
background-color css
<style>
a { background-color: #DA0DCE; }
a { background-color: rgb(218,13,206); }
div.DivClassName
{
background-color: #DA0DCE;
}
.BgClassName
{
background-color: #DA0DCE;
}
</style>
border-color css
<style>
span { border-color: #DA0DCE; }
span { border-color: rgb(218,13,206); }
td.TdClassName
{
border-color: #DA0DCE;
}
.TagClassName
{
border-color: #DA0DCE;
}
</style>