Shades of Deep Magenta #D10DBE
Tints of Deep Magenta #D10DBE
RGB
CMYK
RGB Variations
Color information
#D10DBE (or 0xD10DBE) is known color: Deep Magenta. HEX triplet: D1, 0D and BE. RGB value is (209,13,190). Sum of RGB (Red+Green+Blue) = 209+13+190=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D10DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10DBE is #2EF241. Grayscale: #5B5B5B. Windows color (decimal): -3076674 or 12455377. OLE color: 12455377.
HSL color Cylindrical-coordinate representation of color #D10DBE: hue angle of 305.82º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10DBE is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 190 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.18 |
| HSL | 305.82º | 0.88% | 0.44% | - |
| HSV(B) | 305.82º | 0.94% | 0.82% | - |
| XYZ | 35.73 | 17.56 | 50.22 | - |
| YUV | 91.78 | 183.43 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 190 | 0 | 0.94 | 0.09 | 0.18 | 305.82 | 0.88 | 0.44 |
| Hex | D1 | D | BE | 0 | 5E | 9 | 12 | 132 | 58 | 2C |
| Octal | 321 | 15 | 276 | 0 | 136 | 11 | 22 | 462 | 130 | 54 |
| Binary | 11010001 | 1101 | 10111110 | 0 | 1011110 | 1001 | 10010 | 100110010 | 1011000 | 101100 |
Color Harmonies of #D10DBE
Complementary color
Monochromatic Colors of #D10DBE
Black with #D10DBE
Text Example
Text Example
White with #D10DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10DBE; }
p { color: rgb(209,13,190); }
H1.HeaderClassName
{
color: #D10DBE;
}
.AnyTagClassName
{
color: #D10DBE;
}
</style>
background-color css
<style>
a { background-color: #D10DBE; }
a { background-color: rgb(209,13,190); }
div.DivClassName
{
background-color: #D10DBE;
}
.BgClassName
{
background-color: #D10DBE;
}
</style>
border-color css
<style>
span { border-color: #D10DBE; }
span { border-color: rgb(209,13,190); }
td.TdClassName
{
border-color: #D10DBE;
}
.TagClassName
{
border-color: #D10DBE;
}
</style>