Shades of Deep Magenta #D125B7
Tints of Deep Magenta #D125B7
RGB
CMYK
RGB Variations
Color information
#D125B7 (or 0xD125B7) is known color: Deep Magenta. HEX triplet: D1, 25 and B7. RGB value is (209,37,183). Sum of RGB (Red+Green+Blue) = 209+37+183=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D125B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D125B7 is #2EDA48. Grayscale: #686868. Windows color (decimal): -3070537 or 12002769. OLE color: 12002769.
HSL color Cylindrical-coordinate representation of color #D125B7: hue angle of 309.07º 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 #D125B7 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 183 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.18 |
| HSL | 309.07º | 0.7% | 0.48% | - |
| HSV(B) | 309.07º | 0.82% | 0.82% | - |
| XYZ | 35.5 | 18.3 | 46.46 | - |
| YUV | 105.07 | 171.98 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 183 | 0 | 0.82 | 0.12 | 0.18 | 309.07 | 0.7 | 0.48 |
| Hex | D1 | 25 | B7 | 0 | 52 | C | 12 | 135 | 46 | 30 |
| Octal | 321 | 45 | 267 | 0 | 122 | 14 | 22 | 465 | 106 | 60 |
| Binary | 11010001 | 100101 | 10110111 | 0 | 1010010 | 1100 | 10010 | 100110101 | 1000110 | 110000 |
Color Harmonies of #D125B7
Complementary color
Monochromatic Colors of #D125B7
Black with #D125B7
Text Example
Text Example
White with #D125B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D125B7; }
p { color: rgb(209,37,183); }
H1.HeaderClassName
{
color: #D125B7;
}
.AnyTagClassName
{
color: #D125B7;
}
</style>
background-color css
<style>
a { background-color: #D125B7; }
a { background-color: rgb(209,37,183); }
div.DivClassName
{
background-color: #D125B7;
}
.BgClassName
{
background-color: #D125B7;
}
</style>
border-color css
<style>
span { border-color: #D125B7; }
span { border-color: rgb(209,37,183); }
td.TdClassName
{
border-color: #D125B7;
}
.TagClassName
{
border-color: #D125B7;
}
</style>