Shades of Deep Magenta #D01BE0
Tints of Deep Magenta #D01BE0
RGB
CMYK
RGB Variations
Color information
#D01BE0 (or 0xD01BE0) is known color: Deep Magenta. HEX triplet: D0, 1B and E0. RGB value is (208,27,224). Sum of RGB (Red+Green+Blue) = 208+27+224=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #D01BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01BE0 is #2FE41F. Grayscale: #666666. Windows color (decimal): -3138592 or 14687184. OLE color: 14687184.
HSL color Cylindrical-coordinate representation of color #D01BE0: hue angle of 295.13º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01BE0 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 27 | 224 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.12 |
| HSL | 295.13º | 0.78% | 0.49% | - |
| HSV(B) | 295.13º | 0.88% | 0.88% | - |
| XYZ | 39.86 | 19.58 | 72.2 | - |
| YUV | 103.58 | 195.97 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 224 | 0.07 | 0.88 | 0 | 0.12 | 295.13 | 0.78 | 0.49 |
| Hex | D0 | 1B | E0 | 7 | 58 | 0 | C | 127 | 4E | 31 |
| Octal | 320 | 33 | 340 | 7 | 130 | 0 | 14 | 447 | 116 | 61 |
| Binary | 11010000 | 11011 | 11100000 | 111 | 1011000 | 0 | 1100 | 100100111 | 1001110 | 110001 |
Color Harmonies of #D01BE0
Complementary color
Monochromatic Colors of #D01BE0
Black with #D01BE0
Text Example
Text Example
White with #D01BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01BE0; }
p { color: rgb(208,27,224); }
H1.HeaderClassName
{
color: #D01BE0;
}
.AnyTagClassName
{
color: #D01BE0;
}
</style>
background-color css
<style>
a { background-color: #D01BE0; }
a { background-color: rgb(208,27,224); }
div.DivClassName
{
background-color: #D01BE0;
}
.BgClassName
{
background-color: #D01BE0;
}
</style>
border-color css
<style>
span { border-color: #D01BE0; }
span { border-color: rgb(208,27,224); }
td.TdClassName
{
border-color: #D01BE0;
}
.TagClassName
{
border-color: #D01BE0;
}
</style>