Shades of Deep Magenta #D21BBE
Tints of Deep Magenta #D21BBE
RGB
CMYK
RGB Variations
Color information
#D21BBE (or 0xD21BBE) is known color: Deep Magenta. HEX triplet: D2, 1B and BE. RGB value is (210,27,190). Sum of RGB (Red+Green+Blue) = 210+27+190=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21BBE is #2DE441. Grayscale: #636363. Windows color (decimal): -3007554 or 12458962. OLE color: 12458962.
HSL color Cylindrical-coordinate representation of color #D21BBE: hue angle of 306.56º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21BBE is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 190 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.18 |
| HSL | 306.56º | 0.77% | 0.46% | - |
| HSV(B) | 306.56º | 0.87% | 0.82% | - |
| XYZ | 36.26 | 18.2 | 50.32 | - |
| YUV | 100.3 | 178.63 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 190 | 0 | 0.87 | 0.10 | 0.18 | 306.56 | 0.77 | 0.46 |
| Hex | D2 | 1B | BE | 0 | 57 | A | 12 | 133 | 4D | 2E |
| Octal | 322 | 33 | 276 | 0 | 127 | 12 | 22 | 463 | 115 | 56 |
| Binary | 11010010 | 11011 | 10111110 | 0 | 1010111 | 1010 | 10010 | 100110011 | 1001101 | 101110 |
Color Harmonies of #D21BBE
Complementary color
Monochromatic Colors of #D21BBE
Black with #D21BBE
Text Example
Text Example
White with #D21BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BBE; }
p { color: rgb(210,27,190); }
H1.HeaderClassName
{
color: #D21BBE;
}
.AnyTagClassName
{
color: #D21BBE;
}
</style>
background-color css
<style>
a { background-color: #D21BBE; }
a { background-color: rgb(210,27,190); }
div.DivClassName
{
background-color: #D21BBE;
}
.BgClassName
{
background-color: #D21BBE;
}
</style>
border-color css
<style>
span { border-color: #D21BBE; }
span { border-color: rgb(210,27,190); }
td.TdClassName
{
border-color: #D21BBE;
}
.TagClassName
{
border-color: #D21BBE;
}
</style>