Shades of Deep Magenta #D20BBF
Tints of Deep Magenta #D20BBF
RGB
CMYK
RGB Variations
Color information
#D20BBF (or 0xD20BBF) is known color: Deep Magenta. HEX triplet: D2, 0B and BF. RGB value is (210,11,191). Sum of RGB (Red+Green+Blue) = 210+11+191=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D20BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20BBF is #2DF440. Grayscale: #5A5A5A. Windows color (decimal): -3011649 or 12520402. OLE color: 12520402.
HSL color Cylindrical-coordinate representation of color #D20BBF: hue angle of 305.73º 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 #D20BBF is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 11 | 191 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.18 |
| HSL | 305.73º | 0.9% | 0.43% | - |
| HSV(B) | 305.73º | 0.95% | 0.82% | - |
| XYZ | 36.1 | 17.7 | 50.8 | - |
| YUV | 91.02 | 184.43 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 11 | 191 | 0 | 0.95 | 0.09 | 0.18 | 305.73 | 0.9 | 0.43 |
| Hex | D2 | B | BF | 0 | 5F | 9 | 12 | 132 | 5A | 2B |
| Octal | 322 | 13 | 277 | 0 | 137 | 11 | 22 | 462 | 132 | 53 |
| Binary | 11010010 | 1011 | 10111111 | 0 | 1011111 | 1001 | 10010 | 100110010 | 1011010 | 101011 |
Color Harmonies of #D20BBF
Complementary color
Monochromatic Colors of #D20BBF
Black with #D20BBF
Text Example
Text Example
White with #D20BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20BBF; }
p { color: rgb(210,11,191); }
H1.HeaderClassName
{
color: #D20BBF;
}
.AnyTagClassName
{
color: #D20BBF;
}
</style>
background-color css
<style>
a { background-color: #D20BBF; }
a { background-color: rgb(210,11,191); }
div.DivClassName
{
background-color: #D20BBF;
}
.BgClassName
{
background-color: #D20BBF;
}
</style>
border-color css
<style>
span { border-color: #D20BBF; }
span { border-color: rgb(210,11,191); }
td.TdClassName
{
border-color: #D20BBF;
}
.TagClassName
{
border-color: #D20BBF;
}
</style>