Shades of Deep Magenta #D125BC
Tints of Deep Magenta #D125BC
RGB
CMYK
RGB Variations
Color information
#D125BC (or 0xD125BC) is known color: Deep Magenta. HEX triplet: D1, 25 and BC. RGB value is (209,37,188). Sum of RGB (Red+Green+Blue) = 209+37+188=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D125BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D125BC is #2EDA43. Grayscale: #696969. Windows color (decimal): -3070532 or 12330449. OLE color: 12330449.
HSL color Cylindrical-coordinate representation of color #D125BC: hue angle of 307.33º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D125BC is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 188 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.18 |
| HSL | 307.33º | 0.7% | 0.48% | - |
| HSV(B) | 307.33º | 0.82% | 0.82% | - |
| XYZ | 36.03 | 18.51 | 49.25 | - |
| YUV | 105.64 | 174.48 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 188 | 0 | 0.82 | 0.10 | 0.18 | 307.33 | 0.7 | 0.48 |
| Hex | D1 | 25 | BC | 0 | 52 | A | 12 | 133 | 46 | 30 |
| Octal | 321 | 45 | 274 | 0 | 122 | 12 | 22 | 463 | 106 | 60 |
| Binary | 11010001 | 100101 | 10111100 | 0 | 1010010 | 1010 | 10010 | 100110011 | 1000110 | 110000 |
Color Harmonies of #D125BC
Complementary color
Monochromatic Colors of #D125BC
Black with #D125BC
Text Example
Text Example
White with #D125BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D125BC; }
p { color: rgb(209,37,188); }
H1.HeaderClassName
{
color: #D125BC;
}
.AnyTagClassName
{
color: #D125BC;
}
</style>
background-color css
<style>
a { background-color: #D125BC; }
a { background-color: rgb(209,37,188); }
div.DivClassName
{
background-color: #D125BC;
}
.BgClassName
{
background-color: #D125BC;
}
</style>
border-color css
<style>
span { border-color: #D125BC; }
span { border-color: rgb(209,37,188); }
td.TdClassName
{
border-color: #D125BC;
}
.TagClassName
{
border-color: #D125BC;
}
</style>