Shades of Deep Magenta #D028C3
Tints of Deep Magenta #D028C3
RGB
CMYK
RGB Variations
Color information
#D028C3 (or 0xD028C3) is known color: Deep Magenta. HEX triplet: D0, 28 and C3. RGB value is (208,40,195). Sum of RGB (Red+Green+Blue) = 208+40+195=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D028C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028C3 is #2FD73C. Grayscale: #6B6B6B. Windows color (decimal): -3135293 or 12789968. OLE color: 12789968.
HSL color Cylindrical-coordinate representation of color #D028C3: hue angle of 304.64º 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 #D028C3 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 195 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.18 |
| HSL | 304.64º | 0.68% | 0.49% | - |
| HSV(B) | 304.64º | 0.81% | 0.82% | - |
| XYZ | 36.62 | 18.87 | 53.34 | - |
| YUV | 107.9 | 177.16 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 195 | 0 | 0.81 | 0.06 | 0.18 | 304.64 | 0.68 | 0.49 |
| Hex | D0 | 28 | C3 | 0 | 51 | 6 | 12 | 131 | 44 | 31 |
| Octal | 320 | 50 | 303 | 0 | 121 | 6 | 22 | 461 | 104 | 61 |
| Binary | 11010000 | 101000 | 11000011 | 0 | 1010001 | 110 | 10010 | 100110001 | 1000100 | 110001 |
Color Harmonies of #D028C3
Complementary color
Monochromatic Colors of #D028C3
Black with #D028C3
Text Example
Text Example
White with #D028C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028C3; }
p { color: rgb(208,40,195); }
H1.HeaderClassName
{
color: #D028C3;
}
.AnyTagClassName
{
color: #D028C3;
}
</style>
background-color css
<style>
a { background-color: #D028C3; }
a { background-color: rgb(208,40,195); }
div.DivClassName
{
background-color: #D028C3;
}
.BgClassName
{
background-color: #D028C3;
}
</style>
border-color css
<style>
span { border-color: #D028C3; }
span { border-color: rgb(208,40,195); }
td.TdClassName
{
border-color: #D028C3;
}
.TagClassName
{
border-color: #D028C3;
}
</style>