Shades of Deep Magenta #DA1DDC
Tints of Deep Magenta #DA1DDC
RGB
CMYK
RGB Variations
Color information
#DA1DDC (or 0xDA1DDC) is known color: Deep Magenta. HEX triplet: DA, 1D and DC. RGB value is (218,29,220). Sum of RGB (Red+Green+Blue) = 218+29+220=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA1DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1DDC is #25E223. Grayscale: #6A6A6A. Windows color (decimal): -2482724 or 14425562. OLE color: 14425562.
HSL color Cylindrical-coordinate representation of color #DA1DDC: hue angle of 299.37º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1DDC is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 29 | 220 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.14 |
| HSL | 299.37º | 0.77% | 0.49% | - |
| HSV(B) | 299.37º | 0.87% | 0.86% | - |
| XYZ | 42.27 | 20.95 | 69.53 | - |
| YUV | 107.29 | 191.62 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 220 | 0.01 | 0.87 | 0 | 0.14 | 299.37 | 0.77 | 0.49 |
| Hex | DA | 1D | DC | 1 | 57 | 0 | E | 12B | 4D | 31 |
| Octal | 332 | 35 | 334 | 1 | 127 | 0 | 16 | 453 | 115 | 61 |
| Binary | 11011010 | 11101 | 11011100 | 1 | 1010111 | 0 | 1110 | 100101011 | 1001101 | 110001 |
Color Harmonies of #DA1DDC
Complementary color
Monochromatic Colors of #DA1DDC
Black with #DA1DDC
Text Example
Text Example
White with #DA1DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1DDC; }
p { color: rgb(218,29,220); }
H1.HeaderClassName
{
color: #DA1DDC;
}
.AnyTagClassName
{
color: #DA1DDC;
}
</style>
background-color css
<style>
a { background-color: #DA1DDC; }
a { background-color: rgb(218,29,220); }
div.DivClassName
{
background-color: #DA1DDC;
}
.BgClassName
{
background-color: #DA1DDC;
}
</style>
border-color css
<style>
span { border-color: #DA1DDC; }
span { border-color: rgb(218,29,220); }
td.TdClassName
{
border-color: #DA1DDC;
}
.TagClassName
{
border-color: #DA1DDC;
}
</style>