Shades of Deep Magenta #D727BD
Tints of Deep Magenta #D727BD
RGB
CMYK
RGB Variations
Color information
#D727BD (or 0xD727BD) is known color: Deep Magenta. HEX triplet: D7, 27 and BD. RGB value is (215,39,189). Sum of RGB (Red+Green+Blue) = 215+39+189=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D727BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727BD is #28D842. Grayscale: #6C6C6C. Windows color (decimal): -2676803 or 12396503. OLE color: 12396503.
HSL color Cylindrical-coordinate representation of color #D727BD: hue angle of 308.86º 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 #D727BD is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 189 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.16 |
| HSL | 308.86º | 0.69% | 0.5% | - |
| HSV(B) | 308.86º | 0.82% | 0.84% | - |
| XYZ | 37.94 | 19.57 | 49.92 | - |
| YUV | 108.72 | 173.31 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 189 | 0 | 0.82 | 0.12 | 0.16 | 308.86 | 0.69 | 0.5 |
| Hex | D7 | 27 | BD | 0 | 52 | C | 10 | 135 | 45 | 32 |
| Octal | 327 | 47 | 275 | 0 | 122 | 14 | 20 | 465 | 105 | 62 |
| Binary | 11010111 | 100111 | 10111101 | 0 | 1010010 | 1100 | 10000 | 100110101 | 1000101 | 110010 |
Color Harmonies of #D727BD
Complementary color
Monochromatic Colors of #D727BD
Black with #D727BD
Text Example
Text Example
White with #D727BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727BD; }
p { color: rgb(215,39,189); }
H1.HeaderClassName
{
color: #D727BD;
}
.AnyTagClassName
{
color: #D727BD;
}
</style>
background-color css
<style>
a { background-color: #D727BD; }
a { background-color: rgb(215,39,189); }
div.DivClassName
{
background-color: #D727BD;
}
.BgClassName
{
background-color: #D727BD;
}
</style>
border-color css
<style>
span { border-color: #D727BD; }
span { border-color: rgb(215,39,189); }
td.TdClassName
{
border-color: #D727BD;
}
.TagClassName
{
border-color: #D727BD;
}
</style>