Shades of Deep Magenta #D02BDF
Tints of Deep Magenta #D02BDF
RGB
CMYK
RGB Variations
Color information
#D02BDF (or 0xD02BDF) is known color: Deep Magenta. HEX triplet: D0, 2B and DF. RGB value is (208,43,223). Sum of RGB (Red+Green+Blue) = 208+43+223=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 43 (17.19% from 255 or 9.07% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #D02BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02BDF is #2FD420. Grayscale: #707070. Windows color (decimal): -3134497 or 14625744. OLE color: 14625744.
HSL color Cylindrical-coordinate representation of color #D02BDF: hue angle of 295º degrees, saturation: 0.74, 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 #D02BDF is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 43 | 223 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.13 |
| HSL | 295º | 0.74% | 0.52% | - |
| HSV(B) | 295º | 0.81% | 0.87% | - |
| XYZ | 40.2 | 20.47 | 71.64 | - |
| YUV | 112.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 223 | 0.07 | 0.81 | 0 | 0.13 | 295 | 0.74 | 0.52 |
| Hex | D0 | 2B | DF | 7 | 51 | 0 | D | 127 | 4A | 34 |
| Octal | 320 | 53 | 337 | 7 | 121 | 0 | 15 | 447 | 112 | 64 |
| Binary | 11010000 | 101011 | 11011111 | 111 | 1010001 | 0 | 1101 | 100100111 | 1001010 | 110100 |
Color Harmonies of #D02BDF
Complementary color
Monochromatic Colors of #D02BDF
Black with #D02BDF
Text Example
Text Example
White with #D02BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02BDF; }
p { color: rgb(208,43,223); }
H1.HeaderClassName
{
color: #D02BDF;
}
.AnyTagClassName
{
color: #D02BDF;
}
</style>
background-color css
<style>
a { background-color: #D02BDF; }
a { background-color: rgb(208,43,223); }
div.DivClassName
{
background-color: #D02BDF;
}
.BgClassName
{
background-color: #D02BDF;
}
</style>
border-color css
<style>
span { border-color: #D02BDF; }
span { border-color: rgb(208,43,223); }
td.TdClassName
{
border-color: #D02BDF;
}
.TagClassName
{
border-color: #D02BDF;
}
</style>