Shades of Deep Magenta #D70FCB
Tints of Deep Magenta #D70FCB
RGB
CMYK
RGB Variations
Color information
#D70FCB (or 0xD70FCB) is known color: Deep Magenta. HEX triplet: D7, 0F and CB. RGB value is (215,15,203). Sum of RGB (Red+Green+Blue) = 215+15+203=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FCB is #28F034. Grayscale: #5F5F5F. Windows color (decimal): -2682933 or 13307863. OLE color: 13307863.
HSL color Cylindrical-coordinate representation of color #D70FCB: hue angle of 303.6º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70FCB is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 203 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.16 |
| HSL | 303.6º | 0.87% | 0.45% | - |
| HSV(B) | 303.6º | 0.93% | 0.84% | - |
| XYZ | 38.97 | 19.1 | 58.13 | - |
| YUV | 96.23 | 188.26 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 203 | 0 | 0.93 | 0.06 | 0.16 | 303.6 | 0.87 | 0.45 |
| Hex | D7 | F | CB | 0 | 5D | 6 | 10 | 130 | 57 | 2D |
| Octal | 327 | 17 | 313 | 0 | 135 | 6 | 20 | 460 | 127 | 55 |
| Binary | 11010111 | 1111 | 11001011 | 0 | 1011101 | 110 | 10000 | 100110000 | 1010111 | 101101 |
Color Harmonies of #D70FCB
Complementary color
Monochromatic Colors of #D70FCB
Black with #D70FCB
Text Example
Text Example
White with #D70FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70FCB; }
p { color: rgb(215,15,203); }
H1.HeaderClassName
{
color: #D70FCB;
}
.AnyTagClassName
{
color: #D70FCB;
}
</style>
background-color css
<style>
a { background-color: #D70FCB; }
a { background-color: rgb(215,15,203); }
div.DivClassName
{
background-color: #D70FCB;
}
.BgClassName
{
background-color: #D70FCB;
}
</style>
border-color css
<style>
span { border-color: #D70FCB; }
span { border-color: rgb(215,15,203); }
td.TdClassName
{
border-color: #D70FCB;
}
.TagClassName
{
border-color: #D70FCB;
}
</style>