Shades of Deep Magenta #DA1DCD
Tints of Deep Magenta #DA1DCD
RGB
CMYK
RGB Variations
Color information
#DA1DCD (or 0xDA1DCD) is known color: Deep Magenta. HEX triplet: DA, 1D and CD. RGB value is (218,29,205). Sum of RGB (Red+Green+Blue) = 218+29+205=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1DCD is #25E232. Grayscale: #696969. Windows color (decimal): -2482739 or 13442522. OLE color: 13442522.
HSL color Cylindrical-coordinate representation of color #DA1DCD: hue angle of 304.13º 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 #DA1DCD is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 29 | 205 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.15 |
| HSL | 304.13º | 0.77% | 0.48% | - |
| HSV(B) | 304.13º | 0.87% | 0.85% | - |
| XYZ | 40.37 | 20.19 | 59.53 | - |
| YUV | 105.58 | 184.12 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 205 | 0 | 0.87 | 0.06 | 0.15 | 304.13 | 0.77 | 0.48 |
| Hex | DA | 1D | CD | 0 | 57 | 6 | F | 130 | 4D | 30 |
| Octal | 332 | 35 | 315 | 0 | 127 | 6 | 17 | 460 | 115 | 60 |
| Binary | 11011010 | 11101 | 11001101 | 0 | 1010111 | 110 | 1111 | 100110000 | 1001101 | 110000 |
Color Harmonies of #DA1DCD
Complementary color
Monochromatic Colors of #DA1DCD
Black with #DA1DCD
Text Example
Text Example
White with #DA1DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1DCD; }
p { color: rgb(218,29,205); }
H1.HeaderClassName
{
color: #DA1DCD;
}
.AnyTagClassName
{
color: #DA1DCD;
}
</style>
background-color css
<style>
a { background-color: #DA1DCD; }
a { background-color: rgb(218,29,205); }
div.DivClassName
{
background-color: #DA1DCD;
}
.BgClassName
{
background-color: #DA1DCD;
}
</style>
border-color css
<style>
span { border-color: #DA1DCD; }
span { border-color: rgb(218,29,205); }
td.TdClassName
{
border-color: #DA1DCD;
}
.TagClassName
{
border-color: #DA1DCD;
}
</style>