Shades of Deep Magenta #D10DC4
Tints of Deep Magenta #D10DC4
RGB
CMYK
RGB Variations
Color information
#D10DC4 (or 0xD10DC4) is known color: Deep Magenta. HEX triplet: D1, 0D and C4. RGB value is (209,13,196). Sum of RGB (Red+Green+Blue) = 209+13+196=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D10DC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10DC4 is #2EF23B. Grayscale: #5B5B5B. Windows color (decimal): -3076668 or 12848593. OLE color: 12848593.
HSL color Cylindrical-coordinate representation of color #D10DC4: hue angle of 303.98º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10DC4 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 196 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.18 |
| HSL | 303.98º | 0.88% | 0.44% | - |
| HSV(B) | 303.98º | 0.94% | 0.82% | - |
| XYZ | 36.4 | 17.83 | 53.75 | - |
| YUV | 92.47 | 186.43 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 196 | 0 | 0.94 | 0.06 | 0.18 | 303.98 | 0.88 | 0.44 |
| Hex | D1 | D | C4 | 0 | 5E | 6 | 12 | 130 | 58 | 2C |
| Octal | 321 | 15 | 304 | 0 | 136 | 6 | 22 | 460 | 130 | 54 |
| Binary | 11010001 | 1101 | 11000100 | 0 | 1011110 | 110 | 10010 | 100110000 | 1011000 | 101100 |
Color Harmonies of #D10DC4
Complementary color
Monochromatic Colors of #D10DC4
Black with #D10DC4
Text Example
Text Example
White with #D10DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10DC4; }
p { color: rgb(209,13,196); }
H1.HeaderClassName
{
color: #D10DC4;
}
.AnyTagClassName
{
color: #D10DC4;
}
</style>
background-color css
<style>
a { background-color: #D10DC4; }
a { background-color: rgb(209,13,196); }
div.DivClassName
{
background-color: #D10DC4;
}
.BgClassName
{
background-color: #D10DC4;
}
</style>
border-color css
<style>
span { border-color: #D10DC4; }
span { border-color: rgb(209,13,196); }
td.TdClassName
{
border-color: #D10DC4;
}
.TagClassName
{
border-color: #D10DC4;
}
</style>