Shades of Deep Magenta #D21BE5
Tints of Deep Magenta #D21BE5
RGB
CMYK
RGB Variations
Color information
#D21BE5 (or 0xD21BE5) is known color: Deep Magenta. HEX triplet: D2, 1B and E5. RGB value is (210,27,229). Sum of RGB (Red+Green+Blue) = 210+27+229=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #D21BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21BE5 is #2DE41A. Grayscale: #686868. Windows color (decimal): -3007515 or 15014866. OLE color: 15014866.
HSL color Cylindrical-coordinate representation of color #D21BE5: hue angle of 294.36º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21BE5 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 27 | 229 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.10 |
| HSL | 294.36º | 0.8% | 0.5% | - |
| HSV(B) | 294.36º | 0.88% | 0.9% | - |
| XYZ | 41.11 | 20.14 | 75.85 | - |
| YUV | 104.75 | 198.13 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 229 | 0.08 | 0.88 | 0 | 0.10 | 294.36 | 0.8 | 0.5 |
| Hex | D2 | 1B | E5 | 8 | 58 | 0 | A | 126 | 50 | 32 |
| Octal | 322 | 33 | 345 | 10 | 130 | 0 | 12 | 446 | 120 | 62 |
| Binary | 11010010 | 11011 | 11100101 | 1000 | 1011000 | 0 | 1010 | 100100110 | 1010000 | 110010 |
Color Harmonies of #D21BE5
Complementary color
Monochromatic Colors of #D21BE5
Black with #D21BE5
Text Example
Text Example
White with #D21BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BE5; }
p { color: rgb(210,27,229); }
H1.HeaderClassName
{
color: #D21BE5;
}
.AnyTagClassName
{
color: #D21BE5;
}
</style>
background-color css
<style>
a { background-color: #D21BE5; }
a { background-color: rgb(210,27,229); }
div.DivClassName
{
background-color: #D21BE5;
}
.BgClassName
{
background-color: #D21BE5;
}
</style>
border-color css
<style>
span { border-color: #D21BE5; }
span { border-color: rgb(210,27,229); }
td.TdClassName
{
border-color: #D21BE5;
}
.TagClassName
{
border-color: #D21BE5;
}
</style>