Shades of Deep Magenta #D02BDD
Tints of Deep Magenta #D02BDD
RGB
CMYK
RGB Variations
Color information
#D02BDD (or 0xD02BDD) is known color: Deep Magenta. HEX triplet: D0, 2B and DD. RGB value is (208,43,221). Sum of RGB (Red+Green+Blue) = 208+43+221=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 43 (17.19% from 255 or 9.11% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #D02BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02BDD is #2FD422. Grayscale: #707070. Windows color (decimal): -3134499 or 14494672. OLE color: 14494672.
HSL color Cylindrical-coordinate representation of color #D02BDD: hue angle of 295.62º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02BDD is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 43 | 221 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.13 |
| HSL | 295.62º | 0.72% | 0.52% | - |
| HSV(B) | 295.62º | 0.81% | 0.87% | - |
| XYZ | 39.93 | 20.36 | 70.23 | - |
| YUV | 112.63 | 189.16 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 221 | 0.06 | 0.81 | 0 | 0.13 | 295.62 | 0.72 | 0.52 |
| Hex | D0 | 2B | DD | 6 | 51 | 0 | D | 128 | 48 | 34 |
| Octal | 320 | 53 | 335 | 6 | 121 | 0 | 15 | 450 | 110 | 64 |
| Binary | 11010000 | 101011 | 11011101 | 110 | 1010001 | 0 | 1101 | 100101000 | 1001000 | 110100 |
Color Harmonies of #D02BDD
Complementary color
Monochromatic Colors of #D02BDD
Black with #D02BDD
Text Example
Text Example
White with #D02BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02BDD; }
p { color: rgb(208,43,221); }
H1.HeaderClassName
{
color: #D02BDD;
}
.AnyTagClassName
{
color: #D02BDD;
}
</style>
background-color css
<style>
a { background-color: #D02BDD; }
a { background-color: rgb(208,43,221); }
div.DivClassName
{
background-color: #D02BDD;
}
.BgClassName
{
background-color: #D02BDD;
}
</style>
border-color css
<style>
span { border-color: #D02BDD; }
span { border-color: rgb(208,43,221); }
td.TdClassName
{
border-color: #D02BDD;
}
.TagClassName
{
border-color: #D02BDD;
}
</style>