Shades of Psychedelic Purple #DB0FFC
Tints of Psychedelic Purple #DB0FFC
RGB
CMYK
RGB Variations
Color information
#DB0FFC (or 0xDB0FFC) is known color: Psychedelic Purple. HEX triplet: DB, 0F and FC. RGB value is (219,15,252). Sum of RGB (Red+Green+Blue) = 219+15+252=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 15 (6.25% from 255 or 3.09% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB0FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0FFC is #24F003. Grayscale: #666666. Windows color (decimal): -2420740 or 16519131. OLE color: 16519131.
HSL color Cylindrical-coordinate representation of color #DB0FFC: hue angle of 291.65º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0FFC is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 15 | 252 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.01 |
| HSL | 291.65º | 0.98% | 0.52% | - |
| HSV(B) | 291.65º | 0.94% | 0.99% | - |
| XYZ | 46.95 | 22.43 | 93.95 | - |
| YUV | 103.01 | 212.09 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 252 | 0.13 | 0.94 | 0 | 0.01 | 291.65 | 0.98 | 0.52 |
| Hex | DB | F | FC | D | 5E | 0 | 1 | 124 | 62 | 34 |
| Octal | 333 | 17 | 374 | 15 | 136 | 0 | 1 | 444 | 142 | 64 |
| Binary | 11011011 | 1111 | 11111100 | 1101 | 1011110 | 0 | 1 | 100100100 | 1100010 | 110100 |
Color Harmonies of #DB0FFC
Complementary color
Monochromatic Colors of #DB0FFC
Black with #DB0FFC
Text Example
Text Example
White with #DB0FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FFC; }
p { color: rgb(219,15,252); }
H1.HeaderClassName
{
color: #DB0FFC;
}
.AnyTagClassName
{
color: #DB0FFC;
}
</style>
background-color css
<style>
a { background-color: #DB0FFC; }
a { background-color: rgb(219,15,252); }
div.DivClassName
{
background-color: #DB0FFC;
}
.BgClassName
{
background-color: #DB0FFC;
}
</style>
border-color css
<style>
span { border-color: #DB0FFC; }
span { border-color: rgb(219,15,252); }
td.TdClassName
{
border-color: #DB0FFC;
}
.TagClassName
{
border-color: #DB0FFC;
}
</style>