Shades of Deep Magenta #D01CDB
Tints of Deep Magenta #D01CDB
RGB
CMYK
RGB Variations
Color information
#D01CDB (or 0xD01CDB) is known color: Deep Magenta. HEX triplet: D0, 1C and DB. RGB value is (208,28,219). Sum of RGB (Red+Green+Blue) = 208+28+219=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #D01CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CDB is #2FE324. Grayscale: #676767. Windows color (decimal): -3138341 or 14359760. OLE color: 14359760.
HSL color Cylindrical-coordinate representation of color #D01CDB: hue angle of 296.54º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01CDB is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 28 | 219 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.14 |
| HSL | 296.54º | 0.77% | 0.48% | - |
| HSV(B) | 296.54º | 0.87% | 0.86% | - |
| XYZ | 39.21 | 19.35 | 68.69 | - |
| YUV | 103.59 | 193.13 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 219 | 0.05 | 0.87 | 0 | 0.14 | 296.54 | 0.77 | 0.48 |
| Hex | D0 | 1C | DB | 5 | 57 | 0 | E | 129 | 4D | 30 |
| Octal | 320 | 34 | 333 | 5 | 127 | 0 | 16 | 451 | 115 | 60 |
| Binary | 11010000 | 11100 | 11011011 | 101 | 1010111 | 0 | 1110 | 100101001 | 1001101 | 110000 |
Color Harmonies of #D01CDB
Complementary color
Monochromatic Colors of #D01CDB
Black with #D01CDB
Text Example
Text Example
White with #D01CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CDB; }
p { color: rgb(208,28,219); }
H1.HeaderClassName
{
color: #D01CDB;
}
.AnyTagClassName
{
color: #D01CDB;
}
</style>
background-color css
<style>
a { background-color: #D01CDB; }
a { background-color: rgb(208,28,219); }
div.DivClassName
{
background-color: #D01CDB;
}
.BgClassName
{
background-color: #D01CDB;
}
</style>
border-color css
<style>
span { border-color: #D01CDB; }
span { border-color: rgb(208,28,219); }
td.TdClassName
{
border-color: #D01CDB;
}
.TagClassName
{
border-color: #D01CDB;
}
</style>