Shades of Deep Magenta #D127BC
Tints of Deep Magenta #D127BC
RGB
CMYK
RGB Variations
Color information
#D127BC (or 0xD127BC) is known color: Deep Magenta. HEX triplet: D1, 27 and BC. RGB value is (209,39,188). Sum of RGB (Red+Green+Blue) = 209+39+188=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D127BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D127BC is #2ED843. Grayscale: #6A6A6A. Windows color (decimal): -3070020 or 12330961. OLE color: 12330961.
HSL color Cylindrical-coordinate representation of color #D127BC: hue angle of 307.41º 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 #D127BC is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 188 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.18 |
| HSL | 307.41º | 0.69% | 0.49% | - |
| HSV(B) | 307.41º | 0.81% | 0.82% | - |
| XYZ | 36.1 | 18.64 | 49.27 | - |
| YUV | 106.82 | 173.82 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 188 | 0 | 0.81 | 0.10 | 0.18 | 307.41 | 0.69 | 0.49 |
| Hex | D1 | 27 | BC | 0 | 51 | A | 12 | 133 | 45 | 31 |
| Octal | 321 | 47 | 274 | 0 | 121 | 12 | 22 | 463 | 105 | 61 |
| Binary | 11010001 | 100111 | 10111100 | 0 | 1010001 | 1010 | 10010 | 100110011 | 1000101 | 110001 |
Color Harmonies of #D127BC
Complementary color
Monochromatic Colors of #D127BC
Black with #D127BC
Text Example
Text Example
White with #D127BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D127BC; }
p { color: rgb(209,39,188); }
H1.HeaderClassName
{
color: #D127BC;
}
.AnyTagClassName
{
color: #D127BC;
}
</style>
background-color css
<style>
a { background-color: #D127BC; }
a { background-color: rgb(209,39,188); }
div.DivClassName
{
background-color: #D127BC;
}
.BgClassName
{
background-color: #D127BC;
}
</style>
border-color css
<style>
span { border-color: #D127BC; }
span { border-color: rgb(209,39,188); }
td.TdClassName
{
border-color: #D127BC;
}
.TagClassName
{
border-color: #D127BC;
}
</style>