Shades of Deep Magenta #DA1DCE
Tints of Deep Magenta #DA1DCE
RGB
CMYK
RGB Variations
Color information
#DA1DCE (or 0xDA1DCE) is known color: Deep Magenta. HEX triplet: DA, 1D and CE. RGB value is (218,29,206). Sum of RGB (Red+Green+Blue) = 218+29+206=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1DCE is #25E231. Grayscale: #696969. Windows color (decimal): -2482738 or 13508058. OLE color: 13508058.
HSL color Cylindrical-coordinate representation of color #DA1DCE: hue angle of 303.81º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1DCE is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 29 | 206 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.15 |
| HSL | 303.81º | 0.77% | 0.48% | - |
| HSV(B) | 303.81º | 0.87% | 0.85% | - |
| XYZ | 40.49 | 20.24 | 60.17 | - |
| YUV | 105.69 | 184.62 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 206 | 0 | 0.87 | 0.06 | 0.15 | 303.81 | 0.77 | 0.48 |
| Hex | DA | 1D | CE | 0 | 57 | 6 | F | 130 | 4D | 30 |
| Octal | 332 | 35 | 316 | 0 | 127 | 6 | 17 | 460 | 115 | 60 |
| Binary | 11011010 | 11101 | 11001110 | 0 | 1010111 | 110 | 1111 | 100110000 | 1001101 | 110000 |
Color Harmonies of #DA1DCE
Complementary color
Monochromatic Colors of #DA1DCE
Black with #DA1DCE
Text Example
Text Example
White with #DA1DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1DCE; }
p { color: rgb(218,29,206); }
H1.HeaderClassName
{
color: #DA1DCE;
}
.AnyTagClassName
{
color: #DA1DCE;
}
</style>
background-color css
<style>
a { background-color: #DA1DCE; }
a { background-color: rgb(218,29,206); }
div.DivClassName
{
background-color: #DA1DCE;
}
.BgClassName
{
background-color: #DA1DCE;
}
</style>
border-color css
<style>
span { border-color: #DA1DCE; }
span { border-color: rgb(218,29,206); }
td.TdClassName
{
border-color: #DA1DCE;
}
.TagClassName
{
border-color: #DA1DCE;
}
</style>