Shades of Deep Magenta #D102C8
Tints of Deep Magenta #D102C8
RGB
CMYK
RGB Variations
Color information
#D102C8 (or 0xD102C8) is known color: Deep Magenta. HEX triplet: D1, 02 and C8. RGB value is (209,2,200). Sum of RGB (Red+Green+Blue) = 209+2+200=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D102C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D102C8 is #2EFD37. Grayscale: #555555. Windows color (decimal): -3079480 or 13107921. OLE color: 13107921.
HSL color Cylindrical-coordinate representation of color #D102C8: hue angle of 302.61º 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 #D102C8 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 200 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.18 |
| HSL | 302.61º | 0.98% | 0.41% | - |
| HSV(B) | 302.61º | 0.99% | 0.82% | - |
| XYZ | 36.74 | 17.77 | 56.14 | - |
| YUV | 86.47 | 192.08 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 200 | 0 | 0.99 | 0.04 | 0.18 | 302.61 | 0.98 | 0.41 |
| Hex | D1 | 2 | C8 | 0 | 63 | 4 | 12 | 12F | 62 | 29 |
| Octal | 321 | 2 | 310 | 0 | 143 | 4 | 22 | 457 | 142 | 51 |
| Binary | 11010001 | 10 | 11001000 | 0 | 1100011 | 100 | 10010 | 100101111 | 1100010 | 101001 |
Color Harmonies of #D102C8
Complementary color
Monochromatic Colors of #D102C8
Black with #D102C8
Text Example
Text Example
White with #D102C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D102C8; }
p { color: rgb(209,2,200); }
H1.HeaderClassName
{
color: #D102C8;
}
.AnyTagClassName
{
color: #D102C8;
}
</style>
background-color css
<style>
a { background-color: #D102C8; }
a { background-color: rgb(209,2,200); }
div.DivClassName
{
background-color: #D102C8;
}
.BgClassName
{
background-color: #D102C8;
}
</style>
border-color css
<style>
span { border-color: #D102C8; }
span { border-color: rgb(209,2,200); }
td.TdClassName
{
border-color: #D102C8;
}
.TagClassName
{
border-color: #D102C8;
}
</style>