Shades of Deep Magenta #DB0FCF
Tints of Deep Magenta #DB0FCF
RGB
CMYK
RGB Variations
Color information
#DB0FCF (or 0xDB0FCF) is known color: Deep Magenta. HEX triplet: DB, 0F and CF. RGB value is (219,15,207). Sum of RGB (Red+Green+Blue) = 219+15+207=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FCF is #24F030. Grayscale: #616161. Windows color (decimal): -2420785 or 13570011. OLE color: 13570011.
HSL color Cylindrical-coordinate representation of color #DB0FCF: hue angle of 303.53º 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 #DB0FCF is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 207 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.14 |
| HSL | 303.53º | 0.87% | 0.46% | - |
| HSV(B) | 303.53º | 0.93% | 0.86% | - |
| XYZ | 40.65 | 19.91 | 60.73 | - |
| YUV | 97.88 | 189.59 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 207 | 0 | 0.93 | 0.05 | 0.14 | 303.53 | 0.87 | 0.46 |
| Hex | DB | F | CF | 0 | 5D | 5 | E | 130 | 57 | 2E |
| Octal | 333 | 17 | 317 | 0 | 135 | 5 | 16 | 460 | 127 | 56 |
| Binary | 11011011 | 1111 | 11001111 | 0 | 1011101 | 101 | 1110 | 100110000 | 1010111 | 101110 |
Color Harmonies of #DB0FCF
Complementary color
Monochromatic Colors of #DB0FCF
Black with #DB0FCF
Text Example
Text Example
White with #DB0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FCF; }
p { color: rgb(219,15,207); }
H1.HeaderClassName
{
color: #DB0FCF;
}
.AnyTagClassName
{
color: #DB0FCF;
}
</style>
background-color css
<style>
a { background-color: #DB0FCF; }
a { background-color: rgb(219,15,207); }
div.DivClassName
{
background-color: #DB0FCF;
}
.BgClassName
{
background-color: #DB0FCF;
}
</style>
border-color css
<style>
span { border-color: #DB0FCF; }
span { border-color: rgb(219,15,207); }
td.TdClassName
{
border-color: #DB0FCF;
}
.TagClassName
{
border-color: #DB0FCF;
}
</style>