Shades of Deep Magenta #D102C6
Tints of Deep Magenta #D102C6
RGB
CMYK
RGB Variations
Color information
#D102C6 (or 0xD102C6) is known color: Deep Magenta. HEX triplet: D1, 02 and C6. RGB value is (209,2,198). Sum of RGB (Red+Green+Blue) = 209+2+198=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D102C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D102C6 is #2EFD39. Grayscale: #555555. Windows color (decimal): -3079482 or 12976849. OLE color: 12976849.
HSL color Cylindrical-coordinate representation of color #D102C6: hue angle of 303.19º 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 #D102C6 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 198 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.18 |
| HSL | 303.19º | 0.98% | 0.41% | - |
| HSV(B) | 303.19º | 0.99% | 0.82% | - |
| XYZ | 36.51 | 17.68 | 54.91 | - |
| YUV | 86.24 | 191.08 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 198 | 0 | 0.99 | 0.05 | 0.18 | 303.19 | 0.98 | 0.41 |
| Hex | D1 | 2 | C6 | 0 | 63 | 5 | 12 | 12F | 62 | 29 |
| Octal | 321 | 2 | 306 | 0 | 143 | 5 | 22 | 457 | 142 | 51 |
| Binary | 11010001 | 10 | 11000110 | 0 | 1100011 | 101 | 10010 | 100101111 | 1100010 | 101001 |
Color Harmonies of #D102C6
Complementary color
Monochromatic Colors of #D102C6
Black with #D102C6
Text Example
Text Example
White with #D102C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D102C6; }
p { color: rgb(209,2,198); }
H1.HeaderClassName
{
color: #D102C6;
}
.AnyTagClassName
{
color: #D102C6;
}
</style>
background-color css
<style>
a { background-color: #D102C6; }
a { background-color: rgb(209,2,198); }
div.DivClassName
{
background-color: #D102C6;
}
.BgClassName
{
background-color: #D102C6;
}
</style>
border-color css
<style>
span { border-color: #D102C6; }
span { border-color: rgb(209,2,198); }
td.TdClassName
{
border-color: #D102C6;
}
.TagClassName
{
border-color: #D102C6;
}
</style>