Shades of Deep Magenta #D70ACB
Tints of Deep Magenta #D70ACB
RGB
CMYK
RGB Variations
Color information
#D70ACB (or 0xD70ACB) is known color: Deep Magenta. HEX triplet: D7, 0A and CB. RGB value is (215,10,203). Sum of RGB (Red+Green+Blue) = 215+10+203=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D70ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70ACB is #28F534. Grayscale: #5C5C5C. Windows color (decimal): -2684213 or 13306583. OLE color: 13306583.
HSL color Cylindrical-coordinate representation of color #D70ACB: hue angle of 303.51º 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 #D70ACB is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 203 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.16 |
| HSL | 303.51º | 0.91% | 0.44% | - |
| HSV(B) | 303.51º | 0.95% | 0.84% | - |
| XYZ | 38.91 | 18.98 | 58.11 | - |
| YUV | 93.3 | 189.92 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 203 | 0 | 0.95 | 0.06 | 0.16 | 303.51 | 0.91 | 0.44 |
| Hex | D7 | A | CB | 0 | 5F | 6 | 10 | 130 | 5B | 2C |
| Octal | 327 | 12 | 313 | 0 | 137 | 6 | 20 | 460 | 133 | 54 |
| Binary | 11010111 | 1010 | 11001011 | 0 | 1011111 | 110 | 10000 | 100110000 | 1011011 | 101100 |
Color Harmonies of #D70ACB
Complementary color
Monochromatic Colors of #D70ACB
Black with #D70ACB
Text Example
Text Example
White with #D70ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70ACB; }
p { color: rgb(215,10,203); }
H1.HeaderClassName
{
color: #D70ACB;
}
.AnyTagClassName
{
color: #D70ACB;
}
</style>
background-color css
<style>
a { background-color: #D70ACB; }
a { background-color: rgb(215,10,203); }
div.DivClassName
{
background-color: #D70ACB;
}
.BgClassName
{
background-color: #D70ACB;
}
</style>
border-color css
<style>
span { border-color: #D70ACB; }
span { border-color: rgb(215,10,203); }
td.TdClassName
{
border-color: #D70ACB;
}
.TagClassName
{
border-color: #D70ACB;
}
</style>