Shades of Deep Magenta #D02DD4
Tints of Deep Magenta #D02DD4
RGB
CMYK
RGB Variations
Color information
#D02DD4 (or 0xD02DD4) is known color: Deep Magenta. HEX triplet: D0, 2D and D4. RGB value is (208,45,212). Sum of RGB (Red+Green+Blue) = 208+45+212=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #D02DD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DD4 is #2FD22B. Grayscale: #707070. Windows color (decimal): -3133996 or 13905360. OLE color: 13905360.
HSL color Cylindrical-coordinate representation of color #D02DD4: hue angle of 298.56º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02DD4 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 45 | 212 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.17 |
| HSL | 298.56º | 0.66% | 0.5% | - |
| HSV(B) | 298.56º | 0.79% | 0.83% | - |
| XYZ | 38.83 | 20.04 | 64.11 | - |
| YUV | 112.78 | 184 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 212 | 0.02 | 0.79 | 0 | 0.17 | 298.56 | 0.66 | 0.5 |
| Hex | D0 | 2D | D4 | 2 | 4F | 0 | 11 | 12B | 42 | 32 |
| Octal | 320 | 55 | 324 | 2 | 117 | 0 | 21 | 453 | 102 | 62 |
| Binary | 11010000 | 101101 | 11010100 | 10 | 1001111 | 0 | 10001 | 100101011 | 1000010 | 110010 |
Color Harmonies of #D02DD4
Complementary color
Monochromatic Colors of #D02DD4
Black with #D02DD4
Text Example
Text Example
White with #D02DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DD4; }
p { color: rgb(208,45,212); }
H1.HeaderClassName
{
color: #D02DD4;
}
.AnyTagClassName
{
color: #D02DD4;
}
</style>
background-color css
<style>
a { background-color: #D02DD4; }
a { background-color: rgb(208,45,212); }
div.DivClassName
{
background-color: #D02DD4;
}
.BgClassName
{
background-color: #D02DD4;
}
</style>
border-color css
<style>
span { border-color: #D02DD4; }
span { border-color: rgb(208,45,212); }
td.TdClassName
{
border-color: #D02DD4;
}
.TagClassName
{
border-color: #D02DD4;
}
</style>