Shades of Deep Magenta #D103CE
Tints of Deep Magenta #D103CE
RGB
CMYK
RGB Variations
Color information
#D103CE (or 0xD103CE) is known color: Deep Magenta. HEX triplet: D1, 03 and CE. RGB value is (209,3,206). Sum of RGB (Red+Green+Blue) = 209+3+206=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D103CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D103CE is #2EFC31. Grayscale: #575757. Windows color (decimal): -3079218 or 13501393. OLE color: 13501393.
HSL color Cylindrical-coordinate representation of color #D103CE: hue angle of 300.87º 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 #D103CE is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 206 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.18 |
| HSL | 300.87º | 0.97% | 0.42% | - |
| HSV(B) | 300.87º | 0.99% | 0.82% | - |
| XYZ | 37.47 | 18.08 | 59.91 | - |
| YUV | 87.74 | 194.75 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 206 | 0 | 0.99 | 0.01 | 0.18 | 300.87 | 0.97 | 0.42 |
| Hex | D1 | 3 | CE | 0 | 63 | 1 | 12 | 12D | 61 | 2A |
| Octal | 321 | 3 | 316 | 0 | 143 | 1 | 22 | 455 | 141 | 52 |
| Binary | 11010001 | 11 | 11001110 | 0 | 1100011 | 1 | 10010 | 100101101 | 1100001 | 101010 |
Color Harmonies of #D103CE
Complementary color
Monochromatic Colors of #D103CE
Black with #D103CE
Text Example
Text Example
White with #D103CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103CE; }
p { color: rgb(209,3,206); }
H1.HeaderClassName
{
color: #D103CE;
}
.AnyTagClassName
{
color: #D103CE;
}
</style>
background-color css
<style>
a { background-color: #D103CE; }
a { background-color: rgb(209,3,206); }
div.DivClassName
{
background-color: #D103CE;
}
.BgClassName
{
background-color: #D103CE;
}
</style>
border-color css
<style>
span { border-color: #D103CE; }
span { border-color: rgb(209,3,206); }
td.TdClassName
{
border-color: #D103CE;
}
.TagClassName
{
border-color: #D103CE;
}
</style>