Shades of Deep Magenta #D102E6
Tints of Deep Magenta #D102E6
RGB
CMYK
RGB Variations
Color information
#D102E6 (or 0xD102E6) is known color: Deep Magenta. HEX triplet: D1, 02 and E6. RGB value is (209,2,230). Sum of RGB (Red+Green+Blue) = 209+2+230=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #D102E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D102E6 is #2EFD19. Grayscale: #595959. Windows color (decimal): -3079450 or 15074001. OLE color: 15074001.
HSL color Cylindrical-coordinate representation of color #D102E6: hue angle of 294.47º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D102E6 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 2 | 230 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.10 |
| HSL | 294.47º | 0.98% | 0.45% | - |
| HSV(B) | 294.47º | 0.99% | 0.9% | - |
| XYZ | 40.6 | 19.31 | 76.45 | - |
| YUV | 89.89 | 207.08 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 230 | 0.09 | 0.99 | 0 | 0.10 | 294.47 | 0.98 | 0.45 |
| Hex | D1 | 2 | E6 | 9 | 63 | 0 | A | 126 | 62 | 2D |
| Octal | 321 | 2 | 346 | 11 | 143 | 0 | 12 | 446 | 142 | 55 |
| Binary | 11010001 | 10 | 11100110 | 1001 | 1100011 | 0 | 1010 | 100100110 | 1100010 | 101101 |
Color Harmonies of #D102E6
Complementary color
Monochromatic Colors of #D102E6
Black with #D102E6
Text Example
Text Example
White with #D102E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D102E6; }
p { color: rgb(209,2,230); }
H1.HeaderClassName
{
color: #D102E6;
}
.AnyTagClassName
{
color: #D102E6;
}
</style>
background-color css
<style>
a { background-color: #D102E6; }
a { background-color: rgb(209,2,230); }
div.DivClassName
{
background-color: #D102E6;
}
.BgClassName
{
background-color: #D102E6;
}
</style>
border-color css
<style>
span { border-color: #D102E6; }
span { border-color: rgb(209,2,230); }
td.TdClassName
{
border-color: #D102E6;
}
.TagClassName
{
border-color: #D102E6;
}
</style>