Shades of Deep Magenta #D028C4
Tints of Deep Magenta #D028C4
RGB
CMYK
RGB Variations
Color information
#D028C4 (or 0xD028C4) is known color: Deep Magenta. HEX triplet: D0, 28 and C4. RGB value is (208,40,196). Sum of RGB (Red+Green+Blue) = 208+40+196=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D028C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028C4 is #2FD73B. Grayscale: #6B6B6B. Windows color (decimal): -3135292 or 12855504. OLE color: 12855504.
HSL color Cylindrical-coordinate representation of color #D028C4: hue angle of 304.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 #D028C4 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 196 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.18 |
| HSL | 304.29º | 0.68% | 0.49% | - |
| HSV(B) | 304.29º | 0.81% | 0.82% | - |
| XYZ | 36.74 | 18.91 | 53.94 | - |
| YUV | 108.02 | 177.66 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 196 | 0 | 0.81 | 0.06 | 0.18 | 304.29 | 0.68 | 0.49 |
| Hex | D0 | 28 | C4 | 0 | 51 | 6 | 12 | 130 | 44 | 31 |
| Octal | 320 | 50 | 304 | 0 | 121 | 6 | 22 | 460 | 104 | 61 |
| Binary | 11010000 | 101000 | 11000100 | 0 | 1010001 | 110 | 10010 | 100110000 | 1000100 | 110001 |
Color Harmonies of #D028C4
Complementary color
Monochromatic Colors of #D028C4
Black with #D028C4
Text Example
Text Example
White with #D028C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028C4; }
p { color: rgb(208,40,196); }
H1.HeaderClassName
{
color: #D028C4;
}
.AnyTagClassName
{
color: #D028C4;
}
</style>
background-color css
<style>
a { background-color: #D028C4; }
a { background-color: rgb(208,40,196); }
div.DivClassName
{
background-color: #D028C4;
}
.BgClassName
{
background-color: #D028C4;
}
</style>
border-color css
<style>
span { border-color: #D028C4; }
span { border-color: rgb(208,40,196); }
td.TdClassName
{
border-color: #D028C4;
}
.TagClassName
{
border-color: #D028C4;
}
</style>