Shades of Deep Magenta #DC1BE0
Tints of Deep Magenta #DC1BE0
RGB
CMYK
RGB Variations
Color information
#DC1BE0 (or 0xDC1BE0) is known color: Deep Magenta. HEX triplet: DC, 1B and E0. RGB value is (220,27,224). Sum of RGB (Red+Green+Blue) = 220+27+224=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 27 (10.94% from 255 or 5.73% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC1BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1BE0 is #23E41F. Grayscale: #6A6A6A. Windows color (decimal): -2352160 or 14687196. OLE color: 14687196.
HSL color Cylindrical-coordinate representation of color #DC1BE0: hue angle of 298.78º 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 #DC1BE0 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 27 | 224 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.12 |
| HSL | 298.78º | 0.78% | 0.49% | - |
| HSV(B) | 298.78º | 0.88% | 0.88% | - |
| XYZ | 43.36 | 21.38 | 72.36 | - |
| YUV | 107.17 | 193.94 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 224 | 0.02 | 0.88 | 0 | 0.12 | 298.78 | 0.78 | 0.49 |
| Hex | DC | 1B | E0 | 2 | 58 | 0 | C | 12B | 4E | 31 |
| Octal | 334 | 33 | 340 | 2 | 130 | 0 | 14 | 453 | 116 | 61 |
| Binary | 11011100 | 11011 | 11100000 | 10 | 1011000 | 0 | 1100 | 100101011 | 1001110 | 110001 |
Color Harmonies of #DC1BE0
Complementary color
Monochromatic Colors of #DC1BE0
Black with #DC1BE0
Text Example
Text Example
White with #DC1BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BE0; }
p { color: rgb(220,27,224); }
H1.HeaderClassName
{
color: #DC1BE0;
}
.AnyTagClassName
{
color: #DC1BE0;
}
</style>
background-color css
<style>
a { background-color: #DC1BE0; }
a { background-color: rgb(220,27,224); }
div.DivClassName
{
background-color: #DC1BE0;
}
.BgClassName
{
background-color: #DC1BE0;
}
</style>
border-color css
<style>
span { border-color: #DC1BE0; }
span { border-color: rgb(220,27,224); }
td.TdClassName
{
border-color: #DC1BE0;
}
.TagClassName
{
border-color: #DC1BE0;
}
</style>