Shades of Deep Magenta #D103C2
Tints of Deep Magenta #D103C2
RGB
CMYK
RGB Variations
Color information
#D103C2 (or 0xD103C2) is known color: Deep Magenta. HEX triplet: D1, 03 and C2. RGB value is (209,3,194). Sum of RGB (Red+Green+Blue) = 209+3+194=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D103C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D103C2 is #2EFC3D. Grayscale: #555555. Windows color (decimal): -3079230 or 12714961. OLE color: 12714961.
HSL color Cylindrical-coordinate representation of color #D103C2: hue angle of 304.37º 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 #D103C2 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 194 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.18 |
| HSL | 304.37º | 0.97% | 0.42% | - |
| HSV(B) | 304.37º | 0.99% | 0.82% | - |
| XYZ | 36.06 | 17.52 | 52.52 | - |
| YUV | 86.37 | 188.75 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 194 | 0 | 0.99 | 0.07 | 0.18 | 304.37 | 0.97 | 0.42 |
| Hex | D1 | 3 | C2 | 0 | 63 | 7 | 12 | 130 | 61 | 2A |
| Octal | 321 | 3 | 302 | 0 | 143 | 7 | 22 | 460 | 141 | 52 |
| Binary | 11010001 | 11 | 11000010 | 0 | 1100011 | 111 | 10010 | 100110000 | 1100001 | 101010 |
Color Harmonies of #D103C2
Complementary color
Monochromatic Colors of #D103C2
Black with #D103C2
Text Example
Text Example
White with #D103C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103C2; }
p { color: rgb(209,3,194); }
H1.HeaderClassName
{
color: #D103C2;
}
.AnyTagClassName
{
color: #D103C2;
}
</style>
background-color css
<style>
a { background-color: #D103C2; }
a { background-color: rgb(209,3,194); }
div.DivClassName
{
background-color: #D103C2;
}
.BgClassName
{
background-color: #D103C2;
}
</style>
border-color css
<style>
span { border-color: #D103C2; }
span { border-color: rgb(209,3,194); }
td.TdClassName
{
border-color: #D103C2;
}
.TagClassName
{
border-color: #D103C2;
}
</style>