Shades of Deep Magenta #DC0FBE
Tints of Deep Magenta #DC0FBE
RGB
CMYK
RGB Variations
Color information
#DC0FBE (or 0xDC0FBE) is known color: Deep Magenta. HEX triplet: DC, 0F and BE. RGB value is (220,15,190). Sum of RGB (Red+Green+Blue) = 220+15+190=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0FBE is #23F041. Grayscale: #5F5F5F. Windows color (decimal): -2355266 or 12455900. OLE color: 12455900.
HSL color Cylindrical-coordinate representation of color #DC0FBE: hue angle of 308.78º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0FBE is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 190 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.14 |
| HSL | 308.78º | 0.87% | 0.46% | - |
| HSV(B) | 308.78º | 0.93% | 0.86% | - |
| XYZ | 38.98 | 19.28 | 50.38 | - |
| YUV | 96.25 | 180.92 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 190 | 0 | 0.93 | 0.14 | 0.14 | 308.78 | 0.87 | 0.46 |
| Hex | DC | F | BE | 0 | 5D | E | E | 135 | 57 | 2E |
| Octal | 334 | 17 | 276 | 0 | 135 | 16 | 16 | 465 | 127 | 56 |
| Binary | 11011100 | 1111 | 10111110 | 0 | 1011101 | 1110 | 1110 | 100110101 | 1010111 | 101110 |
Color Harmonies of #DC0FBE
Complementary color
Monochromatic Colors of #DC0FBE
Black with #DC0FBE
Text Example
Text Example
White with #DC0FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0FBE; }
p { color: rgb(220,15,190); }
H1.HeaderClassName
{
color: #DC0FBE;
}
.AnyTagClassName
{
color: #DC0FBE;
}
</style>
background-color css
<style>
a { background-color: #DC0FBE; }
a { background-color: rgb(220,15,190); }
div.DivClassName
{
background-color: #DC0FBE;
}
.BgClassName
{
background-color: #DC0FBE;
}
</style>
border-color css
<style>
span { border-color: #DC0FBE; }
span { border-color: rgb(220,15,190); }
td.TdClassName
{
border-color: #DC0FBE;
}
.TagClassName
{
border-color: #DC0FBE;
}
</style>