Shades of Deep Magenta #D50ACB
Tints of Deep Magenta #D50ACB
RGB
CMYK
RGB Variations
Color information
#D50ACB (or 0xD50ACB) is known color: Deep Magenta. HEX triplet: D5, 0A and CB. RGB value is (213,10,203). Sum of RGB (Red+Green+Blue) = 213+10+203=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D50ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50ACB is #2AF534. Grayscale: #5C5C5C. Windows color (decimal): -2815285 or 13306581. OLE color: 13306581.
HSL color Cylindrical-coordinate representation of color #D50ACB: hue angle of 302.96º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50ACB is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 10 | 203 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.16 |
| HSL | 302.96º | 0.91% | 0.44% | - |
| HSV(B) | 302.96º | 0.95% | 0.84% | - |
| XYZ | 38.33 | 18.68 | 58.08 | - |
| YUV | 92.7 | 190.25 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 203 | 0 | 0.95 | 0.05 | 0.16 | 302.96 | 0.91 | 0.44 |
| Hex | D5 | A | CB | 0 | 5F | 5 | 10 | 12F | 5B | 2C |
| Octal | 325 | 12 | 313 | 0 | 137 | 5 | 20 | 457 | 133 | 54 |
| Binary | 11010101 | 1010 | 11001011 | 0 | 1011111 | 101 | 10000 | 100101111 | 1011011 | 101100 |
Color Harmonies of #D50ACB
Complementary color
Monochromatic Colors of #D50ACB
Black with #D50ACB
Text Example
Text Example
White with #D50ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50ACB; }
p { color: rgb(213,10,203); }
H1.HeaderClassName
{
color: #D50ACB;
}
.AnyTagClassName
{
color: #D50ACB;
}
</style>
background-color css
<style>
a { background-color: #D50ACB; }
a { background-color: rgb(213,10,203); }
div.DivClassName
{
background-color: #D50ACB;
}
.BgClassName
{
background-color: #D50ACB;
}
</style>
border-color css
<style>
span { border-color: #D50ACB; }
span { border-color: rgb(213,10,203); }
td.TdClassName
{
border-color: #D50ACB;
}
.TagClassName
{
border-color: #D50ACB;
}
</style>