Shades of Deep Magenta #D728CD
Tints of Deep Magenta #D728CD
RGB
CMYK
RGB Variations
Color information
#D728CD (or 0xD728CD) is known color: Deep Magenta. HEX triplet: D7, 28 and CD. RGB value is (215,40,205). Sum of RGB (Red+Green+Blue) = 215+40+205=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D728CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D728CD is #28D732. Grayscale: #6E6E6E. Windows color (decimal): -2676531 or 13445335. OLE color: 13445335.
HSL color Cylindrical-coordinate representation of color #D728CD: hue angle of 303.43º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D728CD is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 205 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.16 |
| HSL | 303.43º | 0.69% | 0.5% | - |
| HSV(B) | 303.43º | 0.81% | 0.84% | - |
| XYZ | 39.8 | 20.37 | 59.59 | - |
| YUV | 111.14 | 180.98 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 205 | 0 | 0.81 | 0.05 | 0.16 | 303.43 | 0.69 | 0.5 |
| Hex | D7 | 28 | CD | 0 | 51 | 5 | 10 | 12F | 45 | 32 |
| Octal | 327 | 50 | 315 | 0 | 121 | 5 | 20 | 457 | 105 | 62 |
| Binary | 11010111 | 101000 | 11001101 | 0 | 1010001 | 101 | 10000 | 100101111 | 1000101 | 110010 |
Color Harmonies of #D728CD
Complementary color
Monochromatic Colors of #D728CD
Black with #D728CD
Text Example
Text Example
White with #D728CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D728CD; }
p { color: rgb(215,40,205); }
H1.HeaderClassName
{
color: #D728CD;
}
.AnyTagClassName
{
color: #D728CD;
}
</style>
background-color css
<style>
a { background-color: #D728CD; }
a { background-color: rgb(215,40,205); }
div.DivClassName
{
background-color: #D728CD;
}
.BgClassName
{
background-color: #D728CD;
}
</style>
border-color css
<style>
span { border-color: #D728CD; }
span { border-color: rgb(215,40,205); }
td.TdClassName
{
border-color: #D728CD;
}
.TagClassName
{
border-color: #D728CD;
}
</style>