Shades of Deep Magenta #D028CB
Tints of Deep Magenta #D028CB
RGB
CMYK
RGB Variations
Color information
#D028CB (or 0xD028CB) is known color: Deep Magenta. HEX triplet: D0, 28 and CB. RGB value is (208,40,203). Sum of RGB (Red+Green+Blue) = 208+40+203=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D028CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028CB is #2FD734. Grayscale: #6C6C6C. Windows color (decimal): -3135285 or 13314256. OLE color: 13314256.
HSL color Cylindrical-coordinate representation of color #D028CB: hue angle of 301.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 #D028CB is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 203 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.18 |
| HSL | 301.79º | 0.68% | 0.49% | - |
| HSV(B) | 301.79º | 0.81% | 0.82% | - |
| XYZ | 37.55 | 19.24 | 58.23 | - |
| YUV | 108.81 | 181.16 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 203 | 0 | 0.81 | 0.02 | 0.18 | 301.79 | 0.68 | 0.49 |
| Hex | D0 | 28 | CB | 0 | 51 | 2 | 12 | 12E | 44 | 31 |
| Octal | 320 | 50 | 313 | 0 | 121 | 2 | 22 | 456 | 104 | 61 |
| Binary | 11010000 | 101000 | 11001011 | 0 | 1010001 | 10 | 10010 | 100101110 | 1000100 | 110001 |
Color Harmonies of #D028CB
Complementary color
Monochromatic Colors of #D028CB
Black with #D028CB
Text Example
Text Example
White with #D028CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028CB; }
p { color: rgb(208,40,203); }
H1.HeaderClassName
{
color: #D028CB;
}
.AnyTagClassName
{
color: #D028CB;
}
</style>
background-color css
<style>
a { background-color: #D028CB; }
a { background-color: rgb(208,40,203); }
div.DivClassName
{
background-color: #D028CB;
}
.BgClassName
{
background-color: #D028CB;
}
</style>
border-color css
<style>
span { border-color: #D028CB; }
span { border-color: rgb(208,40,203); }
td.TdClassName
{
border-color: #D028CB;
}
.TagClassName
{
border-color: #D028CB;
}
</style>