Shades of Deep Magenta #D103CA
Tints of Deep Magenta #D103CA
RGB
CMYK
RGB Variations
Color information
#D103CA (or 0xD103CA) is known color: Deep Magenta. HEX triplet: D1, 03 and CA. RGB value is (209,3,202). Sum of RGB (Red+Green+Blue) = 209+3+202=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 3 (1.56% from 255 or 0.72% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D103CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D103CA is #2EFC35. Grayscale: #565656. Windows color (decimal): -3079222 or 13239249. OLE color: 13239249.
HSL color Cylindrical-coordinate representation of color #D103CA: hue angle of 302.04º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D103CA is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 202 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.18 |
| HSL | 302.04º | 0.97% | 0.42% | - |
| HSV(B) | 302.04º | 0.99% | 0.82% | - |
| XYZ | 36.99 | 17.88 | 57.38 | - |
| YUV | 87.28 | 192.75 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 202 | 0 | 0.99 | 0.03 | 0.18 | 302.04 | 0.97 | 0.42 |
| Hex | D1 | 3 | CA | 0 | 63 | 3 | 12 | 12E | 61 | 2A |
| Octal | 321 | 3 | 312 | 0 | 143 | 3 | 22 | 456 | 141 | 52 |
| Binary | 11010001 | 11 | 11001010 | 0 | 1100011 | 11 | 10010 | 100101110 | 1100001 | 101010 |
Color Harmonies of #D103CA
Complementary color
Monochromatic Colors of #D103CA
Black with #D103CA
Text Example
Text Example
White with #D103CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103CA; }
p { color: rgb(209,3,202); }
H1.HeaderClassName
{
color: #D103CA;
}
.AnyTagClassName
{
color: #D103CA;
}
</style>
background-color css
<style>
a { background-color: #D103CA; }
a { background-color: rgb(209,3,202); }
div.DivClassName
{
background-color: #D103CA;
}
.BgClassName
{
background-color: #D103CA;
}
</style>
border-color css
<style>
span { border-color: #D103CA; }
span { border-color: rgb(209,3,202); }
td.TdClassName
{
border-color: #D103CA;
}
.TagClassName
{
border-color: #D103CA;
}
</style>