Shades of Deep Magenta #D028CC
Tints of Deep Magenta #D028CC
RGB
CMYK
RGB Variations
Color information
#D028CC (or 0xD028CC) is known color: Deep Magenta. HEX triplet: D0, 28 and CC. RGB value is (208,40,204). Sum of RGB (Red+Green+Blue) = 208+40+204=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D028CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028CC is #2FD733. Grayscale: #6C6C6C. Windows color (decimal): -3135284 or 13379792. OLE color: 13379792.
HSL color Cylindrical-coordinate representation of color #D028CC: hue angle of 301.43º 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 #D028CC is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 204 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.18 |
| HSL | 301.43º | 0.68% | 0.49% | - |
| HSV(B) | 301.43º | 0.81% | 0.82% | - |
| XYZ | 37.67 | 19.29 | 58.86 | - |
| YUV | 108.93 | 181.66 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 204 | 0 | 0.81 | 0.02 | 0.18 | 301.43 | 0.68 | 0.49 |
| Hex | D0 | 28 | CC | 0 | 51 | 2 | 12 | 12D | 44 | 31 |
| Octal | 320 | 50 | 314 | 0 | 121 | 2 | 22 | 455 | 104 | 61 |
| Binary | 11010000 | 101000 | 11001100 | 0 | 1010001 | 10 | 10010 | 100101101 | 1000100 | 110001 |
Color Harmonies of #D028CC
Complementary color
Monochromatic Colors of #D028CC
Black with #D028CC
Text Example
Text Example
White with #D028CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028CC; }
p { color: rgb(208,40,204); }
H1.HeaderClassName
{
color: #D028CC;
}
.AnyTagClassName
{
color: #D028CC;
}
</style>
background-color css
<style>
a { background-color: #D028CC; }
a { background-color: rgb(208,40,204); }
div.DivClassName
{
background-color: #D028CC;
}
.BgClassName
{
background-color: #D028CC;
}
</style>
border-color css
<style>
span { border-color: #D028CC; }
span { border-color: rgb(208,40,204); }
td.TdClassName
{
border-color: #D028CC;
}
.TagClassName
{
border-color: #D028CC;
}
</style>