Shades of Deep Magenta #D102E5
Tints of Deep Magenta #D102E5
RGB
CMYK
RGB Variations
Color information
#D102E5 (or 0xD102E5) is known color: Deep Magenta. HEX triplet: D1, 02 and E5. RGB value is (209,2,229). Sum of RGB (Red+Green+Blue) = 209+2+229=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #D102E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D102E5 is #2EFD1A. Grayscale: #595959. Windows color (decimal): -3079451 or 15008465. OLE color: 15008465.
HSL color Cylindrical-coordinate representation of color #D102E5: hue angle of 294.71º 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 #D102E5 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 2 | 229 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.10 |
| HSL | 294.71º | 0.98% | 0.45% | - |
| HSV(B) | 294.71º | 0.99% | 0.9% | - |
| XYZ | 40.46 | 19.26 | 75.71 | - |
| YUV | 89.77 | 206.58 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 229 | 0.09 | 0.99 | 0 | 0.10 | 294.71 | 0.98 | 0.45 |
| Hex | D1 | 2 | E5 | 9 | 63 | 0 | A | 127 | 62 | 2D |
| Octal | 321 | 2 | 345 | 11 | 143 | 0 | 12 | 447 | 142 | 55 |
| Binary | 11010001 | 10 | 11100101 | 1001 | 1100011 | 0 | 1010 | 100100111 | 1100010 | 101101 |
Color Harmonies of #D102E5
Complementary color
Monochromatic Colors of #D102E5
Black with #D102E5
Text Example
Text Example
White with #D102E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D102E5; }
p { color: rgb(209,2,229); }
H1.HeaderClassName
{
color: #D102E5;
}
.AnyTagClassName
{
color: #D102E5;
}
</style>
background-color css
<style>
a { background-color: #D102E5; }
a { background-color: rgb(209,2,229); }
div.DivClassName
{
background-color: #D102E5;
}
.BgClassName
{
background-color: #D102E5;
}
</style>
border-color css
<style>
span { border-color: #D102E5; }
span { border-color: rgb(209,2,229); }
td.TdClassName
{
border-color: #D102E5;
}
.TagClassName
{
border-color: #D102E5;
}
</style>