Shades of Deep Magenta #D103C6
Tints of Deep Magenta #D103C6
RGB
CMYK
RGB Variations
Color information
#D103C6 (or 0xD103C6) is known color: Deep Magenta. HEX triplet: D1, 03 and C6. RGB value is (209,3,198). Sum of RGB (Red+Green+Blue) = 209+3+198=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D103C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D103C6 is #2EFC39. Grayscale: #565656. Windows color (decimal): -3079226 or 12977105. OLE color: 12977105.
HSL color Cylindrical-coordinate representation of color #D103C6: hue angle of 303.2º 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 #D103C6 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 198 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.18 |
| HSL | 303.2º | 0.97% | 0.42% | - |
| HSV(B) | 303.2º | 0.99% | 0.82% | - |
| XYZ | 36.52 | 17.7 | 54.92 | - |
| YUV | 86.82 | 190.75 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 198 | 0 | 0.99 | 0.05 | 0.18 | 303.2 | 0.97 | 0.42 |
| Hex | D1 | 3 | C6 | 0 | 63 | 5 | 12 | 12F | 61 | 2A |
| Octal | 321 | 3 | 306 | 0 | 143 | 5 | 22 | 457 | 141 | 52 |
| Binary | 11010001 | 11 | 11000110 | 0 | 1100011 | 101 | 10010 | 100101111 | 1100001 | 101010 |
Color Harmonies of #D103C6
Complementary color
Monochromatic Colors of #D103C6
Black with #D103C6
Text Example
Text Example
White with #D103C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103C6; }
p { color: rgb(209,3,198); }
H1.HeaderClassName
{
color: #D103C6;
}
.AnyTagClassName
{
color: #D103C6;
}
</style>
background-color css
<style>
a { background-color: #D103C6; }
a { background-color: rgb(209,3,198); }
div.DivClassName
{
background-color: #D103C6;
}
.BgClassName
{
background-color: #D103C6;
}
</style>
border-color css
<style>
span { border-color: #D103C6; }
span { border-color: rgb(209,3,198); }
td.TdClassName
{
border-color: #D103C6;
}
.TagClassName
{
border-color: #D103C6;
}
</style>