Shades of Deep Magenta #D126CB
Tints of Deep Magenta #D126CB
RGB
CMYK
RGB Variations
Color information
#D126CB (or 0xD126CB) is known color: Deep Magenta. HEX triplet: D1, 26 and CB. RGB value is (209,38,203). Sum of RGB (Red+Green+Blue) = 209+38+203=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 38 (15.23% from 255 or 8.44% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D126CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D126CB is #2ED934. Grayscale: #6B6B6B. Windows color (decimal): -3070261 or 13313745. OLE color: 13313745.
HSL color Cylindrical-coordinate representation of color #D126CB: hue angle of 302.11º 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 #D126CB is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 203 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.18 |
| HSL | 302.11º | 0.69% | 0.48% | - |
| HSV(B) | 302.11º | 0.82% | 0.82% | - |
| XYZ | 37.77 | 19.25 | 58.23 | - |
| YUV | 107.94 | 181.65 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 203 | 0 | 0.82 | 0.03 | 0.18 | 302.11 | 0.69 | 0.48 |
| Hex | D1 | 26 | CB | 0 | 52 | 3 | 12 | 12E | 45 | 30 |
| Octal | 321 | 46 | 313 | 0 | 122 | 3 | 22 | 456 | 105 | 60 |
| Binary | 11010001 | 100110 | 11001011 | 0 | 1010010 | 11 | 10010 | 100101110 | 1000101 | 110000 |
Color Harmonies of #D126CB
Complementary color
Monochromatic Colors of #D126CB
Black with #D126CB
Text Example
Text Example
White with #D126CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D126CB; }
p { color: rgb(209,38,203); }
H1.HeaderClassName
{
color: #D126CB;
}
.AnyTagClassName
{
color: #D126CB;
}
</style>
background-color css
<style>
a { background-color: #D126CB; }
a { background-color: rgb(209,38,203); }
div.DivClassName
{
background-color: #D126CB;
}
.BgClassName
{
background-color: #D126CB;
}
</style>
border-color css
<style>
span { border-color: #D126CB; }
span { border-color: rgb(209,38,203); }
td.TdClassName
{
border-color: #D126CB;
}
.TagClassName
{
border-color: #D126CB;
}
</style>