Shades of Deep Magenta #D103DD
Tints of Deep Magenta #D103DD
RGB
CMYK
RGB Variations
Color information
#D103DD (or 0xD103DD) is known color: Deep Magenta. HEX triplet: D1, 03 and DD. RGB value is (209,3,221). Sum of RGB (Red+Green+Blue) = 209+3+221=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #D103DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D103DD is #2EFC22. Grayscale: #585858. Windows color (decimal): -3079203 or 14484433. OLE color: 14484433.
HSL color Cylindrical-coordinate representation of color #D103DD: hue angle of 296.7º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D103DD is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 3 | 221 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.13 |
| HSL | 296.7º | 0.97% | 0.44% | - |
| HSV(B) | 296.7º | 0.99% | 0.87% | - |
| XYZ | 39.38 | 18.84 | 69.97 | - |
| YUV | 89.45 | 202.25 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 221 | 0.05 | 0.99 | 0 | 0.13 | 296.7 | 0.97 | 0.44 |
| Hex | D1 | 3 | DD | 5 | 63 | 0 | D | 129 | 61 | 2C |
| Octal | 321 | 3 | 335 | 5 | 143 | 0 | 15 | 451 | 141 | 54 |
| Binary | 11010001 | 11 | 11011101 | 101 | 1100011 | 0 | 1101 | 100101001 | 1100001 | 101100 |
Color Harmonies of #D103DD
Complementary color
Monochromatic Colors of #D103DD
Black with #D103DD
Text Example
Text Example
White with #D103DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103DD; }
p { color: rgb(209,3,221); }
H1.HeaderClassName
{
color: #D103DD;
}
.AnyTagClassName
{
color: #D103DD;
}
</style>
background-color css
<style>
a { background-color: #D103DD; }
a { background-color: rgb(209,3,221); }
div.DivClassName
{
background-color: #D103DD;
}
.BgClassName
{
background-color: #D103DD;
}
</style>
border-color css
<style>
span { border-color: #D103DD; }
span { border-color: rgb(209,3,221); }
td.TdClassName
{
border-color: #D103DD;
}
.TagClassName
{
border-color: #D103DD;
}
</style>