Shades of Deep Magenta #D10BDF
Tints of Deep Magenta #D10BDF
RGB
CMYK
RGB Variations
Color information
#D10BDF (or 0xD10BDF) is known color: Deep Magenta. HEX triplet: D1, 0B and DF. RGB value is (209,11,223). Sum of RGB (Red+Green+Blue) = 209+11+223=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 11 (4.69% from 255 or 2.48% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #D10BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10BDF is #2EF420. Grayscale: #5D5D5D. Windows color (decimal): -3077153 or 14617553. OLE color: 14617553.
HSL color Cylindrical-coordinate representation of color #D10BDF: hue angle of 296.04º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10BDF is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 11 | 223 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.13 |
| HSL | 296.04º | 0.91% | 0.46% | - |
| HSV(B) | 296.04º | 0.95% | 0.87% | - |
| XYZ | 39.73 | 19.12 | 71.41 | - |
| YUV | 94.37 | 200.6 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 223 | 0.06 | 0.95 | 0 | 0.13 | 296.04 | 0.91 | 0.46 |
| Hex | D1 | B | DF | 6 | 5F | 0 | D | 128 | 5B | 2E |
| Octal | 321 | 13 | 337 | 6 | 137 | 0 | 15 | 450 | 133 | 56 |
| Binary | 11010001 | 1011 | 11011111 | 110 | 1011111 | 0 | 1101 | 100101000 | 1011011 | 101110 |
Color Harmonies of #D10BDF
Complementary color
Monochromatic Colors of #D10BDF
Black with #D10BDF
Text Example
Text Example
White with #D10BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10BDF; }
p { color: rgb(209,11,223); }
H1.HeaderClassName
{
color: #D10BDF;
}
.AnyTagClassName
{
color: #D10BDF;
}
</style>
background-color css
<style>
a { background-color: #D10BDF; }
a { background-color: rgb(209,11,223); }
div.DivClassName
{
background-color: #D10BDF;
}
.BgClassName
{
background-color: #D10BDF;
}
</style>
border-color css
<style>
span { border-color: #D10BDF; }
span { border-color: rgb(209,11,223); }
td.TdClassName
{
border-color: #D10BDF;
}
.TagClassName
{
border-color: #D10BDF;
}
</style>