Shades of Deep Magenta #D028D0
Tints of Deep Magenta #D028D0
RGB
CMYK
RGB Variations
Color information
#D028D0 (or 0xD028D0) is known color: Deep Magenta. HEX triplet: D0, 28 and D0. RGB value is (208,40,208). Sum of RGB (Red+Green+Blue) = 208+40+208=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D028D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028D0 is #2FD72F. Grayscale: #6C6C6C. Windows color (decimal): -3135280 or 13641936. OLE color: 13641936.
HSL color Cylindrical-coordinate representation of color #D028D0: hue angle of 300º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D028D0 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 208 | - |
| CMYK | 0 | 0.81 | 0 | 0.18 |
| HSL | 300º | 0.68% | 0.49% | - |
| HSV(B) | 300º | 0.81% | 0.82% | - |
| XYZ | 38.16 | 19.48 | 61.42 | - |
| YUV | 109.38 | 183.66 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 208 | 0 | 0.81 | 0 | 0.18 | 300 | 0.68 | 0.49 |
| Hex | D0 | 28 | D0 | 0 | 51 | 0 | 12 | 12C | 44 | 31 |
| Octal | 320 | 50 | 320 | 0 | 121 | 0 | 22 | 454 | 104 | 61 |
| Binary | 11010000 | 101000 | 11010000 | 0 | 1010001 | 0 | 10010 | 100101100 | 1000100 | 110001 |
Color Harmonies of #D028D0
Complementary color
Monochromatic Colors of #D028D0
Black with #D028D0
Text Example
Text Example
White with #D028D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028D0; }
p { color: rgb(208,40,208); }
H1.HeaderClassName
{
color: #D028D0;
}
.AnyTagClassName
{
color: #D028D0;
}
</style>
background-color css
<style>
a { background-color: #D028D0; }
a { background-color: rgb(208,40,208); }
div.DivClassName
{
background-color: #D028D0;
}
.BgClassName
{
background-color: #D028D0;
}
</style>
border-color css
<style>
span { border-color: #D028D0; }
span { border-color: rgb(208,40,208); }
td.TdClassName
{
border-color: #D028D0;
}
.TagClassName
{
border-color: #D028D0;
}
</style>