Shades of Deep Magenta #D126B2
Tints of Deep Magenta #D126B2
RGB
CMYK
RGB Variations
Color information
#D126B2 (or 0xD126B2) is known color: Deep Magenta. HEX triplet: D1, 26 and B2. RGB value is (209,38,178). Sum of RGB (Red+Green+Blue) = 209+38+178=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D126B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D126B2 is #2ED94D. Grayscale: #686868. Windows color (decimal): -3070286 or 11675345. OLE color: 11675345.
HSL color Cylindrical-coordinate representation of color #D126B2: hue angle of 310.88º 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 #D126B2 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 178 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.18 |
| HSL | 310.88º | 0.69% | 0.48% | - |
| HSV(B) | 310.88º | 0.82% | 0.82% | - |
| XYZ | 35.02 | 18.16 | 43.78 | - |
| YUV | 105.09 | 169.15 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 178 | 0 | 0.82 | 0.15 | 0.18 | 310.88 | 0.69 | 0.48 |
| Hex | D1 | 26 | B2 | 0 | 52 | F | 12 | 137 | 45 | 30 |
| Octal | 321 | 46 | 262 | 0 | 122 | 17 | 22 | 467 | 105 | 60 |
| Binary | 11010001 | 100110 | 10110010 | 0 | 1010010 | 1111 | 10010 | 100110111 | 1000101 | 110000 |
Color Harmonies of #D126B2
Complementary color
Monochromatic Colors of #D126B2
Black with #D126B2
Text Example
Text Example
White with #D126B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D126B2; }
p { color: rgb(209,38,178); }
H1.HeaderClassName
{
color: #D126B2;
}
.AnyTagClassName
{
color: #D126B2;
}
</style>
background-color css
<style>
a { background-color: #D126B2; }
a { background-color: rgb(209,38,178); }
div.DivClassName
{
background-color: #D126B2;
}
.BgClassName
{
background-color: #D126B2;
}
</style>
border-color css
<style>
span { border-color: #D126B2; }
span { border-color: rgb(209,38,178); }
td.TdClassName
{
border-color: #D126B2;
}
.TagClassName
{
border-color: #D126B2;
}
</style>