Shades of Deep Magenta #D102C5
Tints of Deep Magenta #D102C5
RGB
CMYK
RGB Variations
Color information
#D102C5 (or 0xD102C5) is known color: Deep Magenta. HEX triplet: D1, 02 and C5. RGB value is (209,2,197). Sum of RGB (Red+Green+Blue) = 209+2+197=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D102C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D102C5 is #2EFD3A. Grayscale: #555555. Windows color (decimal): -3079483 or 12911313. OLE color: 12911313.
HSL color Cylindrical-coordinate representation of color #D102C5: hue angle of 303.48º 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 #D102C5 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 197 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.18 |
| HSL | 303.48º | 0.98% | 0.41% | - |
| HSV(B) | 303.48º | 0.99% | 0.82% | - |
| XYZ | 36.39 | 17.63 | 54.31 | - |
| YUV | 86.12 | 190.58 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 197 | 0 | 0.99 | 0.06 | 0.18 | 303.48 | 0.98 | 0.41 |
| Hex | D1 | 2 | C5 | 0 | 63 | 6 | 12 | 12F | 62 | 29 |
| Octal | 321 | 2 | 305 | 0 | 143 | 6 | 22 | 457 | 142 | 51 |
| Binary | 11010001 | 10 | 11000101 | 0 | 1100011 | 110 | 10010 | 100101111 | 1100010 | 101001 |
Color Harmonies of #D102C5
Complementary color
Monochromatic Colors of #D102C5
Black with #D102C5
Text Example
Text Example
White with #D102C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D102C5; }
p { color: rgb(209,2,197); }
H1.HeaderClassName
{
color: #D102C5;
}
.AnyTagClassName
{
color: #D102C5;
}
</style>
background-color css
<style>
a { background-color: #D102C5; }
a { background-color: rgb(209,2,197); }
div.DivClassName
{
background-color: #D102C5;
}
.BgClassName
{
background-color: #D102C5;
}
</style>
border-color css
<style>
span { border-color: #D102C5; }
span { border-color: rgb(209,2,197); }
td.TdClassName
{
border-color: #D102C5;
}
.TagClassName
{
border-color: #D102C5;
}
</style>