Shades of Deep Magenta #D20BBE
Tints of Deep Magenta #D20BBE
RGB
CMYK
RGB Variations
Color information
#D20BBE (or 0xD20BBE) is known color: Deep Magenta. HEX triplet: D2, 0B and BE. RGB value is (210,11,190). Sum of RGB (Red+Green+Blue) = 210+11+190=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D20BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20BBE is #2DF441. Grayscale: #5A5A5A. Windows color (decimal): -3011650 or 12454866. OLE color: 12454866.
HSL color Cylindrical-coordinate representation of color #D20BBE: hue angle of 306.03º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20BBE is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 11 | 190 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.18 |
| HSL | 306.03º | 0.9% | 0.43% | - |
| HSV(B) | 306.03º | 0.95% | 0.82% | - |
| XYZ | 35.99 | 17.66 | 50.23 | - |
| YUV | 90.91 | 183.93 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 11 | 190 | 0 | 0.95 | 0.10 | 0.18 | 306.03 | 0.9 | 0.43 |
| Hex | D2 | B | BE | 0 | 5F | A | 12 | 132 | 5A | 2B |
| Octal | 322 | 13 | 276 | 0 | 137 | 12 | 22 | 462 | 132 | 53 |
| Binary | 11010010 | 1011 | 10111110 | 0 | 1011111 | 1010 | 10010 | 100110010 | 1011010 | 101011 |
Color Harmonies of #D20BBE
Complementary color
Monochromatic Colors of #D20BBE
Black with #D20BBE
Text Example
Text Example
White with #D20BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20BBE; }
p { color: rgb(210,11,190); }
H1.HeaderClassName
{
color: #D20BBE;
}
.AnyTagClassName
{
color: #D20BBE;
}
</style>
background-color css
<style>
a { background-color: #D20BBE; }
a { background-color: rgb(210,11,190); }
div.DivClassName
{
background-color: #D20BBE;
}
.BgClassName
{
background-color: #D20BBE;
}
</style>
border-color css
<style>
span { border-color: #D20BBE; }
span { border-color: rgb(210,11,190); }
td.TdClassName
{
border-color: #D20BBE;
}
.TagClassName
{
border-color: #D20BBE;
}
</style>