Shades of Deep Magenta #D028BD
Tints of Deep Magenta #D028BD
RGB
CMYK
RGB Variations
Color information
#D028BD (or 0xD028BD) is known color: Deep Magenta. HEX triplet: D0, 28 and BD. RGB value is (208,40,189). Sum of RGB (Red+Green+Blue) = 208+40+189=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D028BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028BD is #2FD742. Grayscale: #6A6A6A. Windows color (decimal): -3135299 or 12396752. OLE color: 12396752.
HSL color Cylindrical-coordinate representation of color #D028BD: hue angle of 306.79º 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 #D028BD is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 189 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.18 |
| HSL | 306.79º | 0.68% | 0.49% | - |
| HSV(B) | 306.79º | 0.81% | 0.82% | - |
| XYZ | 35.96 | 18.6 | 49.84 | - |
| YUV | 107.22 | 174.16 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 189 | 0 | 0.81 | 0.09 | 0.18 | 306.79 | 0.68 | 0.49 |
| Hex | D0 | 28 | BD | 0 | 51 | 9 | 12 | 133 | 44 | 31 |
| Octal | 320 | 50 | 275 | 0 | 121 | 11 | 22 | 463 | 104 | 61 |
| Binary | 11010000 | 101000 | 10111101 | 0 | 1010001 | 1001 | 10010 | 100110011 | 1000100 | 110001 |
Color Harmonies of #D028BD
Complementary color
Monochromatic Colors of #D028BD
Black with #D028BD
Text Example
Text Example
White with #D028BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028BD; }
p { color: rgb(208,40,189); }
H1.HeaderClassName
{
color: #D028BD;
}
.AnyTagClassName
{
color: #D028BD;
}
</style>
background-color css
<style>
a { background-color: #D028BD; }
a { background-color: rgb(208,40,189); }
div.DivClassName
{
background-color: #D028BD;
}
.BgClassName
{
background-color: #D028BD;
}
</style>
border-color css
<style>
span { border-color: #D028BD; }
span { border-color: rgb(208,40,189); }
td.TdClassName
{
border-color: #D028BD;
}
.TagClassName
{
border-color: #D028BD;
}
</style>