Shades of Deep Magenta #D102B1
Tints of Deep Magenta #D102B1
RGB
CMYK
RGB Variations
Color information
#D102B1 (or 0xD102B1) is known color: Deep Magenta. HEX triplet: D1, 02 and B1. RGB value is (209,2,177). Sum of RGB (Red+Green+Blue) = 209+2+177=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D102B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D102B1 is #2EFD4E. Grayscale: #535353. Windows color (decimal): -3079503 or 11600593. OLE color: 11600593.
HSL color Cylindrical-coordinate representation of color #D102B1: hue angle of 309.28º 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 #D102B1 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 177 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.18 |
| HSL | 309.28º | 0.98% | 0.41% | - |
| HSV(B) | 309.28º | 0.99% | 0.82% | - |
| XYZ | 34.25 | 16.77 | 43.03 | - |
| YUV | 83.84 | 180.58 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 177 | 0 | 0.99 | 0.15 | 0.18 | 309.28 | 0.98 | 0.41 |
| Hex | D1 | 2 | B1 | 0 | 63 | F | 12 | 135 | 62 | 29 |
| Octal | 321 | 2 | 261 | 0 | 143 | 17 | 22 | 465 | 142 | 51 |
| Binary | 11010001 | 10 | 10110001 | 0 | 1100011 | 1111 | 10010 | 100110101 | 1100010 | 101001 |
Color Harmonies of #D102B1
Complementary color
Monochromatic Colors of #D102B1
Black with #D102B1
Text Example
Text Example
White with #D102B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D102B1; }
p { color: rgb(209,2,177); }
H1.HeaderClassName
{
color: #D102B1;
}
.AnyTagClassName
{
color: #D102B1;
}
</style>
background-color css
<style>
a { background-color: #D102B1; }
a { background-color: rgb(209,2,177); }
div.DivClassName
{
background-color: #D102B1;
}
.BgClassName
{
background-color: #D102B1;
}
</style>
border-color css
<style>
span { border-color: #D102B1; }
span { border-color: rgb(209,2,177); }
td.TdClassName
{
border-color: #D102B1;
}
.TagClassName
{
border-color: #D102B1;
}
</style>