Shades of Deep Magenta #D126C9
Tints of Deep Magenta #D126C9
RGB
CMYK
RGB Variations
Color information
#D126C9 (or 0xD126C9) is known color: Deep Magenta. HEX triplet: D1, 26 and C9. RGB value is (209,38,201). Sum of RGB (Red+Green+Blue) = 209+38+201=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D126C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D126C9 is #2ED936. Grayscale: #6B6B6B. Windows color (decimal): -3070263 or 13182673. OLE color: 13182673.
HSL color Cylindrical-coordinate representation of color #D126C9: hue angle of 302.81º 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 #D126C9 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 201 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.18 |
| HSL | 302.81º | 0.69% | 0.48% | - |
| HSV(B) | 302.81º | 0.82% | 0.82% | - |
| XYZ | 37.53 | 19.16 | 56.98 | - |
| YUV | 107.71 | 180.65 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 201 | 0 | 0.82 | 0.04 | 0.18 | 302.81 | 0.69 | 0.48 |
| Hex | D1 | 26 | C9 | 0 | 52 | 4 | 12 | 12F | 45 | 30 |
| Octal | 321 | 46 | 311 | 0 | 122 | 4 | 22 | 457 | 105 | 60 |
| Binary | 11010001 | 100110 | 11001001 | 0 | 1010010 | 100 | 10010 | 100101111 | 1000101 | 110000 |
Color Harmonies of #D126C9
Complementary color
Monochromatic Colors of #D126C9
Black with #D126C9
Text Example
Text Example
White with #D126C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D126C9; }
p { color: rgb(209,38,201); }
H1.HeaderClassName
{
color: #D126C9;
}
.AnyTagClassName
{
color: #D126C9;
}
</style>
background-color css
<style>
a { background-color: #D126C9; }
a { background-color: rgb(209,38,201); }
div.DivClassName
{
background-color: #D126C9;
}
.BgClassName
{
background-color: #D126C9;
}
</style>
border-color css
<style>
span { border-color: #D126C9; }
span { border-color: rgb(209,38,201); }
td.TdClassName
{
border-color: #D126C9;
}
.TagClassName
{
border-color: #D126C9;
}
</style>