Shades of Deep Magenta #D01ADD
Tints of Deep Magenta #D01ADD
RGB
CMYK
RGB Variations
Color information
#D01ADD (or 0xD01ADD) is known color: Deep Magenta. HEX triplet: D0, 1A and DD. RGB value is (208,26,221). Sum of RGB (Red+Green+Blue) = 208+26+221=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #D01ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01ADD is #2FE522. Grayscale: #666666. Windows color (decimal): -3138851 or 14490320. OLE color: 14490320.
HSL color Cylindrical-coordinate representation of color #D01ADD: hue angle of 296º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01ADD is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 26 | 221 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.13 |
| HSL | 296º | 0.79% | 0.48% | - |
| HSV(B) | 296º | 0.88% | 0.87% | - |
| XYZ | 39.43 | 19.37 | 70.07 | - |
| YUV | 102.65 | 194.8 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 221 | 0.06 | 0.88 | 0 | 0.13 | 296 | 0.79 | 0.48 |
| Hex | D0 | 1A | DD | 6 | 58 | 0 | D | 128 | 4F | 30 |
| Octal | 320 | 32 | 335 | 6 | 130 | 0 | 15 | 450 | 117 | 60 |
| Binary | 11010000 | 11010 | 11011101 | 110 | 1011000 | 0 | 1101 | 100101000 | 1001111 | 110000 |
Color Harmonies of #D01ADD
Complementary color
Monochromatic Colors of #D01ADD
Black with #D01ADD
Text Example
Text Example
White with #D01ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01ADD; }
p { color: rgb(208,26,221); }
H1.HeaderClassName
{
color: #D01ADD;
}
.AnyTagClassName
{
color: #D01ADD;
}
</style>
background-color css
<style>
a { background-color: #D01ADD; }
a { background-color: rgb(208,26,221); }
div.DivClassName
{
background-color: #D01ADD;
}
.BgClassName
{
background-color: #D01ADD;
}
</style>
border-color css
<style>
span { border-color: #D01ADD; }
span { border-color: rgb(208,26,221); }
td.TdClassName
{
border-color: #D01ADD;
}
.TagClassName
{
border-color: #D01ADD;
}
</style>