Shades of Deep Magenta #D010C4
Tints of Deep Magenta #D010C4
RGB
CMYK
RGB Variations
Color information
#D010C4 (or 0xD010C4) is known color: Deep Magenta. HEX triplet: D0, 10 and C4. RGB value is (208,16,196). Sum of RGB (Red+Green+Blue) = 208+16+196=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 196 (76.95% from 255 or 46.67% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D010C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D010C4 is #2FEF3B. Grayscale: #5D5D5D. Windows color (decimal): -3141436 or 12849360. OLE color: 12849360.
HSL color Cylindrical-coordinate representation of color #D010C4: hue angle of 303.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D010C4 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 196 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.18 |
| HSL | 303.75º | 0.86% | 0.44% | - |
| HSV(B) | 303.75º | 0.92% | 0.82% | - |
| XYZ | 36.16 | 17.77 | 53.75 | - |
| YUV | 93.93 | 185.61 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 196 | 0 | 0.92 | 0.06 | 0.18 | 303.75 | 0.86 | 0.44 |
| Hex | D0 | 10 | C4 | 0 | 5C | 6 | 12 | 130 | 56 | 2C |
| Octal | 320 | 20 | 304 | 0 | 134 | 6 | 22 | 460 | 126 | 54 |
| Binary | 11010000 | 10000 | 11000100 | 0 | 1011100 | 110 | 10010 | 100110000 | 1010110 | 101100 |
Color Harmonies of #D010C4
Complementary color
Monochromatic Colors of #D010C4
Black with #D010C4
Text Example
Text Example
White with #D010C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D010C4; }
p { color: rgb(208,16,196); }
H1.HeaderClassName
{
color: #D010C4;
}
.AnyTagClassName
{
color: #D010C4;
}
</style>
background-color css
<style>
a { background-color: #D010C4; }
a { background-color: rgb(208,16,196); }
div.DivClassName
{
background-color: #D010C4;
}
.BgClassName
{
background-color: #D010C4;
}
</style>
border-color css
<style>
span { border-color: #D010C4; }
span { border-color: rgb(208,16,196); }
td.TdClassName
{
border-color: #D010C4;
}
.TagClassName
{
border-color: #D010C4;
}
</style>