Shades of Deep Magenta #D125BE
Tints of Deep Magenta #D125BE
RGB
CMYK
RGB Variations
Color information
#D125BE (or 0xD125BE) is known color: Deep Magenta. HEX triplet: D1, 25 and BE. RGB value is (209,37,190). Sum of RGB (Red+Green+Blue) = 209+37+190=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D125BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D125BE is #2EDA41. Grayscale: #696969. Windows color (decimal): -3070530 or 12461521. OLE color: 12461521.
HSL color Cylindrical-coordinate representation of color #D125BE: hue angle of 306.63º 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 #D125BE is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 190 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.18 |
| HSL | 306.63º | 0.7% | 0.48% | - |
| HSV(B) | 306.63º | 0.82% | 0.82% | - |
| XYZ | 36.25 | 18.6 | 50.39 | - |
| YUV | 105.87 | 175.48 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 190 | 0 | 0.82 | 0.09 | 0.18 | 306.63 | 0.7 | 0.48 |
| Hex | D1 | 25 | BE | 0 | 52 | 9 | 12 | 133 | 46 | 30 |
| Octal | 321 | 45 | 276 | 0 | 122 | 11 | 22 | 463 | 106 | 60 |
| Binary | 11010001 | 100101 | 10111110 | 0 | 1010010 | 1001 | 10010 | 100110011 | 1000110 | 110000 |
Color Harmonies of #D125BE
Complementary color
Monochromatic Colors of #D125BE
Black with #D125BE
Text Example
Text Example
White with #D125BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D125BE; }
p { color: rgb(209,37,190); }
H1.HeaderClassName
{
color: #D125BE;
}
.AnyTagClassName
{
color: #D125BE;
}
</style>
background-color css
<style>
a { background-color: #D125BE; }
a { background-color: rgb(209,37,190); }
div.DivClassName
{
background-color: #D125BE;
}
.BgClassName
{
background-color: #D125BE;
}
</style>
border-color css
<style>
span { border-color: #D125BE; }
span { border-color: rgb(209,37,190); }
td.TdClassName
{
border-color: #D125BE;
}
.TagClassName
{
border-color: #D125BE;
}
</style>