Shades of Deep Magenta #DC1ADE
Tints of Deep Magenta #DC1ADE
RGB
CMYK
RGB Variations
Color information
#DC1ADE (or 0xDC1ADE) is known color: Deep Magenta. HEX triplet: DC, 1A and DE. RGB value is (220,26,222). Sum of RGB (Red+Green+Blue) = 220+26+222=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC1ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1ADE is #23E521. Grayscale: #696969. Windows color (decimal): -2352418 or 14555868. OLE color: 14555868.
HSL color Cylindrical-coordinate representation of color #DC1ADE: hue angle of 299.39º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1ADE is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 26 | 222 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.13 |
| HSL | 299.39º | 0.79% | 0.49% | - |
| HSV(B) | 299.39º | 0.88% | 0.87% | - |
| XYZ | 43.07 | 21.23 | 70.93 | - |
| YUV | 106.35 | 193.27 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 222 | 0.01 | 0.88 | 0 | 0.13 | 299.39 | 0.79 | 0.49 |
| Hex | DC | 1A | DE | 1 | 58 | 0 | D | 12B | 4F | 31 |
| Octal | 334 | 32 | 336 | 1 | 130 | 0 | 15 | 453 | 117 | 61 |
| Binary | 11011100 | 11010 | 11011110 | 1 | 1011000 | 0 | 1101 | 100101011 | 1001111 | 110001 |
Color Harmonies of #DC1ADE
Complementary color
Monochromatic Colors of #DC1ADE
Black with #DC1ADE
Text Example
Text Example
White with #DC1ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1ADE; }
p { color: rgb(220,26,222); }
H1.HeaderClassName
{
color: #DC1ADE;
}
.AnyTagClassName
{
color: #DC1ADE;
}
</style>
background-color css
<style>
a { background-color: #DC1ADE; }
a { background-color: rgb(220,26,222); }
div.DivClassName
{
background-color: #DC1ADE;
}
.BgClassName
{
background-color: #DC1ADE;
}
</style>
border-color css
<style>
span { border-color: #DC1ADE; }
span { border-color: rgb(220,26,222); }
td.TdClassName
{
border-color: #DC1ADE;
}
.TagClassName
{
border-color: #DC1ADE;
}
</style>