Shades of Deep Magenta #D100B9
Tints of Deep Magenta #D100B9
RGB
CMYK
RGB Variations
Color information
#D100B9 (or 0xD100B9) is known color: Deep Magenta. HEX triplet: D1, 00 and B9. RGB value is (209,0,185). Sum of RGB (Red+Green+Blue) = 209+0+185=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D100B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D100B9 is #2EFF46. Grayscale: #535353. Windows color (decimal): -3080007 or 12124369. OLE color: 12124369.
HSL color Cylindrical-coordinate representation of color #D100B9: hue angle of 306.89º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D100B9 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 185 | - |
| CMYK | 0 | 1 | 0.11 | 0.18 |
| HSL | 306.89º | 1% | 0.41% | - |
| HSV(B) | 306.89º | 1% | 0.82% | - |
| XYZ | 35.05 | 17.06 | 47.34 | - |
| YUV | 83.58 | 185.24 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 185 | 0 | 1 | 0.11 | 0.18 | 306.89 | 1 | 0.41 |
| Hex | D1 | 0 | B9 | 0 | 64 | B | 12 | 133 | 64 | 29 |
| Octal | 321 | 0 | 271 | 0 | 144 | 13 | 22 | 463 | 144 | 51 |
| Binary | 11010001 | 0 | 10111001 | 0 | 1100100 | 1011 | 10010 | 100110011 | 1100100 | 101001 |
Color Harmonies of #D100B9
Complementary color
Monochromatic Colors of #D100B9
Black with #D100B9
Text Example
Text Example
White with #D100B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D100B9; }
p { color: rgb(209,0,185); }
H1.HeaderClassName
{
color: #D100B9;
}
.AnyTagClassName
{
color: #D100B9;
}
</style>
background-color css
<style>
a { background-color: #D100B9; }
a { background-color: rgb(209,0,185); }
div.DivClassName
{
background-color: #D100B9;
}
.BgClassName
{
background-color: #D100B9;
}
</style>
border-color css
<style>
span { border-color: #D100B9; }
span { border-color: rgb(209,0,185); }
td.TdClassName
{
border-color: #D100B9;
}
.TagClassName
{
border-color: #D100B9;
}
</style>