Shades of Deep Magenta #D102CA
Tints of Deep Magenta #D102CA
RGB
CMYK
RGB Variations
Color information
#D102CA (or 0xD102CA) is known color: Deep Magenta. HEX triplet: D1, 02 and CA. RGB value is (209,2,202). Sum of RGB (Red+Green+Blue) = 209+2+202=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D102CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D102CA is #2EFD35. Grayscale: #565656. Windows color (decimal): -3079478 or 13238993. OLE color: 13238993.
HSL color Cylindrical-coordinate representation of color #D102CA: hue angle of 302.03º 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 #D102CA is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 202 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.18 |
| HSL | 302.03º | 0.98% | 0.41% | - |
| HSV(B) | 302.03º | 0.99% | 0.82% | - |
| XYZ | 36.98 | 17.86 | 57.38 | - |
| YUV | 86.69 | 193.08 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 202 | 0 | 0.99 | 0.03 | 0.18 | 302.03 | 0.98 | 0.41 |
| Hex | D1 | 2 | CA | 0 | 63 | 3 | 12 | 12E | 62 | 29 |
| Octal | 321 | 2 | 312 | 0 | 143 | 3 | 22 | 456 | 142 | 51 |
| Binary | 11010001 | 10 | 11001010 | 0 | 1100011 | 11 | 10010 | 100101110 | 1100010 | 101001 |
Color Harmonies of #D102CA
Complementary color
Monochromatic Colors of #D102CA
Black with #D102CA
Text Example
Text Example
White with #D102CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D102CA; }
p { color: rgb(209,2,202); }
H1.HeaderClassName
{
color: #D102CA;
}
.AnyTagClassName
{
color: #D102CA;
}
</style>
background-color css
<style>
a { background-color: #D102CA; }
a { background-color: rgb(209,2,202); }
div.DivClassName
{
background-color: #D102CA;
}
.BgClassName
{
background-color: #D102CA;
}
</style>
border-color css
<style>
span { border-color: #D102CA; }
span { border-color: rgb(209,2,202); }
td.TdClassName
{
border-color: #D102CA;
}
.TagClassName
{
border-color: #D102CA;
}
</style>