Shades of Deep Magenta #D727C5
Tints of Deep Magenta #D727C5
RGB
CMYK
RGB Variations
Color information
#D727C5 (or 0xD727C5) is known color: Deep Magenta. HEX triplet: D7, 27 and C5. RGB value is (215,39,197). Sum of RGB (Red+Green+Blue) = 215+39+197=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D727C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727C5 is #28D83A. Grayscale: #6D6D6D. Windows color (decimal): -2676795 or 12920791. OLE color: 12920791.
HSL color Cylindrical-coordinate representation of color #D727C5: hue angle of 306.14º 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 #D727C5 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 197 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.16 |
| HSL | 306.14º | 0.69% | 0.5% | - |
| HSV(B) | 306.14º | 0.82% | 0.84% | - |
| XYZ | 38.83 | 19.93 | 54.62 | - |
| YUV | 109.64 | 177.31 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 197 | 0 | 0.82 | 0.08 | 0.16 | 306.14 | 0.69 | 0.5 |
| Hex | D7 | 27 | C5 | 0 | 52 | 8 | 10 | 132 | 45 | 32 |
| Octal | 327 | 47 | 305 | 0 | 122 | 10 | 20 | 462 | 105 | 62 |
| Binary | 11010111 | 100111 | 11000101 | 0 | 1010010 | 1000 | 10000 | 100110010 | 1000101 | 110010 |
Color Harmonies of #D727C5
Complementary color
Monochromatic Colors of #D727C5
Black with #D727C5
Text Example
Text Example
White with #D727C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727C5; }
p { color: rgb(215,39,197); }
H1.HeaderClassName
{
color: #D727C5;
}
.AnyTagClassName
{
color: #D727C5;
}
</style>
background-color css
<style>
a { background-color: #D727C5; }
a { background-color: rgb(215,39,197); }
div.DivClassName
{
background-color: #D727C5;
}
.BgClassName
{
background-color: #D727C5;
}
</style>
border-color css
<style>
span { border-color: #D727C5; }
span { border-color: rgb(215,39,197); }
td.TdClassName
{
border-color: #D727C5;
}
.TagClassName
{
border-color: #D727C5;
}
</style>