Shades of Deep Magenta #D70BCB
Tints of Deep Magenta #D70BCB
RGB
CMYK
RGB Variations
Color information
#D70BCB (or 0xD70BCB) is known color: Deep Magenta. HEX triplet: D7, 0B and CB. RGB value is (215,11,203). Sum of RGB (Red+Green+Blue) = 215+11+203=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D70BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70BCB is #28F434. Grayscale: #5D5D5D. Windows color (decimal): -2683957 or 13306839. OLE color: 13306839.
HSL color Cylindrical-coordinate representation of color #D70BCB: hue angle of 303.53º 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 #D70BCB is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.16 |
| HSL | 303.53º | 0.9% | 0.44% | - |
| HSV(B) | 303.53º | 0.95% | 0.84% | - |
| XYZ | 38.92 | 19 | 58.12 | - |
| YUV | 93.88 | 189.59 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 203 | 0 | 0.95 | 0.06 | 0.16 | 303.53 | 0.9 | 0.44 |
| Hex | D7 | B | CB | 0 | 5F | 6 | 10 | 130 | 5A | 2C |
| Octal | 327 | 13 | 313 | 0 | 137 | 6 | 20 | 460 | 132 | 54 |
| Binary | 11010111 | 1011 | 11001011 | 0 | 1011111 | 110 | 10000 | 100110000 | 1011010 | 101100 |
Color Harmonies of #D70BCB
Complementary color
Monochromatic Colors of #D70BCB
Black with #D70BCB
Text Example
Text Example
White with #D70BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70BCB; }
p { color: rgb(215,11,203); }
H1.HeaderClassName
{
color: #D70BCB;
}
.AnyTagClassName
{
color: #D70BCB;
}
</style>
background-color css
<style>
a { background-color: #D70BCB; }
a { background-color: rgb(215,11,203); }
div.DivClassName
{
background-color: #D70BCB;
}
.BgClassName
{
background-color: #D70BCB;
}
</style>
border-color css
<style>
span { border-color: #D70BCB; }
span { border-color: rgb(215,11,203); }
td.TdClassName
{
border-color: #D70BCB;
}
.TagClassName
{
border-color: #D70BCB;
}
</style>