Shades of Deep Magenta #DC0FBF
Tints of Deep Magenta #DC0FBF
RGB
CMYK
RGB Variations
Color information
#DC0FBF (or 0xDC0FBF) is known color: Deep Magenta. HEX triplet: DC, 0F and BF. RGB value is (220,15,191). Sum of RGB (Red+Green+Blue) = 220+15+191=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0FBF is #23F040. Grayscale: #5F5F5F. Windows color (decimal): -2355265 or 12521436. OLE color: 12521436.
HSL color Cylindrical-coordinate representation of color #DC0FBF: hue angle of 308.49º 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 #DC0FBF is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 191 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.14 |
| HSL | 308.49º | 0.87% | 0.46% | - |
| HSV(B) | 308.49º | 0.93% | 0.86% | - |
| XYZ | 39.09 | 19.32 | 50.96 | - |
| YUV | 96.36 | 181.42 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 191 | 0 | 0.93 | 0.13 | 0.14 | 308.49 | 0.87 | 0.46 |
| Hex | DC | F | BF | 0 | 5D | D | E | 134 | 57 | 2E |
| Octal | 334 | 17 | 277 | 0 | 135 | 15 | 16 | 464 | 127 | 56 |
| Binary | 11011100 | 1111 | 10111111 | 0 | 1011101 | 1101 | 1110 | 100110100 | 1010111 | 101110 |
Color Harmonies of #DC0FBF
Complementary color
Monochromatic Colors of #DC0FBF
Black with #DC0FBF
Text Example
Text Example
White with #DC0FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0FBF; }
p { color: rgb(220,15,191); }
H1.HeaderClassName
{
color: #DC0FBF;
}
.AnyTagClassName
{
color: #DC0FBF;
}
</style>
background-color css
<style>
a { background-color: #DC0FBF; }
a { background-color: rgb(220,15,191); }
div.DivClassName
{
background-color: #DC0FBF;
}
.BgClassName
{
background-color: #DC0FBF;
}
</style>
border-color css
<style>
span { border-color: #DC0FBF; }
span { border-color: rgb(220,15,191); }
td.TdClassName
{
border-color: #DC0FBF;
}
.TagClassName
{
border-color: #DC0FBF;
}
</style>