Shades of Deep Magenta #D727BF
Tints of Deep Magenta #D727BF
RGB
CMYK
RGB Variations
Color information
#D727BF (or 0xD727BF) is known color: Deep Magenta. HEX triplet: D7, 27 and BF. RGB value is (215,39,191). Sum of RGB (Red+Green+Blue) = 215+39+191=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D727BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727BF is #28D840. Grayscale: #6C6C6C. Windows color (decimal): -2676801 or 12527575. OLE color: 12527575.
HSL color Cylindrical-coordinate representation of color #D727BF: hue angle of 308.18º 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 #D727BF is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 191 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.16 |
| HSL | 308.18º | 0.69% | 0.5% | - |
| HSV(B) | 308.18º | 0.82% | 0.84% | - |
| XYZ | 38.15 | 19.66 | 51.07 | - |
| YUV | 108.95 | 174.31 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 191 | 0 | 0.82 | 0.11 | 0.16 | 308.18 | 0.69 | 0.5 |
| Hex | D7 | 27 | BF | 0 | 52 | B | 10 | 134 | 45 | 32 |
| Octal | 327 | 47 | 277 | 0 | 122 | 13 | 20 | 464 | 105 | 62 |
| Binary | 11010111 | 100111 | 10111111 | 0 | 1010010 | 1011 | 10000 | 100110100 | 1000101 | 110010 |
Color Harmonies of #D727BF
Complementary color
Monochromatic Colors of #D727BF
Black with #D727BF
Text Example
Text Example
White with #D727BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727BF; }
p { color: rgb(215,39,191); }
H1.HeaderClassName
{
color: #D727BF;
}
.AnyTagClassName
{
color: #D727BF;
}
</style>
background-color css
<style>
a { background-color: #D727BF; }
a { background-color: rgb(215,39,191); }
div.DivClassName
{
background-color: #D727BF;
}
.BgClassName
{
background-color: #D727BF;
}
</style>
border-color css
<style>
span { border-color: #D727BF; }
span { border-color: rgb(215,39,191); }
td.TdClassName
{
border-color: #D727BF;
}
.TagClassName
{
border-color: #D727BF;
}
</style>