Shades of Deep Magenta #D028C6
Tints of Deep Magenta #D028C6
RGB
CMYK
RGB Variations
Color information
#D028C6 (or 0xD028C6) is known color: Deep Magenta. HEX triplet: D0, 28 and C6. RGB value is (208,40,198). Sum of RGB (Red+Green+Blue) = 208+40+198=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D028C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028C6 is #2FD739. Grayscale: #6B6B6B. Windows color (decimal): -3135290 or 12986576. OLE color: 12986576.
HSL color Cylindrical-coordinate representation of color #D028C6: hue angle of 303.57º 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 #D028C6 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 198 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.18 |
| HSL | 303.57º | 0.68% | 0.49% | - |
| HSV(B) | 303.57º | 0.81% | 0.82% | - |
| XYZ | 36.96 | 19 | 55.15 | - |
| YUV | 108.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 198 | 0 | 0.81 | 0.05 | 0.18 | 303.57 | 0.68 | 0.49 |
| Hex | D0 | 28 | C6 | 0 | 51 | 5 | 12 | 130 | 44 | 31 |
| Octal | 320 | 50 | 306 | 0 | 121 | 5 | 22 | 460 | 104 | 61 |
| Binary | 11010000 | 101000 | 11000110 | 0 | 1010001 | 101 | 10010 | 100110000 | 1000100 | 110001 |
Color Harmonies of #D028C6
Complementary color
Monochromatic Colors of #D028C6
Black with #D028C6
Text Example
Text Example
White with #D028C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028C6; }
p { color: rgb(208,40,198); }
H1.HeaderClassName
{
color: #D028C6;
}
.AnyTagClassName
{
color: #D028C6;
}
</style>
background-color css
<style>
a { background-color: #D028C6; }
a { background-color: rgb(208,40,198); }
div.DivClassName
{
background-color: #D028C6;
}
.BgClassName
{
background-color: #D028C6;
}
</style>
border-color css
<style>
span { border-color: #D028C6; }
span { border-color: rgb(208,40,198); }
td.TdClassName
{
border-color: #D028C6;
}
.TagClassName
{
border-color: #D028C6;
}
</style>