Shades of Deep Magenta #D01ADB
Tints of Deep Magenta #D01ADB
RGB
CMYK
RGB Variations
Color information
#D01ADB (or 0xD01ADB) is known color: Deep Magenta. HEX triplet: D0, 1A and DB. RGB value is (208,26,219). Sum of RGB (Red+Green+Blue) = 208+26+219=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 26 (10.55% from 255 or 5.74% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #D01ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01ADB is #2FE524. Grayscale: #656565. Windows color (decimal): -3138853 or 14359248. OLE color: 14359248.
HSL color Cylindrical-coordinate representation of color #D01ADB: hue angle of 296.58º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01ADB is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 26 | 219 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.14 |
| HSL | 296.58º | 0.79% | 0.48% | - |
| HSV(B) | 296.58º | 0.88% | 0.86% | - |
| XYZ | 39.17 | 19.26 | 68.67 | - |
| YUV | 102.42 | 193.8 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 219 | 0.05 | 0.88 | 0 | 0.14 | 296.58 | 0.79 | 0.48 |
| Hex | D0 | 1A | DB | 5 | 58 | 0 | E | 129 | 4F | 30 |
| Octal | 320 | 32 | 333 | 5 | 130 | 0 | 16 | 451 | 117 | 60 |
| Binary | 11010000 | 11010 | 11011011 | 101 | 1011000 | 0 | 1110 | 100101001 | 1001111 | 110000 |
Color Harmonies of #D01ADB
Complementary color
Monochromatic Colors of #D01ADB
Black with #D01ADB
Text Example
Text Example
White with #D01ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01ADB; }
p { color: rgb(208,26,219); }
H1.HeaderClassName
{
color: #D01ADB;
}
.AnyTagClassName
{
color: #D01ADB;
}
</style>
background-color css
<style>
a { background-color: #D01ADB; }
a { background-color: rgb(208,26,219); }
div.DivClassName
{
background-color: #D01ADB;
}
.BgClassName
{
background-color: #D01ADB;
}
</style>
border-color css
<style>
span { border-color: #D01ADB; }
span { border-color: rgb(208,26,219); }
td.TdClassName
{
border-color: #D01ADB;
}
.TagClassName
{
border-color: #D01ADB;
}
</style>