Shades of Deep Magenta #DB1FD4
Tints of Deep Magenta #DB1FD4
RGB
CMYK
RGB Variations
Color information
#DB1FD4 (or 0xDB1FD4) is known color: Deep Magenta. HEX triplet: DB, 1F and D4. RGB value is (219,31,212). Sum of RGB (Red+Green+Blue) = 219+31+212=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FD4 is #24E02B. Grayscale: #6B6B6B. Windows color (decimal): -2416684 or 13901787. OLE color: 13901787.
HSL color Cylindrical-coordinate representation of color #DB1FD4: hue angle of 302.23º 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 #DB1FD4 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 212 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.14 |
| HSL | 302.23º | 0.75% | 0.49% | - |
| HSV(B) | 302.23º | 0.86% | 0.86% | - |
| XYZ | 41.59 | 20.79 | 64.11 | - |
| YUV | 107.85 | 186.78 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 212 | 0 | 0.86 | 0.03 | 0.14 | 302.23 | 0.75 | 0.49 |
| Hex | DB | 1F | D4 | 0 | 56 | 3 | E | 12E | 4B | 31 |
| Octal | 333 | 37 | 324 | 0 | 126 | 3 | 16 | 456 | 113 | 61 |
| Binary | 11011011 | 11111 | 11010100 | 0 | 1010110 | 11 | 1110 | 100101110 | 1001011 | 110001 |
Color Harmonies of #DB1FD4
Complementary color
Monochromatic Colors of #DB1FD4
Black with #DB1FD4
Text Example
Text Example
White with #DB1FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FD4; }
p { color: rgb(219,31,212); }
H1.HeaderClassName
{
color: #DB1FD4;
}
.AnyTagClassName
{
color: #DB1FD4;
}
</style>
background-color css
<style>
a { background-color: #DB1FD4; }
a { background-color: rgb(219,31,212); }
div.DivClassName
{
background-color: #DB1FD4;
}
.BgClassName
{
background-color: #DB1FD4;
}
</style>
border-color css
<style>
span { border-color: #DB1FD4; }
span { border-color: rgb(219,31,212); }
td.TdClassName
{
border-color: #DB1FD4;
}
.TagClassName
{
border-color: #DB1FD4;
}
</style>