Shades of Deep Magenta #D02CDB
Tints of Deep Magenta #D02CDB
RGB
CMYK
RGB Variations
Color information
#D02CDB (or 0xD02CDB) is known color: Deep Magenta. HEX triplet: D0, 2C and DB. RGB value is (208,44,219). Sum of RGB (Red+Green+Blue) = 208+44+219=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #D02CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02CDB is #2FD324. Grayscale: #707070. Windows color (decimal): -3134245 or 14363856. OLE color: 14363856.
HSL color Cylindrical-coordinate representation of color #D02CDB: hue angle of 296.23º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02CDB is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 44 | 219 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.14 |
| HSL | 296.23º | 0.71% | 0.52% | - |
| HSV(B) | 296.23º | 0.8% | 0.86% | - |
| XYZ | 39.7 | 20.33 | 68.85 | - |
| YUV | 112.99 | 187.83 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 219 | 0.05 | 0.80 | 0 | 0.14 | 296.23 | 0.71 | 0.52 |
| Hex | D0 | 2C | DB | 5 | 50 | 0 | E | 128 | 47 | 34 |
| Octal | 320 | 54 | 333 | 5 | 120 | 0 | 16 | 450 | 107 | 64 |
| Binary | 11010000 | 101100 | 11011011 | 101 | 1010000 | 0 | 1110 | 100101000 | 1000111 | 110100 |
Color Harmonies of #D02CDB
Complementary color
Monochromatic Colors of #D02CDB
Black with #D02CDB
Text Example
Text Example
White with #D02CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02CDB; }
p { color: rgb(208,44,219); }
H1.HeaderClassName
{
color: #D02CDB;
}
.AnyTagClassName
{
color: #D02CDB;
}
</style>
background-color css
<style>
a { background-color: #D02CDB; }
a { background-color: rgb(208,44,219); }
div.DivClassName
{
background-color: #D02CDB;
}
.BgClassName
{
background-color: #D02CDB;
}
</style>
border-color css
<style>
span { border-color: #D02CDB; }
span { border-color: rgb(208,44,219); }
td.TdClassName
{
border-color: #D02CDB;
}
.TagClassName
{
border-color: #D02CDB;
}
</style>