Shades of Deep Magenta #D02CDF
Tints of Deep Magenta #D02CDF
RGB
CMYK
RGB Variations
Color information
#D02CDF (or 0xD02CDF) is known color: Deep Magenta. HEX triplet: D0, 2C and DF. RGB value is (208,44,223). Sum of RGB (Red+Green+Blue) = 208+44+223=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #D02CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02CDF is #2FD320. Grayscale: #707070. Windows color (decimal): -3134241 or 14626000. OLE color: 14626000.
HSL color Cylindrical-coordinate representation of color #D02CDF: hue angle of 294.97º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02CDF is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 44 | 223 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.13 |
| HSL | 294.97º | 0.74% | 0.52% | - |
| HSV(B) | 294.97º | 0.8% | 0.87% | - |
| XYZ | 40.23 | 20.54 | 71.66 | - |
| YUV | 113.44 | 189.83 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 223 | 0.07 | 0.80 | 0 | 0.13 | 294.97 | 0.74 | 0.52 |
| Hex | D0 | 2C | DF | 7 | 50 | 0 | D | 127 | 4A | 34 |
| Octal | 320 | 54 | 337 | 7 | 120 | 0 | 15 | 447 | 112 | 64 |
| Binary | 11010000 | 101100 | 11011111 | 111 | 1010000 | 0 | 1101 | 100100111 | 1001010 | 110100 |
Color Harmonies of #D02CDF
Complementary color
Monochromatic Colors of #D02CDF
Black with #D02CDF
Text Example
Text Example
White with #D02CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02CDF; }
p { color: rgb(208,44,223); }
H1.HeaderClassName
{
color: #D02CDF;
}
.AnyTagClassName
{
color: #D02CDF;
}
</style>
background-color css
<style>
a { background-color: #D02CDF; }
a { background-color: rgb(208,44,223); }
div.DivClassName
{
background-color: #D02CDF;
}
.BgClassName
{
background-color: #D02CDF;
}
</style>
border-color css
<style>
span { border-color: #D02CDF; }
span { border-color: rgb(208,44,223); }
td.TdClassName
{
border-color: #D02CDF;
}
.TagClassName
{
border-color: #D02CDF;
}
</style>