Shades of Deep Magenta #D02BDB
Tints of Deep Magenta #D02BDB
RGB
CMYK
RGB Variations
Color information
#D02BDB (or 0xD02BDB) is known color: Deep Magenta. HEX triplet: D0, 2B and DB. RGB value is (208,43,219). Sum of RGB (Red+Green+Blue) = 208+43+219=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #D02BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02BDB is #2FD424. Grayscale: #6F6F6F. Windows color (decimal): -3134501 or 14363600. OLE color: 14363600.
HSL color Cylindrical-coordinate representation of color #D02BDB: hue angle of 296.25º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02BDB is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 43 | 219 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.14 |
| HSL | 296.25º | 0.71% | 0.51% | - |
| HSV(B) | 296.25º | 0.8% | 0.86% | - |
| XYZ | 39.66 | 20.25 | 68.84 | - |
| YUV | 112.4 | 188.16 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 219 | 0.05 | 0.80 | 0 | 0.14 | 296.25 | 0.71 | 0.51 |
| Hex | D0 | 2B | DB | 5 | 50 | 0 | E | 128 | 47 | 33 |
| Octal | 320 | 53 | 333 | 5 | 120 | 0 | 16 | 450 | 107 | 63 |
| Binary | 11010000 | 101011 | 11011011 | 101 | 1010000 | 0 | 1110 | 100101000 | 1000111 | 110011 |
Color Harmonies of #D02BDB
Complementary color
Monochromatic Colors of #D02BDB
Black with #D02BDB
Text Example
Text Example
White with #D02BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02BDB; }
p { color: rgb(208,43,219); }
H1.HeaderClassName
{
color: #D02BDB;
}
.AnyTagClassName
{
color: #D02BDB;
}
</style>
background-color css
<style>
a { background-color: #D02BDB; }
a { background-color: rgb(208,43,219); }
div.DivClassName
{
background-color: #D02BDB;
}
.BgClassName
{
background-color: #D02BDB;
}
</style>
border-color css
<style>
span { border-color: #D02BDB; }
span { border-color: rgb(208,43,219); }
td.TdClassName
{
border-color: #D02BDB;
}
.TagClassName
{
border-color: #D02BDB;
}
</style>