Shades of Deep Magenta #D10FBE
Tints of Deep Magenta #D10FBE
RGB
CMYK
RGB Variations
Color information
#D10FBE (or 0xD10FBE) is known color: Deep Magenta. HEX triplet: D1, 0F and BE. RGB value is (209,15,190). Sum of RGB (Red+Green+Blue) = 209+15+190=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D10FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10FBE is #2EF041. Grayscale: #5C5C5C. Windows color (decimal): -3076162 or 12455889. OLE color: 12455889.
HSL color Cylindrical-coordinate representation of color #D10FBE: hue angle of 305.88º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10FBE is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 190 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.18 |
| HSL | 305.88º | 0.87% | 0.44% | - |
| HSV(B) | 305.88º | 0.93% | 0.82% | - |
| XYZ | 35.76 | 17.61 | 50.23 | - |
| YUV | 92.96 | 182.77 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 190 | 0 | 0.93 | 0.09 | 0.18 | 305.88 | 0.87 | 0.44 |
| Hex | D1 | F | BE | 0 | 5D | 9 | 12 | 132 | 57 | 2C |
| Octal | 321 | 17 | 276 | 0 | 135 | 11 | 22 | 462 | 127 | 54 |
| Binary | 11010001 | 1111 | 10111110 | 0 | 1011101 | 1001 | 10010 | 100110010 | 1010111 | 101100 |
Color Harmonies of #D10FBE
Complementary color
Monochromatic Colors of #D10FBE
Black with #D10FBE
Text Example
Text Example
White with #D10FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10FBE; }
p { color: rgb(209,15,190); }
H1.HeaderClassName
{
color: #D10FBE;
}
.AnyTagClassName
{
color: #D10FBE;
}
</style>
background-color css
<style>
a { background-color: #D10FBE; }
a { background-color: rgb(209,15,190); }
div.DivClassName
{
background-color: #D10FBE;
}
.BgClassName
{
background-color: #D10FBE;
}
</style>
border-color css
<style>
span { border-color: #D10FBE; }
span { border-color: rgb(209,15,190); }
td.TdClassName
{
border-color: #D10FBE;
}
.TagClassName
{
border-color: #D10FBE;
}
</style>