Shades of Deep Magenta #DB1FCF
Tints of Deep Magenta #DB1FCF
RGB
CMYK
RGB Variations
Color information
#DB1FCF (or 0xDB1FCF) is known color: Deep Magenta. HEX triplet: DB, 1F and CF. RGB value is (219,31,207). Sum of RGB (Red+Green+Blue) = 219+31+207=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 31 (12.5% from 255 or 6.78% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FCF is #24E030. Grayscale: #6A6A6A. Windows color (decimal): -2416689 or 13574107. OLE color: 13574107.
HSL color Cylindrical-coordinate representation of color #DB1FCF: hue angle of 303.83º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1FCF is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 207 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.14 |
| HSL | 303.83º | 0.75% | 0.49% | - |
| HSV(B) | 303.83º | 0.86% | 0.86% | - |
| XYZ | 40.97 | 20.55 | 60.84 | - |
| YUV | 107.28 | 184.28 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 207 | 0 | 0.86 | 0.05 | 0.14 | 303.83 | 0.75 | 0.49 |
| Hex | DB | 1F | CF | 0 | 56 | 5 | E | 130 | 4B | 31 |
| Octal | 333 | 37 | 317 | 0 | 126 | 5 | 16 | 460 | 113 | 61 |
| Binary | 11011011 | 11111 | 11001111 | 0 | 1010110 | 101 | 1110 | 100110000 | 1001011 | 110001 |
Color Harmonies of #DB1FCF
Complementary color
Monochromatic Colors of #DB1FCF
Black with #DB1FCF
Text Example
Text Example
White with #DB1FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FCF; }
p { color: rgb(219,31,207); }
H1.HeaderClassName
{
color: #DB1FCF;
}
.AnyTagClassName
{
color: #DB1FCF;
}
</style>
background-color css
<style>
a { background-color: #DB1FCF; }
a { background-color: rgb(219,31,207); }
div.DivClassName
{
background-color: #DB1FCF;
}
.BgClassName
{
background-color: #DB1FCF;
}
</style>
border-color css
<style>
span { border-color: #DB1FCF; }
span { border-color: rgb(219,31,207); }
td.TdClassName
{
border-color: #DB1FCF;
}
.TagClassName
{
border-color: #DB1FCF;
}
</style>