Shades of Deep Magenta #D127BE
Tints of Deep Magenta #D127BE
RGB
CMYK
RGB Variations
Color information
#D127BE (or 0xD127BE) is known color: Deep Magenta. HEX triplet: D1, 27 and BE. RGB value is (209,39,190). Sum of RGB (Red+Green+Blue) = 209+39+190=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D127BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D127BE is #2ED841. Grayscale: #6A6A6A. Windows color (decimal): -3070018 or 12462033. OLE color: 12462033.
HSL color Cylindrical-coordinate representation of color #D127BE: hue angle of 306.71º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D127BE is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 190 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.18 |
| HSL | 306.71º | 0.69% | 0.49% | - |
| HSV(B) | 306.71º | 0.81% | 0.82% | - |
| XYZ | 36.31 | 18.72 | 50.42 | - |
| YUV | 107.04 | 174.82 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 190 | 0 | 0.81 | 0.09 | 0.18 | 306.71 | 0.69 | 0.49 |
| Hex | D1 | 27 | BE | 0 | 51 | 9 | 12 | 133 | 45 | 31 |
| Octal | 321 | 47 | 276 | 0 | 121 | 11 | 22 | 463 | 105 | 61 |
| Binary | 11010001 | 100111 | 10111110 | 0 | 1010001 | 1001 | 10010 | 100110011 | 1000101 | 110001 |
Color Harmonies of #D127BE
Complementary color
Monochromatic Colors of #D127BE
Black with #D127BE
Text Example
Text Example
White with #D127BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D127BE; }
p { color: rgb(209,39,190); }
H1.HeaderClassName
{
color: #D127BE;
}
.AnyTagClassName
{
color: #D127BE;
}
</style>
background-color css
<style>
a { background-color: #D127BE; }
a { background-color: rgb(209,39,190); }
div.DivClassName
{
background-color: #D127BE;
}
.BgClassName
{
background-color: #D127BE;
}
</style>
border-color css
<style>
span { border-color: #D127BE; }
span { border-color: rgb(209,39,190); }
td.TdClassName
{
border-color: #D127BE;
}
.TagClassName
{
border-color: #D127BE;
}
</style>