Shades of Deep Magenta #D028B9
Tints of Deep Magenta #D028B9
RGB
CMYK
RGB Variations
Color information
#D028B9 (or 0xD028B9) is known color: Deep Magenta. HEX triplet: D0, 28 and B9. RGB value is (208,40,185). Sum of RGB (Red+Green+Blue) = 208+40+185=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D028B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028B9 is #2FD746. Grayscale: #6A6A6A. Windows color (decimal): -3135303 or 12134608. OLE color: 12134608.
HSL color Cylindrical-coordinate representation of color #D028B9: hue angle of 308.21º 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 #D028B9 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 185 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.18 |
| HSL | 308.21º | 0.68% | 0.49% | - |
| HSV(B) | 308.21º | 0.81% | 0.82% | - |
| XYZ | 35.53 | 18.43 | 47.58 | - |
| YUV | 106.76 | 172.16 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 185 | 0 | 0.81 | 0.11 | 0.18 | 308.21 | 0.68 | 0.49 |
| Hex | D0 | 28 | B9 | 0 | 51 | B | 12 | 134 | 44 | 31 |
| Octal | 320 | 50 | 271 | 0 | 121 | 13 | 22 | 464 | 104 | 61 |
| Binary | 11010000 | 101000 | 10111001 | 0 | 1010001 | 1011 | 10010 | 100110100 | 1000100 | 110001 |
Color Harmonies of #D028B9
Complementary color
Monochromatic Colors of #D028B9
Black with #D028B9
Text Example
Text Example
White with #D028B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028B9; }
p { color: rgb(208,40,185); }
H1.HeaderClassName
{
color: #D028B9;
}
.AnyTagClassName
{
color: #D028B9;
}
</style>
background-color css
<style>
a { background-color: #D028B9; }
a { background-color: rgb(208,40,185); }
div.DivClassName
{
background-color: #D028B9;
}
.BgClassName
{
background-color: #D028B9;
}
</style>
border-color css
<style>
span { border-color: #D028B9; }
span { border-color: rgb(208,40,185); }
td.TdClassName
{
border-color: #D028B9;
}
.TagClassName
{
border-color: #D028B9;
}
</style>