Shades of Deep Magenta #D126DD
Tints of Deep Magenta #D126DD
RGB
CMYK
RGB Variations
Color information
#D126DD (or 0xD126DD) is known color: Deep Magenta. HEX triplet: D1, 26 and DD. RGB value is (209,38,221). Sum of RGB (Red+Green+Blue) = 209+38+221=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 38 (15.23% from 255 or 8.12% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #D126DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D126DD is #2ED922. Grayscale: #6D6D6D. Windows color (decimal): -3070243 or 14493393. OLE color: 14493393.
HSL color Cylindrical-coordinate representation of color #D126DD: hue angle of 296.07º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D126DD is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 38 | 221 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.13 |
| HSL | 296.07º | 0.73% | 0.51% | - |
| HSV(B) | 296.07º | 0.83% | 0.87% | - |
| XYZ | 40.04 | 20.16 | 70.19 | - |
| YUV | 109.99 | 190.65 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 221 | 0.05 | 0.83 | 0 | 0.13 | 296.07 | 0.73 | 0.51 |
| Hex | D1 | 26 | DD | 5 | 53 | 0 | D | 128 | 49 | 33 |
| Octal | 321 | 46 | 335 | 5 | 123 | 0 | 15 | 450 | 111 | 63 |
| Binary | 11010001 | 100110 | 11011101 | 101 | 1010011 | 0 | 1101 | 100101000 | 1001001 | 110011 |
Color Harmonies of #D126DD
Complementary color
Monochromatic Colors of #D126DD
Black with #D126DD
Text Example
Text Example
White with #D126DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D126DD; }
p { color: rgb(209,38,221); }
H1.HeaderClassName
{
color: #D126DD;
}
.AnyTagClassName
{
color: #D126DD;
}
</style>
background-color css
<style>
a { background-color: #D126DD; }
a { background-color: rgb(209,38,221); }
div.DivClassName
{
background-color: #D126DD;
}
.BgClassName
{
background-color: #D126DD;
}
</style>
border-color css
<style>
span { border-color: #D126DD; }
span { border-color: rgb(209,38,221); }
td.TdClassName
{
border-color: #D126DD;
}
.TagClassName
{
border-color: #D126DD;
}
</style>