Shades of Deep Magenta #D102AB
Tints of Deep Magenta #D102AB
RGB
CMYK
RGB Variations
Color information
#D102AB (or 0xD102AB) is known color: Deep Magenta. HEX triplet: D1, 02 and AB. RGB value is (209,2,171). Sum of RGB (Red+Green+Blue) = 209+2+171=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D102AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D102AB is #2EFD54. Grayscale: #525252. Windows color (decimal): -3079509 or 11207377. OLE color: 11207377.
HSL color Cylindrical-coordinate representation of color #D102AB: hue angle of 311.01º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D102AB is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.18 |
| HSL | 311.01º | 0.98% | 0.41% | - |
| HSV(B) | 311.01º | 0.99% | 0.82% | - |
| XYZ | 33.67 | 16.54 | 39.95 | - |
| YUV | 83.16 | 177.58 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 171 | 0 | 0.99 | 0.18 | 0.18 | 311.01 | 0.98 | 0.41 |
| Hex | D1 | 2 | AB | 0 | 63 | 12 | 12 | 137 | 62 | 29 |
| Octal | 321 | 2 | 253 | 0 | 143 | 22 | 22 | 467 | 142 | 51 |
| Binary | 11010001 | 10 | 10101011 | 0 | 1100011 | 10010 | 10010 | 100110111 | 1100010 | 101001 |
Color Harmonies of #D102AB
Complementary color
Monochromatic Colors of #D102AB
Black with #D102AB
Text Example
Text Example
White with #D102AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D102AB; }
p { color: rgb(209,2,171); }
H1.HeaderClassName
{
color: #D102AB;
}
.AnyTagClassName
{
color: #D102AB;
}
</style>
background-color css
<style>
a { background-color: #D102AB; }
a { background-color: rgb(209,2,171); }
div.DivClassName
{
background-color: #D102AB;
}
.BgClassName
{
background-color: #D102AB;
}
</style>
border-color css
<style>
span { border-color: #D102AB; }
span { border-color: rgb(209,2,171); }
td.TdClassName
{
border-color: #D102AB;
}
.TagClassName
{
border-color: #D102AB;
}
</style>