Shades of Deep Magenta #D102BE
Tints of Deep Magenta #D102BE
RGB
CMYK
RGB Variations
Color information
#D102BE (or 0xD102BE) is known color: Deep Magenta. HEX triplet: D1, 02 and BE. RGB value is (209,2,190). Sum of RGB (Red+Green+Blue) = 209+2+190=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D102BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D102BE is #2EFD41. Grayscale: #545454. Windows color (decimal): -3079490 or 12452561. OLE color: 12452561.
HSL color Cylindrical-coordinate representation of color #D102BE: hue angle of 305.51º 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 #D102BE is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 190 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.18 |
| HSL | 305.51º | 0.98% | 0.41% | - |
| HSV(B) | 305.51º | 0.99% | 0.82% | - |
| XYZ | 35.61 | 17.32 | 50.18 | - |
| YUV | 85.33 | 187.08 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 190 | 0 | 0.99 | 0.09 | 0.18 | 305.51 | 0.98 | 0.41 |
| Hex | D1 | 2 | BE | 0 | 63 | 9 | 12 | 132 | 62 | 29 |
| Octal | 321 | 2 | 276 | 0 | 143 | 11 | 22 | 462 | 142 | 51 |
| Binary | 11010001 | 10 | 10111110 | 0 | 1100011 | 1001 | 10010 | 100110010 | 1100010 | 101001 |
Color Harmonies of #D102BE
Complementary color
Monochromatic Colors of #D102BE
Black with #D102BE
Text Example
Text Example
White with #D102BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D102BE; }
p { color: rgb(209,2,190); }
H1.HeaderClassName
{
color: #D102BE;
}
.AnyTagClassName
{
color: #D102BE;
}
</style>
background-color css
<style>
a { background-color: #D102BE; }
a { background-color: rgb(209,2,190); }
div.DivClassName
{
background-color: #D102BE;
}
.BgClassName
{
background-color: #D102BE;
}
</style>
border-color css
<style>
span { border-color: #D102BE; }
span { border-color: rgb(209,2,190); }
td.TdClassName
{
border-color: #D102BE;
}
.TagClassName
{
border-color: #D102BE;
}
</style>