Shades of Deep Magenta #D10ACB
Tints of Deep Magenta #D10ACB
RGB
CMYK
RGB Variations
Color information
#D10ACB (or 0xD10ACB) is known color: Deep Magenta. HEX triplet: D1, 0A and CB. RGB value is (209,10,203). Sum of RGB (Red+Green+Blue) = 209+10+203=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D10ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10ACB is #2EF534. Grayscale: #5A5A5A. Windows color (decimal): -3077429 or 13306577. OLE color: 13306577.
HSL color Cylindrical-coordinate representation of color #D10ACB: hue angle of 301.81º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10ACB is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 203 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.18 |
| HSL | 301.81º | 0.91% | 0.43% | - |
| HSV(B) | 301.81º | 0.95% | 0.82% | - |
| XYZ | 37.18 | 18.08 | 58.03 | - |
| YUV | 91.5 | 190.93 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 203 | 0 | 0.95 | 0.03 | 0.18 | 301.81 | 0.91 | 0.43 |
| Hex | D1 | A | CB | 0 | 5F | 3 | 12 | 12E | 5B | 2B |
| Octal | 321 | 12 | 313 | 0 | 137 | 3 | 22 | 456 | 133 | 53 |
| Binary | 11010001 | 1010 | 11001011 | 0 | 1011111 | 11 | 10010 | 100101110 | 1011011 | 101011 |
Color Harmonies of #D10ACB
Complementary color
Monochromatic Colors of #D10ACB
Black with #D10ACB
Text Example
Text Example
White with #D10ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10ACB; }
p { color: rgb(209,10,203); }
H1.HeaderClassName
{
color: #D10ACB;
}
.AnyTagClassName
{
color: #D10ACB;
}
</style>
background-color css
<style>
a { background-color: #D10ACB; }
a { background-color: rgb(209,10,203); }
div.DivClassName
{
background-color: #D10ACB;
}
.BgClassName
{
background-color: #D10ACB;
}
</style>
border-color css
<style>
span { border-color: #D10ACB; }
span { border-color: rgb(209,10,203); }
td.TdClassName
{
border-color: #D10ACB;
}
.TagClassName
{
border-color: #D10ACB;
}
</style>