Shades of Deep Magenta #DA1DDD
Tints of Deep Magenta #DA1DDD
RGB
CMYK
RGB Variations
Color information
#DA1DDD (or 0xDA1DDD) is known color: Deep Magenta. HEX triplet: DA, 1D and DD. RGB value is (218,29,221). Sum of RGB (Red+Green+Blue) = 218+29+221=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 29 (11.72% from 255 or 6.20% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA1DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1DDD is #25E222. Grayscale: #6A6A6A. Windows color (decimal): -2482723 or 14491098. OLE color: 14491098.
HSL color Cylindrical-coordinate representation of color #DA1DDD: hue angle of 299.06º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1DDD is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 29 | 221 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.13 |
| HSL | 299.06º | 0.77% | 0.49% | - |
| HSV(B) | 299.06º | 0.87% | 0.87% | - |
| XYZ | 42.4 | 21 | 70.23 | - |
| YUV | 107.4 | 192.12 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 221 | 0.01 | 0.87 | 0 | 0.13 | 299.06 | 0.77 | 0.49 |
| Hex | DA | 1D | DD | 1 | 57 | 0 | D | 12B | 4D | 31 |
| Octal | 332 | 35 | 335 | 1 | 127 | 0 | 15 | 453 | 115 | 61 |
| Binary | 11011010 | 11101 | 11011101 | 1 | 1010111 | 0 | 1101 | 100101011 | 1001101 | 110001 |
Color Harmonies of #DA1DDD
Complementary color
Monochromatic Colors of #DA1DDD
Black with #DA1DDD
Text Example
Text Example
White with #DA1DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1DDD; }
p { color: rgb(218,29,221); }
H1.HeaderClassName
{
color: #DA1DDD;
}
.AnyTagClassName
{
color: #DA1DDD;
}
</style>
background-color css
<style>
a { background-color: #DA1DDD; }
a { background-color: rgb(218,29,221); }
div.DivClassName
{
background-color: #DA1DDD;
}
.BgClassName
{
background-color: #DA1DDD;
}
</style>
border-color css
<style>
span { border-color: #DA1DDD; }
span { border-color: rgb(218,29,221); }
td.TdClassName
{
border-color: #DA1DDD;
}
.TagClassName
{
border-color: #DA1DDD;
}
</style>