Shades of Deep Magenta #D125C6
Tints of Deep Magenta #D125C6
RGB
CMYK
RGB Variations
Color information
#D125C6 (or 0xD125C6) is known color: Deep Magenta. HEX triplet: D1, 25 and C6. RGB value is (209,37,198). Sum of RGB (Red+Green+Blue) = 209+37+198=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D125C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D125C6 is #2EDA39. Grayscale: #6A6A6A. Windows color (decimal): -3070522 or 12985809. OLE color: 12985809.
HSL color Cylindrical-coordinate representation of color #D125C6: hue angle of 303.84º 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 #D125C6 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 198 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.18 |
| HSL | 303.84º | 0.7% | 0.48% | - |
| HSV(B) | 303.84º | 0.82% | 0.82% | - |
| XYZ | 37.15 | 18.96 | 55.13 | - |
| YUV | 106.78 | 179.48 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 198 | 0 | 0.82 | 0.05 | 0.18 | 303.84 | 0.7 | 0.48 |
| Hex | D1 | 25 | C6 | 0 | 52 | 5 | 12 | 130 | 46 | 30 |
| Octal | 321 | 45 | 306 | 0 | 122 | 5 | 22 | 460 | 106 | 60 |
| Binary | 11010001 | 100101 | 11000110 | 0 | 1010010 | 101 | 10010 | 100110000 | 1000110 | 110000 |
Color Harmonies of #D125C6
Complementary color
Monochromatic Colors of #D125C6
Black with #D125C6
Text Example
Text Example
White with #D125C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D125C6; }
p { color: rgb(209,37,198); }
H1.HeaderClassName
{
color: #D125C6;
}
.AnyTagClassName
{
color: #D125C6;
}
</style>
background-color css
<style>
a { background-color: #D125C6; }
a { background-color: rgb(209,37,198); }
div.DivClassName
{
background-color: #D125C6;
}
.BgClassName
{
background-color: #D125C6;
}
</style>
border-color css
<style>
span { border-color: #D125C6; }
span { border-color: rgb(209,37,198); }
td.TdClassName
{
border-color: #D125C6;
}
.TagClassName
{
border-color: #D125C6;
}
</style>