Shades of Deep Magenta #D028B6
Tints of Deep Magenta #D028B6
RGB
CMYK
RGB Variations
Color information
#D028B6 (or 0xD028B6) is known color: Deep Magenta. HEX triplet: D0, 28 and B6. RGB value is (208,40,182). Sum of RGB (Red+Green+Blue) = 208+40+182=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D028B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028B6 is #2FD749. Grayscale: #6A6A6A. Windows color (decimal): -3135306 or 11938000. OLE color: 11938000.
HSL color Cylindrical-coordinate representation of color #D028B6: hue angle of 309.29º 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 #D028B6 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 182 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.18 |
| HSL | 309.29º | 0.68% | 0.49% | - |
| HSV(B) | 309.29º | 0.81% | 0.82% | - |
| XYZ | 35.21 | 18.3 | 45.93 | - |
| YUV | 106.42 | 170.66 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 182 | 0 | 0.81 | 0.12 | 0.18 | 309.29 | 0.68 | 0.49 |
| Hex | D0 | 28 | B6 | 0 | 51 | C | 12 | 135 | 44 | 31 |
| Octal | 320 | 50 | 266 | 0 | 121 | 14 | 22 | 465 | 104 | 61 |
| Binary | 11010000 | 101000 | 10110110 | 0 | 1010001 | 1100 | 10010 | 100110101 | 1000100 | 110001 |
Color Harmonies of #D028B6
Complementary color
Monochromatic Colors of #D028B6
Black with #D028B6
Text Example
Text Example
White with #D028B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028B6; }
p { color: rgb(208,40,182); }
H1.HeaderClassName
{
color: #D028B6;
}
.AnyTagClassName
{
color: #D028B6;
}
</style>
background-color css
<style>
a { background-color: #D028B6; }
a { background-color: rgb(208,40,182); }
div.DivClassName
{
background-color: #D028B6;
}
.BgClassName
{
background-color: #D028B6;
}
</style>
border-color css
<style>
span { border-color: #D028B6; }
span { border-color: rgb(208,40,182); }
td.TdClassName
{
border-color: #D028B6;
}
.TagClassName
{
border-color: #D028B6;
}
</style>