Shades of Deep Magenta #D40BE1
Tints of Deep Magenta #D40BE1
RGB
CMYK
RGB Variations
Color information
#D40BE1 (or 0xD40BE1) is known color: Deep Magenta. HEX triplet: D4, 0B and E1. RGB value is (212,11,225). Sum of RGB (Red+Green+Blue) = 212+11+225=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 11 (4.69% from 255 or 2.46% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #D40BE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40BE1 is #2BF41E. Grayscale: #5E5E5E. Windows color (decimal): -2880543 or 14748628. OLE color: 14748628.
HSL color Cylindrical-coordinate representation of color #D40BE1: hue angle of 296.36º 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 #D40BE1 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 11 | 225 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.12 |
| HSL | 296.36º | 0.91% | 0.46% | - |
| HSV(B) | 296.36º | 0.95% | 0.88% | - |
| XYZ | 40.86 | 19.67 | 72.88 | - |
| YUV | 95.5 | 201.09 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 225 | 0.06 | 0.95 | 0 | 0.12 | 296.36 | 0.91 | 0.46 |
| Hex | D4 | B | E1 | 6 | 5F | 0 | C | 128 | 5B | 2E |
| Octal | 324 | 13 | 341 | 6 | 137 | 0 | 14 | 450 | 133 | 56 |
| Binary | 11010100 | 1011 | 11100001 | 110 | 1011111 | 0 | 1100 | 100101000 | 1011011 | 101110 |
Color Harmonies of #D40BE1
Complementary color
Monochromatic Colors of #D40BE1
Black with #D40BE1
Text Example
Text Example
White with #D40BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40BE1; }
p { color: rgb(212,11,225); }
H1.HeaderClassName
{
color: #D40BE1;
}
.AnyTagClassName
{
color: #D40BE1;
}
</style>
background-color css
<style>
a { background-color: #D40BE1; }
a { background-color: rgb(212,11,225); }
div.DivClassName
{
background-color: #D40BE1;
}
.BgClassName
{
background-color: #D40BE1;
}
</style>
border-color css
<style>
span { border-color: #D40BE1; }
span { border-color: rgb(212,11,225); }
td.TdClassName
{
border-color: #D40BE1;
}
.TagClassName
{
border-color: #D40BE1;
}
</style>