Shades of Deep Magenta #D828CA
Tints of Deep Magenta #D828CA
RGB
CMYK
RGB Variations
Color information
#D828CA (or 0xD828CA) is known color: Deep Magenta. HEX triplet: D8, 28 and CA. RGB value is (216,40,202). Sum of RGB (Red+Green+Blue) = 216+40+202=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D828CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D828CA is #27D735. Grayscale: #6E6E6E. Windows color (decimal): -2610998 or 13248728. OLE color: 13248728.
HSL color Cylindrical-coordinate representation of color #D828CA: hue angle of 304.77º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D828CA is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 202 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.15 |
| HSL | 304.77º | 0.69% | 0.5% | - |
| HSV(B) | 304.77º | 0.81% | 0.85% | - |
| XYZ | 39.74 | 20.38 | 57.72 | - |
| YUV | 111.09 | 179.31 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 202 | 0 | 0.81 | 0.06 | 0.15 | 304.77 | 0.69 | 0.5 |
| Hex | D8 | 28 | CA | 0 | 51 | 6 | F | 131 | 45 | 32 |
| Octal | 330 | 50 | 312 | 0 | 121 | 6 | 17 | 461 | 105 | 62 |
| Binary | 11011000 | 101000 | 11001010 | 0 | 1010001 | 110 | 1111 | 100110001 | 1000101 | 110010 |
Color Harmonies of #D828CA
Complementary color
Monochromatic Colors of #D828CA
Black with #D828CA
Text Example
Text Example
White with #D828CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D828CA; }
p { color: rgb(216,40,202); }
H1.HeaderClassName
{
color: #D828CA;
}
.AnyTagClassName
{
color: #D828CA;
}
</style>
background-color css
<style>
a { background-color: #D828CA; }
a { background-color: rgb(216,40,202); }
div.DivClassName
{
background-color: #D828CA;
}
.BgClassName
{
background-color: #D828CA;
}
</style>
border-color css
<style>
span { border-color: #D828CA; }
span { border-color: rgb(216,40,202); }
td.TdClassName
{
border-color: #D828CA;
}
.TagClassName
{
border-color: #D828CA;
}
</style>