Shades of Deep Magenta #D10FCE
Tints of Deep Magenta #D10FCE
RGB
CMYK
RGB Variations
Color information
#D10FCE (or 0xD10FCE) is known color: Deep Magenta. HEX triplet: D1, 0F and CE. RGB value is (209,15,206). Sum of RGB (Red+Green+Blue) = 209+15+206=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D10FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10FCE is #2EF031. Grayscale: #5E5E5E. Windows color (decimal): -3076146 or 13504465. OLE color: 13504465.
HSL color Cylindrical-coordinate representation of color #D10FCE: hue angle of 300.93º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10FCE is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 206 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.18 |
| HSL | 300.93º | 0.87% | 0.44% | - |
| HSV(B) | 300.93º | 0.93% | 0.82% | - |
| XYZ | 37.61 | 18.35 | 59.95 | - |
| YUV | 94.78 | 190.77 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 206 | 0 | 0.93 | 0.01 | 0.18 | 300.93 | 0.87 | 0.44 |
| Hex | D1 | F | CE | 0 | 5D | 1 | 12 | 12D | 57 | 2C |
| Octal | 321 | 17 | 316 | 0 | 135 | 1 | 22 | 455 | 127 | 54 |
| Binary | 11010001 | 1111 | 11001110 | 0 | 1011101 | 1 | 10010 | 100101101 | 1010111 | 101100 |
Color Harmonies of #D10FCE
Complementary color
Monochromatic Colors of #D10FCE
Black with #D10FCE
Text Example
Text Example
White with #D10FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10FCE; }
p { color: rgb(209,15,206); }
H1.HeaderClassName
{
color: #D10FCE;
}
.AnyTagClassName
{
color: #D10FCE;
}
</style>
background-color css
<style>
a { background-color: #D10FCE; }
a { background-color: rgb(209,15,206); }
div.DivClassName
{
background-color: #D10FCE;
}
.BgClassName
{
background-color: #D10FCE;
}
</style>
border-color css
<style>
span { border-color: #D10FCE; }
span { border-color: rgb(209,15,206); }
td.TdClassName
{
border-color: #D10FCE;
}
.TagClassName
{
border-color: #D10FCE;
}
</style>