Shades of Deep Magenta #D028DD
Tints of Deep Magenta #D028DD
RGB
CMYK
RGB Variations
Color information
#D028DD (or 0xD028DD) is known color: Deep Magenta. HEX triplet: D0, 28 and DD. RGB value is (208,40,221). Sum of RGB (Red+Green+Blue) = 208+40+221=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #D028DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028DD is #2FD722. Grayscale: #6E6E6E. Windows color (decimal): -3135267 or 14493904. OLE color: 14493904.
HSL color Cylindrical-coordinate representation of color #D028DD: hue angle of 295.69º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D028DD is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 40 | 221 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.13 |
| HSL | 295.69º | 0.73% | 0.51% | - |
| HSV(B) | 295.69º | 0.82% | 0.87% | - |
| XYZ | 39.82 | 20.15 | 70.2 | - |
| YUV | 110.87 | 190.16 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 221 | 0.06 | 0.82 | 0 | 0.13 | 295.69 | 0.73 | 0.51 |
| Hex | D0 | 28 | DD | 6 | 52 | 0 | D | 128 | 49 | 33 |
| Octal | 320 | 50 | 335 | 6 | 122 | 0 | 15 | 450 | 111 | 63 |
| Binary | 11010000 | 101000 | 11011101 | 110 | 1010010 | 0 | 1101 | 100101000 | 1001001 | 110011 |
Color Harmonies of #D028DD
Complementary color
Monochromatic Colors of #D028DD
Black with #D028DD
Text Example
Text Example
White with #D028DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028DD; }
p { color: rgb(208,40,221); }
H1.HeaderClassName
{
color: #D028DD;
}
.AnyTagClassName
{
color: #D028DD;
}
</style>
background-color css
<style>
a { background-color: #D028DD; }
a { background-color: rgb(208,40,221); }
div.DivClassName
{
background-color: #D028DD;
}
.BgClassName
{
background-color: #D028DD;
}
</style>
border-color css
<style>
span { border-color: #D028DD; }
span { border-color: rgb(208,40,221); }
td.TdClassName
{
border-color: #D028DD;
}
.TagClassName
{
border-color: #D028DD;
}
</style>