Shades of Deep Magenta #D026DF
Tints of Deep Magenta #D026DF
RGB
CMYK
RGB Variations
Color information
#D026DF (or 0xD026DF) is known color: Deep Magenta. HEX triplet: D0, 26 and DF. RGB value is (208,38,223). Sum of RGB (Red+Green+Blue) = 208+38+223=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 38 (15.23% from 255 or 8.10% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #D026DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D026DF is #2FD920. Grayscale: #6D6D6D. Windows color (decimal): -3135777 or 14624464. OLE color: 14624464.
HSL color Cylindrical-coordinate representation of color #D026DF: hue angle of 295.14º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D026DF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 38 | 223 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.13 |
| HSL | 295.14º | 0.74% | 0.51% | - |
| HSV(B) | 295.14º | 0.83% | 0.87% | - |
| XYZ | 40.02 | 20.12 | 71.59 | - |
| YUV | 109.92 | 191.82 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 223 | 0.07 | 0.83 | 0 | 0.13 | 295.14 | 0.74 | 0.51 |
| Hex | D0 | 26 | DF | 7 | 53 | 0 | D | 127 | 4A | 33 |
| Octal | 320 | 46 | 337 | 7 | 123 | 0 | 15 | 447 | 112 | 63 |
| Binary | 11010000 | 100110 | 11011111 | 111 | 1010011 | 0 | 1101 | 100100111 | 1001010 | 110011 |
Color Harmonies of #D026DF
Complementary color
Monochromatic Colors of #D026DF
Black with #D026DF
Text Example
Text Example
White with #D026DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D026DF; }
p { color: rgb(208,38,223); }
H1.HeaderClassName
{
color: #D026DF;
}
.AnyTagClassName
{
color: #D026DF;
}
</style>
background-color css
<style>
a { background-color: #D026DF; }
a { background-color: rgb(208,38,223); }
div.DivClassName
{
background-color: #D026DF;
}
.BgClassName
{
background-color: #D026DF;
}
</style>
border-color css
<style>
span { border-color: #D026DF; }
span { border-color: rgb(208,38,223); }
td.TdClassName
{
border-color: #D026DF;
}
.TagClassName
{
border-color: #D026DF;
}
</style>