Shades of Deep Magenta #D125B8
Tints of Deep Magenta #D125B8
RGB
CMYK
RGB Variations
Color information
#D125B8 (or 0xD125B8) is known color: Deep Magenta. HEX triplet: D1, 25 and B8. RGB value is (209,37,184). Sum of RGB (Red+Green+Blue) = 209+37+184=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D125B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D125B8 is #2EDA47. Grayscale: #686868. Windows color (decimal): -3070536 or 12068305. OLE color: 12068305.
HSL color Cylindrical-coordinate representation of color #D125B8: hue angle of 308.72º 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 #D125B8 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 184 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.18 |
| HSL | 308.72º | 0.7% | 0.48% | - |
| HSV(B) | 308.72º | 0.82% | 0.82% | - |
| XYZ | 35.61 | 18.34 | 47.01 | - |
| YUV | 105.19 | 172.48 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 184 | 0 | 0.82 | 0.12 | 0.18 | 308.72 | 0.7 | 0.48 |
| Hex | D1 | 25 | B8 | 0 | 52 | C | 12 | 135 | 46 | 30 |
| Octal | 321 | 45 | 270 | 0 | 122 | 14 | 22 | 465 | 106 | 60 |
| Binary | 11010001 | 100101 | 10111000 | 0 | 1010010 | 1100 | 10010 | 100110101 | 1000110 | 110000 |
Color Harmonies of #D125B8
Complementary color
Monochromatic Colors of #D125B8
Black with #D125B8
Text Example
Text Example
White with #D125B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D125B8; }
p { color: rgb(209,37,184); }
H1.HeaderClassName
{
color: #D125B8;
}
.AnyTagClassName
{
color: #D125B8;
}
</style>
background-color css
<style>
a { background-color: #D125B8; }
a { background-color: rgb(209,37,184); }
div.DivClassName
{
background-color: #D125B8;
}
.BgClassName
{
background-color: #D125B8;
}
</style>
border-color css
<style>
span { border-color: #D125B8; }
span { border-color: rgb(209,37,184); }
td.TdClassName
{
border-color: #D125B8;
}
.TagClassName
{
border-color: #D125B8;
}
</style>