Shades of Deep Magenta #D727CE
Tints of Deep Magenta #D727CE
RGB
CMYK
RGB Variations
Color information
#D727CE (or 0xD727CE) is known color: Deep Magenta. HEX triplet: D7, 27 and CE. RGB value is (215,39,206). Sum of RGB (Red+Green+Blue) = 215+39+206=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D727CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727CE is #28D831. Grayscale: #6E6E6E. Windows color (decimal): -2676786 or 13510615. OLE color: 13510615.
HSL color Cylindrical-coordinate representation of color #D727CE: hue angle of 303.07º 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 #D727CE is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 206 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.16 |
| HSL | 303.07º | 0.69% | 0.5% | - |
| HSV(B) | 303.07º | 0.82% | 0.84% | - |
| XYZ | 39.89 | 20.35 | 60.22 | - |
| YUV | 110.66 | 181.81 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 206 | 0 | 0.82 | 0.04 | 0.16 | 303.07 | 0.69 | 0.5 |
| Hex | D7 | 27 | CE | 0 | 52 | 4 | 10 | 12F | 45 | 32 |
| Octal | 327 | 47 | 316 | 0 | 122 | 4 | 20 | 457 | 105 | 62 |
| Binary | 11010111 | 100111 | 11001110 | 0 | 1010010 | 100 | 10000 | 100101111 | 1000101 | 110010 |
Color Harmonies of #D727CE
Complementary color
Monochromatic Colors of #D727CE
Black with #D727CE
Text Example
Text Example
White with #D727CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727CE; }
p { color: rgb(215,39,206); }
H1.HeaderClassName
{
color: #D727CE;
}
.AnyTagClassName
{
color: #D727CE;
}
</style>
background-color css
<style>
a { background-color: #D727CE; }
a { background-color: rgb(215,39,206); }
div.DivClassName
{
background-color: #D727CE;
}
.BgClassName
{
background-color: #D727CE;
}
</style>
border-color css
<style>
span { border-color: #D727CE; }
span { border-color: rgb(215,39,206); }
td.TdClassName
{
border-color: #D727CE;
}
.TagClassName
{
border-color: #D727CE;
}
</style>