Shades of Deep Magenta #D727D0
Tints of Deep Magenta #D727D0
RGB
CMYK
RGB Variations
Color information
#D727D0 (or 0xD727D0) is known color: Deep Magenta. HEX triplet: D7, 27 and D0. RGB value is (215,39,208). Sum of RGB (Red+Green+Blue) = 215+39+208=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D727D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727D0 is #28D82F. Grayscale: #6E6E6E. Windows color (decimal): -2676784 or 13641687. OLE color: 13641687.
HSL color Cylindrical-coordinate representation of color #D727D0: hue angle of 302.39º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D727D0 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 208 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.16 |
| HSL | 302.39º | 0.69% | 0.5% | - |
| HSV(B) | 302.39º | 0.82% | 0.84% | - |
| XYZ | 40.14 | 20.45 | 61.51 | - |
| YUV | 110.89 | 182.81 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 208 | 0 | 0.82 | 0.03 | 0.16 | 302.39 | 0.69 | 0.5 |
| Hex | D7 | 27 | D0 | 0 | 52 | 3 | 10 | 12E | 45 | 32 |
| Octal | 327 | 47 | 320 | 0 | 122 | 3 | 20 | 456 | 105 | 62 |
| Binary | 11010111 | 100111 | 11010000 | 0 | 1010010 | 11 | 10000 | 100101110 | 1000101 | 110010 |
Color Harmonies of #D727D0
Complementary color
Monochromatic Colors of #D727D0
Black with #D727D0
Text Example
Text Example
White with #D727D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727D0; }
p { color: rgb(215,39,208); }
H1.HeaderClassName
{
color: #D727D0;
}
.AnyTagClassName
{
color: #D727D0;
}
</style>
background-color css
<style>
a { background-color: #D727D0; }
a { background-color: rgb(215,39,208); }
div.DivClassName
{
background-color: #D727D0;
}
.BgClassName
{
background-color: #D727D0;
}
</style>
border-color css
<style>
span { border-color: #D727D0; }
span { border-color: rgb(215,39,208); }
td.TdClassName
{
border-color: #D727D0;
}
.TagClassName
{
border-color: #D727D0;
}
</style>