Shades of Deep Magenta #D126D1
Tints of Deep Magenta #D126D1
RGB
CMYK
RGB Variations
Color information
#D126D1 (or 0xD126D1) is known color: Deep Magenta. HEX triplet: D1, 26 and D1. RGB value is (209,38,209). Sum of RGB (Red+Green+Blue) = 209+38+209=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D126D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D126D1 is #2ED92E. Grayscale: #6C6C6C. Windows color (decimal): -3070255 or 13706961. OLE color: 13706961.
HSL color Cylindrical-coordinate representation of color #D126D1: hue angle of 300º 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 #D126D1 is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 209 | - |
| CMYK | 0 | 0.82 | 0 | 0.18 |
| HSL | 300º | 0.69% | 0.48% | - |
| HSV(B) | 300º | 0.82% | 0.82% | - |
| XYZ | 38.5 | 19.54 | 62.07 | - |
| YUV | 108.62 | 184.65 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 209 | 0 | 0.82 | 0 | 0.18 | 300 | 0.69 | 0.48 |
| Hex | D1 | 26 | D1 | 0 | 52 | 0 | 12 | 12C | 45 | 30 |
| Octal | 321 | 46 | 321 | 0 | 122 | 0 | 22 | 454 | 105 | 60 |
| Binary | 11010001 | 100110 | 11010001 | 0 | 1010010 | 0 | 10010 | 100101100 | 1000101 | 110000 |
Color Harmonies of #D126D1
Complementary color
Monochromatic Colors of #D126D1
Black with #D126D1
Text Example
Text Example
White with #D126D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D126D1; }
p { color: rgb(209,38,209); }
H1.HeaderClassName
{
color: #D126D1;
}
.AnyTagClassName
{
color: #D126D1;
}
</style>
background-color css
<style>
a { background-color: #D126D1; }
a { background-color: rgb(209,38,209); }
div.DivClassName
{
background-color: #D126D1;
}
.BgClassName
{
background-color: #D126D1;
}
</style>
border-color css
<style>
span { border-color: #D126D1; }
span { border-color: rgb(209,38,209); }
td.TdClassName
{
border-color: #D126D1;
}
.TagClassName
{
border-color: #D126D1;
}
</style>