Shades of Deep Magenta #D70BBF
Tints of Deep Magenta #D70BBF
RGB
CMYK
RGB Variations
Color information
#D70BBF (or 0xD70BBF) is known color: Deep Magenta. HEX triplet: D7, 0B and BF. RGB value is (215,11,191). Sum of RGB (Red+Green+Blue) = 215+11+191=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D70BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70BBF is #28F440. Grayscale: #5C5C5C. Windows color (decimal): -2683969 or 12520407. OLE color: 12520407.
HSL color Cylindrical-coordinate representation of color #D70BBF: hue angle of 307.06º 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 #D70BBF is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 191 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.16 |
| HSL | 307.06º | 0.9% | 0.44% | - |
| HSV(B) | 307.06º | 0.95% | 0.84% | - |
| XYZ | 37.55 | 18.45 | 50.87 | - |
| YUV | 92.52 | 183.59 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 191 | 0 | 0.95 | 0.11 | 0.16 | 307.06 | 0.9 | 0.44 |
| Hex | D7 | B | BF | 0 | 5F | B | 10 | 133 | 5A | 2C |
| Octal | 327 | 13 | 277 | 0 | 137 | 13 | 20 | 463 | 132 | 54 |
| Binary | 11010111 | 1011 | 10111111 | 0 | 1011111 | 1011 | 10000 | 100110011 | 1011010 | 101100 |
Color Harmonies of #D70BBF
Complementary color
Monochromatic Colors of #D70BBF
Black with #D70BBF
Text Example
Text Example
White with #D70BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70BBF; }
p { color: rgb(215,11,191); }
H1.HeaderClassName
{
color: #D70BBF;
}
.AnyTagClassName
{
color: #D70BBF;
}
</style>
background-color css
<style>
a { background-color: #D70BBF; }
a { background-color: rgb(215,11,191); }
div.DivClassName
{
background-color: #D70BBF;
}
.BgClassName
{
background-color: #D70BBF;
}
</style>
border-color css
<style>
span { border-color: #D70BBF; }
span { border-color: rgb(215,11,191); }
td.TdClassName
{
border-color: #D70BBF;
}
.TagClassName
{
border-color: #D70BBF;
}
</style>