Shades of Deep Magenta #D70BBD
Tints of Deep Magenta #D70BBD
RGB
CMYK
RGB Variations
Color information
#D70BBD (or 0xD70BBD) is known color: Deep Magenta. HEX triplet: D7, 0B and BD. RGB value is (215,11,189). Sum of RGB (Red+Green+Blue) = 215+11+189=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D70BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70BBD is #28F442. Grayscale: #5B5B5B. Windows color (decimal): -2683971 or 12389335. OLE color: 12389335.
HSL color Cylindrical-coordinate representation of color #D70BBD: hue angle of 307.65º 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 #D70BBD is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 189 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.16 |
| HSL | 307.65º | 0.9% | 0.44% | - |
| HSV(B) | 307.65º | 0.95% | 0.84% | - |
| XYZ | 37.33 | 18.36 | 49.72 | - |
| YUV | 92.29 | 182.59 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 189 | 0 | 0.95 | 0.12 | 0.16 | 307.65 | 0.9 | 0.44 |
| Hex | D7 | B | BD | 0 | 5F | C | 10 | 134 | 5A | 2C |
| Octal | 327 | 13 | 275 | 0 | 137 | 14 | 20 | 464 | 132 | 54 |
| Binary | 11010111 | 1011 | 10111101 | 0 | 1011111 | 1100 | 10000 | 100110100 | 1011010 | 101100 |
Color Harmonies of #D70BBD
Complementary color
Monochromatic Colors of #D70BBD
Black with #D70BBD
Text Example
Text Example
White with #D70BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70BBD; }
p { color: rgb(215,11,189); }
H1.HeaderClassName
{
color: #D70BBD;
}
.AnyTagClassName
{
color: #D70BBD;
}
</style>
background-color css
<style>
a { background-color: #D70BBD; }
a { background-color: rgb(215,11,189); }
div.DivClassName
{
background-color: #D70BBD;
}
.BgClassName
{
background-color: #D70BBD;
}
</style>
border-color css
<style>
span { border-color: #D70BBD; }
span { border-color: rgb(215,11,189); }
td.TdClassName
{
border-color: #D70BBD;
}
.TagClassName
{
border-color: #D70BBD;
}
</style>