Shades of Deep Magenta #D00BE1
Tints of Deep Magenta #D00BE1
RGB
CMYK
RGB Variations
Color information
#D00BE1 (or 0xD00BE1) is known color: Deep Magenta. HEX triplet: D0, 0B and E1. RGB value is (208,11,225). Sum of RGB (Red+Green+Blue) = 208+11+225=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 11 (4.69% from 255 or 2.48% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #D00BE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00BE1 is #2FF41E. Grayscale: #5D5D5D. Windows color (decimal): -3142687 or 14748624. OLE color: 14748624.
HSL color Cylindrical-coordinate representation of color #D00BE1: hue angle of 295.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00BE1 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 11 | 225 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.12 |
| HSL | 295.23º | 0.91% | 0.46% | - |
| HSV(B) | 295.23º | 0.95% | 0.88% | - |
| XYZ | 39.72 | 19.09 | 72.82 | - |
| YUV | 94.3 | 201.77 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 225 | 0.08 | 0.95 | 0 | 0.12 | 295.23 | 0.91 | 0.46 |
| Hex | D0 | B | E1 | 8 | 5F | 0 | C | 127 | 5B | 2E |
| Octal | 320 | 13 | 341 | 10 | 137 | 0 | 14 | 447 | 133 | 56 |
| Binary | 11010000 | 1011 | 11100001 | 1000 | 1011111 | 0 | 1100 | 100100111 | 1011011 | 101110 |
Color Harmonies of #D00BE1
Complementary color
Monochromatic Colors of #D00BE1
Black with #D00BE1
Text Example
Text Example
White with #D00BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00BE1; }
p { color: rgb(208,11,225); }
H1.HeaderClassName
{
color: #D00BE1;
}
.AnyTagClassName
{
color: #D00BE1;
}
</style>
background-color css
<style>
a { background-color: #D00BE1; }
a { background-color: rgb(208,11,225); }
div.DivClassName
{
background-color: #D00BE1;
}
.BgClassName
{
background-color: #D00BE1;
}
</style>
border-color css
<style>
span { border-color: #D00BE1; }
span { border-color: rgb(208,11,225); }
td.TdClassName
{
border-color: #D00BE1;
}
.TagClassName
{
border-color: #D00BE1;
}
</style>