Shades of Deep Magenta #D126C5
Tints of Deep Magenta #D126C5
RGB
CMYK
RGB Variations
Color information
#D126C5 (or 0xD126C5) is known color: Deep Magenta. HEX triplet: D1, 26 and C5. RGB value is (209,38,197). Sum of RGB (Red+Green+Blue) = 209+38+197=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D126C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D126C5 is #2ED93A. Grayscale: #6A6A6A. Windows color (decimal): -3070267 or 12920529. OLE color: 12920529.
HSL color Cylindrical-coordinate representation of color #D126C5: hue angle of 304.21º degrees, saturation: 0.69, 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 #D126C5 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 197 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.18 |
| HSL | 304.21º | 0.69% | 0.48% | - |
| HSV(B) | 304.21º | 0.82% | 0.82% | - |
| XYZ | 37.07 | 18.97 | 54.53 | - |
| YUV | 107.26 | 178.65 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 197 | 0 | 0.82 | 0.06 | 0.18 | 304.21 | 0.69 | 0.48 |
| Hex | D1 | 26 | C5 | 0 | 52 | 6 | 12 | 130 | 45 | 30 |
| Octal | 321 | 46 | 305 | 0 | 122 | 6 | 22 | 460 | 105 | 60 |
| Binary | 11010001 | 100110 | 11000101 | 0 | 1010010 | 110 | 10010 | 100110000 | 1000101 | 110000 |
Color Harmonies of #D126C5
Complementary color
Monochromatic Colors of #D126C5
Black with #D126C5
Text Example
Text Example
White with #D126C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D126C5; }
p { color: rgb(209,38,197); }
H1.HeaderClassName
{
color: #D126C5;
}
.AnyTagClassName
{
color: #D126C5;
}
</style>
background-color css
<style>
a { background-color: #D126C5; }
a { background-color: rgb(209,38,197); }
div.DivClassName
{
background-color: #D126C5;
}
.BgClassName
{
background-color: #D126C5;
}
</style>
border-color css
<style>
span { border-color: #D126C5; }
span { border-color: rgb(209,38,197); }
td.TdClassName
{
border-color: #D126C5;
}
.TagClassName
{
border-color: #D126C5;
}
</style>