Shades of Deep Magenta #D727BE
Tints of Deep Magenta #D727BE
RGB
CMYK
RGB Variations
Color information
#D727BE (or 0xD727BE) is known color: Deep Magenta. HEX triplet: D7, 27 and BE. RGB value is (215,39,190). Sum of RGB (Red+Green+Blue) = 215+39+190=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D727BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727BE is #28D841. Grayscale: #6C6C6C. Windows color (decimal): -2676802 or 12462039. OLE color: 12462039.
HSL color Cylindrical-coordinate representation of color #D727BE: hue angle of 308.52º 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 #D727BE is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 190 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.16 |
| HSL | 308.52º | 0.69% | 0.5% | - |
| HSV(B) | 308.52º | 0.82% | 0.84% | - |
| XYZ | 38.04 | 19.62 | 50.5 | - |
| YUV | 108.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 190 | 0 | 0.82 | 0.12 | 0.16 | 308.52 | 0.69 | 0.5 |
| Hex | D7 | 27 | BE | 0 | 52 | C | 10 | 135 | 45 | 32 |
| Octal | 327 | 47 | 276 | 0 | 122 | 14 | 20 | 465 | 105 | 62 |
| Binary | 11010111 | 100111 | 10111110 | 0 | 1010010 | 1100 | 10000 | 100110101 | 1000101 | 110010 |
Color Harmonies of #D727BE
Complementary color
Monochromatic Colors of #D727BE
Black with #D727BE
Text Example
Text Example
White with #D727BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727BE; }
p { color: rgb(215,39,190); }
H1.HeaderClassName
{
color: #D727BE;
}
.AnyTagClassName
{
color: #D727BE;
}
</style>
background-color css
<style>
a { background-color: #D727BE; }
a { background-color: rgb(215,39,190); }
div.DivClassName
{
background-color: #D727BE;
}
.BgClassName
{
background-color: #D727BE;
}
</style>
border-color css
<style>
span { border-color: #D727BE; }
span { border-color: rgb(215,39,190); }
td.TdClassName
{
border-color: #D727BE;
}
.TagClassName
{
border-color: #D727BE;
}
</style>