Shades of Deep Magenta #D102D1
Tints of Deep Magenta #D102D1
RGB
CMYK
RGB Variations
Color information
#D102D1 (or 0xD102D1) is known color: Deep Magenta. HEX triplet: D1, 02 and D1. RGB value is (209,2,209). Sum of RGB (Red+Green+Blue) = 209+2+209=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D102D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D102D1 is #2EFD2E. Grayscale: #565656. Windows color (decimal): -3079471 or 13697745. OLE color: 13697745.
HSL color Cylindrical-coordinate representation of color #D102D1: hue angle of 300º 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 #D102D1 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 209 | - |
| CMYK | 0 | 0.99 | 0 | 0.18 |
| HSL | 300º | 0.98% | 0.41% | - |
| HSV(B) | 300º | 0.99% | 0.82% | - |
| XYZ | 37.82 | 18.2 | 61.84 | - |
| YUV | 87.49 | 196.58 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 209 | 0 | 0.99 | 0 | 0.18 | 300 | 0.98 | 0.41 |
| Hex | D1 | 2 | D1 | 0 | 63 | 0 | 12 | 12C | 62 | 29 |
| Octal | 321 | 2 | 321 | 0 | 143 | 0 | 22 | 454 | 142 | 51 |
| Binary | 11010001 | 10 | 11010001 | 0 | 1100011 | 0 | 10010 | 100101100 | 1100010 | 101001 |
Color Harmonies of #D102D1
Complementary color
Monochromatic Colors of #D102D1
Black with #D102D1
Text Example
Text Example
White with #D102D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D102D1; }
p { color: rgb(209,2,209); }
H1.HeaderClassName
{
color: #D102D1;
}
.AnyTagClassName
{
color: #D102D1;
}
</style>
background-color css
<style>
a { background-color: #D102D1; }
a { background-color: rgb(209,2,209); }
div.DivClassName
{
background-color: #D102D1;
}
.BgClassName
{
background-color: #D102D1;
}
</style>
border-color css
<style>
span { border-color: #D102D1; }
span { border-color: rgb(209,2,209); }
td.TdClassName
{
border-color: #D102D1;
}
.TagClassName
{
border-color: #D102D1;
}
</style>