Shades of Deep Magenta #D103DA
Tints of Deep Magenta #D103DA
RGB
CMYK
RGB Variations
Color information
#D103DA (or 0xD103DA) is known color: Deep Magenta. HEX triplet: D1, 03 and DA. RGB value is (209,3,218). Sum of RGB (Red+Green+Blue) = 209+3+218=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #D103DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D103DA is #2EFC25. Grayscale: #585858. Windows color (decimal): -3079206 or 14287825. OLE color: 14287825.
HSL color Cylindrical-coordinate representation of color #D103DA: hue angle of 297.49º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D103DA is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 3 | 218 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.15 |
| HSL | 297.49º | 0.97% | 0.43% | - |
| HSV(B) | 297.49º | 0.99% | 0.85% | - |
| XYZ | 38.98 | 18.68 | 67.88 | - |
| YUV | 89.1 | 200.75 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 218 | 0.04 | 0.99 | 0 | 0.15 | 297.49 | 0.97 | 0.43 |
| Hex | D1 | 3 | DA | 4 | 63 | 0 | F | 129 | 61 | 2B |
| Octal | 321 | 3 | 332 | 4 | 143 | 0 | 17 | 451 | 141 | 53 |
| Binary | 11010001 | 11 | 11011010 | 100 | 1100011 | 0 | 1111 | 100101001 | 1100001 | 101011 |
Color Harmonies of #D103DA
Complementary color
Monochromatic Colors of #D103DA
Black with #D103DA
Text Example
Text Example
White with #D103DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103DA; }
p { color: rgb(209,3,218); }
H1.HeaderClassName
{
color: #D103DA;
}
.AnyTagClassName
{
color: #D103DA;
}
</style>
background-color css
<style>
a { background-color: #D103DA; }
a { background-color: rgb(209,3,218); }
div.DivClassName
{
background-color: #D103DA;
}
.BgClassName
{
background-color: #D103DA;
}
</style>
border-color css
<style>
span { border-color: #D103DA; }
span { border-color: rgb(209,3,218); }
td.TdClassName
{
border-color: #D103DA;
}
.TagClassName
{
border-color: #D103DA;
}
</style>