Shades of Deep Magenta #D028CE
Tints of Deep Magenta #D028CE
RGB
CMYK
RGB Variations
Color information
#D028CE (or 0xD028CE) is known color: Deep Magenta. HEX triplet: D0, 28 and CE. RGB value is (208,40,206). Sum of RGB (Red+Green+Blue) = 208+40+206=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D028CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028CE is #2FD731. Grayscale: #6C6C6C. Windows color (decimal): -3135282 or 13510864. OLE color: 13510864.
HSL color Cylindrical-coordinate representation of color #D028CE: hue angle of 300.71º 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 #D028CE is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 206 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.18 |
| HSL | 300.71º | 0.68% | 0.49% | - |
| HSV(B) | 300.71º | 0.81% | 0.82% | - |
| XYZ | 37.91 | 19.38 | 60.14 | - |
| YUV | 109.16 | 182.66 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 206 | 0 | 0.81 | 0.01 | 0.18 | 300.71 | 0.68 | 0.49 |
| Hex | D0 | 28 | CE | 0 | 51 | 1 | 12 | 12D | 44 | 31 |
| Octal | 320 | 50 | 316 | 0 | 121 | 1 | 22 | 455 | 104 | 61 |
| Binary | 11010000 | 101000 | 11001110 | 0 | 1010001 | 1 | 10010 | 100101101 | 1000100 | 110001 |
Color Harmonies of #D028CE
Complementary color
Monochromatic Colors of #D028CE
Black with #D028CE
Text Example
Text Example
White with #D028CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028CE; }
p { color: rgb(208,40,206); }
H1.HeaderClassName
{
color: #D028CE;
}
.AnyTagClassName
{
color: #D028CE;
}
</style>
background-color css
<style>
a { background-color: #D028CE; }
a { background-color: rgb(208,40,206); }
div.DivClassName
{
background-color: #D028CE;
}
.BgClassName
{
background-color: #D028CE;
}
</style>
border-color css
<style>
span { border-color: #D028CE; }
span { border-color: rgb(208,40,206); }
td.TdClassName
{
border-color: #D028CE;
}
.TagClassName
{
border-color: #D028CE;
}
</style>