Shades of Deep Magenta #D022DF
Tints of Deep Magenta #D022DF
RGB
CMYK
RGB Variations
Color information
#D022DF (or 0xD022DF) is known color: Deep Magenta. HEX triplet: D0, 22 and DF. RGB value is (208,34,223). Sum of RGB (Red+Green+Blue) = 208+34+223=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 34 (13.67% from 255 or 7.31% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #D022DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D022DF is #2FDD20. Grayscale: #6A6A6A. Windows color (decimal): -3136801 or 14623440. OLE color: 14623440.
HSL color Cylindrical-coordinate representation of color #D022DF: hue angle of 295.24º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D022DF is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 34 | 223 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.13 |
| HSL | 295.24º | 0.75% | 0.5% | - |
| HSV(B) | 295.24º | 0.85% | 0.87% | - |
| XYZ | 39.9 | 19.88 | 71.55 | - |
| YUV | 107.57 | 193.15 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 223 | 0.07 | 0.85 | 0 | 0.13 | 295.24 | 0.75 | 0.5 |
| Hex | D0 | 22 | DF | 7 | 55 | 0 | D | 127 | 4B | 32 |
| Octal | 320 | 42 | 337 | 7 | 125 | 0 | 15 | 447 | 113 | 62 |
| Binary | 11010000 | 100010 | 11011111 | 111 | 1010101 | 0 | 1101 | 100100111 | 1001011 | 110010 |
Color Harmonies of #D022DF
Complementary color
Monochromatic Colors of #D022DF
Black with #D022DF
Text Example
Text Example
White with #D022DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D022DF; }
p { color: rgb(208,34,223); }
H1.HeaderClassName
{
color: #D022DF;
}
.AnyTagClassName
{
color: #D022DF;
}
</style>
background-color css
<style>
a { background-color: #D022DF; }
a { background-color: rgb(208,34,223); }
div.DivClassName
{
background-color: #D022DF;
}
.BgClassName
{
background-color: #D022DF;
}
</style>
border-color css
<style>
span { border-color: #D022DF; }
span { border-color: rgb(208,34,223); }
td.TdClassName
{
border-color: #D022DF;
}
.TagClassName
{
border-color: #D022DF;
}
</style>