Shades of Deep Magenta #D70BCF
Tints of Deep Magenta #D70BCF
RGB
CMYK
RGB Variations
Color information
#D70BCF (or 0xD70BCF) is known color: Deep Magenta. HEX triplet: D7, 0B and CF. RGB value is (215,11,207). Sum of RGB (Red+Green+Blue) = 215+11+207=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D70BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70BCF is #28F430. Grayscale: #5D5D5D. Windows color (decimal): -2683953 or 13568983. OLE color: 13568983.
HSL color Cylindrical-coordinate representation of color #D70BCF: hue angle of 302.35º degrees, saturation: 0.9, 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 #D70BCF is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 207 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.16 |
| HSL | 302.35º | 0.9% | 0.44% | - |
| HSV(B) | 302.35º | 0.95% | 0.84% | - |
| XYZ | 39.41 | 19.19 | 60.66 | - |
| YUV | 94.34 | 191.59 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 207 | 0 | 0.95 | 0.04 | 0.16 | 302.35 | 0.9 | 0.44 |
| Hex | D7 | B | CF | 0 | 5F | 4 | 10 | 12E | 5A | 2C |
| Octal | 327 | 13 | 317 | 0 | 137 | 4 | 20 | 456 | 132 | 54 |
| Binary | 11010111 | 1011 | 11001111 | 0 | 1011111 | 100 | 10000 | 100101110 | 1011010 | 101100 |
Color Harmonies of #D70BCF
Complementary color
Monochromatic Colors of #D70BCF
Black with #D70BCF
Text Example
Text Example
White with #D70BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70BCF; }
p { color: rgb(215,11,207); }
H1.HeaderClassName
{
color: #D70BCF;
}
.AnyTagClassName
{
color: #D70BCF;
}
</style>
background-color css
<style>
a { background-color: #D70BCF; }
a { background-color: rgb(215,11,207); }
div.DivClassName
{
background-color: #D70BCF;
}
.BgClassName
{
background-color: #D70BCF;
}
</style>
border-color css
<style>
span { border-color: #D70BCF; }
span { border-color: rgb(215,11,207); }
td.TdClassName
{
border-color: #D70BCF;
}
.TagClassName
{
border-color: #D70BCF;
}
</style>