Shades of Deep Magenta #D50BBC
Tints of Deep Magenta #D50BBC
RGB
CMYK
RGB Variations
Color information
#D50BBC (or 0xD50BBC) is known color: Deep Magenta. HEX triplet: D5, 0B and BC. RGB value is (213,11,188). Sum of RGB (Red+Green+Blue) = 213+11+188=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D50BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50BBC is #2AF443. Grayscale: #5B5B5B. Windows color (decimal): -2815044 or 12323797. OLE color: 12323797.
HSL color Cylindrical-coordinate representation of color #D50BBC: hue angle of 307.43º 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 #D50BBC is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 188 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.16 |
| HSL | 307.43º | 0.9% | 0.44% | - |
| HSV(B) | 307.43º | 0.95% | 0.84% | - |
| XYZ | 36.64 | 18.02 | 49.12 | - |
| YUV | 91.58 | 182.42 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 188 | 0 | 0.95 | 0.12 | 0.16 | 307.43 | 0.9 | 0.44 |
| Hex | D5 | B | BC | 0 | 5F | C | 10 | 133 | 5A | 2C |
| Octal | 325 | 13 | 274 | 0 | 137 | 14 | 20 | 463 | 132 | 54 |
| Binary | 11010101 | 1011 | 10111100 | 0 | 1011111 | 1100 | 10000 | 100110011 | 1011010 | 101100 |
Color Harmonies of #D50BBC
Complementary color
Monochromatic Colors of #D50BBC
Black with #D50BBC
Text Example
Text Example
White with #D50BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50BBC; }
p { color: rgb(213,11,188); }
H1.HeaderClassName
{
color: #D50BBC;
}
.AnyTagClassName
{
color: #D50BBC;
}
</style>
background-color css
<style>
a { background-color: #D50BBC; }
a { background-color: rgb(213,11,188); }
div.DivClassName
{
background-color: #D50BBC;
}
.BgClassName
{
background-color: #D50BBC;
}
</style>
border-color css
<style>
span { border-color: #D50BBC; }
span { border-color: rgb(213,11,188); }
td.TdClassName
{
border-color: #D50BBC;
}
.TagClassName
{
border-color: #D50BBC;
}
</style>