Shades of Deep Magenta #D028B2
Tints of Deep Magenta #D028B2
RGB
CMYK
RGB Variations
Color information
#D028B2 (or 0xD028B2) is known color: Deep Magenta. HEX triplet: D0, 28 and B2. RGB value is (208,40,178). Sum of RGB (Red+Green+Blue) = 208+40+178=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D028B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D028B2 is #2FD74D. Grayscale: #696969. Windows color (decimal): -3135310 or 11675856. OLE color: 11675856.
HSL color Cylindrical-coordinate representation of color #D028B2: hue angle of 310.71º 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 #D028B2 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 178 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.18 |
| HSL | 310.71º | 0.68% | 0.49% | - |
| HSV(B) | 310.71º | 0.81% | 0.82% | - |
| XYZ | 34.81 | 18.14 | 43.79 | - |
| YUV | 105.96 | 168.66 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 178 | 0 | 0.81 | 0.14 | 0.18 | 310.71 | 0.68 | 0.49 |
| Hex | D0 | 28 | B2 | 0 | 51 | E | 12 | 137 | 44 | 31 |
| Octal | 320 | 50 | 262 | 0 | 121 | 16 | 22 | 467 | 104 | 61 |
| Binary | 11010000 | 101000 | 10110010 | 0 | 1010001 | 1110 | 10010 | 100110111 | 1000100 | 110001 |
Color Harmonies of #D028B2
Complementary color
Monochromatic Colors of #D028B2
Black with #D028B2
Text Example
Text Example
White with #D028B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028B2; }
p { color: rgb(208,40,178); }
H1.HeaderClassName
{
color: #D028B2;
}
.AnyTagClassName
{
color: #D028B2;
}
</style>
background-color css
<style>
a { background-color: #D028B2; }
a { background-color: rgb(208,40,178); }
div.DivClassName
{
background-color: #D028B2;
}
.BgClassName
{
background-color: #D028B2;
}
</style>
border-color css
<style>
span { border-color: #D028B2; }
span { border-color: rgb(208,40,178); }
td.TdClassName
{
border-color: #D028B2;
}
.TagClassName
{
border-color: #D028B2;
}
</style>