Shades of Deep Magenta #D028DF
Tints of Deep Magenta #D028DF
RGB
CMYK
RGB Variations
Color information
#D028DF (or 0xD028DF) is known color: Deep Magenta. HEX triplet: D0, 28 and DF. RGB value is (208,40,223). Sum of RGB (Red+Green+Blue) = 208+40+223=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #D028DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028DF is #2FD720. Grayscale: #6E6E6E. Windows color (decimal): -3135265 or 14624976. OLE color: 14624976.
HSL color Cylindrical-coordinate representation of color #D028DF: hue angle of 295.08º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D028DF is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 40 | 223 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.13 |
| HSL | 295.08º | 0.74% | 0.52% | - |
| HSV(B) | 295.08º | 0.82% | 0.87% | - |
| XYZ | 40.09 | 20.26 | 71.61 | - |
| YUV | 111.09 | 191.16 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 223 | 0.07 | 0.82 | 0 | 0.13 | 295.08 | 0.74 | 0.52 |
| Hex | D0 | 28 | DF | 7 | 52 | 0 | D | 127 | 4A | 34 |
| Octal | 320 | 50 | 337 | 7 | 122 | 0 | 15 | 447 | 112 | 64 |
| Binary | 11010000 | 101000 | 11011111 | 111 | 1010010 | 0 | 1101 | 100100111 | 1001010 | 110100 |
Color Harmonies of #D028DF
Complementary color
Monochromatic Colors of #D028DF
Black with #D028DF
Text Example
Text Example
White with #D028DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028DF; }
p { color: rgb(208,40,223); }
H1.HeaderClassName
{
color: #D028DF;
}
.AnyTagClassName
{
color: #D028DF;
}
</style>
background-color css
<style>
a { background-color: #D028DF; }
a { background-color: rgb(208,40,223); }
div.DivClassName
{
background-color: #D028DF;
}
.BgClassName
{
background-color: #D028DF;
}
</style>
border-color css
<style>
span { border-color: #D028DF; }
span { border-color: rgb(208,40,223); }
td.TdClassName
{
border-color: #D028DF;
}
.TagClassName
{
border-color: #D028DF;
}
</style>