Shades of Psychedelic Purple #DB0FEA
Tints of Psychedelic Purple #DB0FEA
RGB
CMYK
RGB Variations
Color information
#DB0FEA (or 0xDB0FEA) is known color: Psychedelic Purple. HEX triplet: DB, 0F and EA. RGB value is (219,15,234). Sum of RGB (Red+Green+Blue) = 219+15+234=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 15 (6.25% from 255 or 3.21% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB0FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0FEA is #24F015. Grayscale: #646464. Windows color (decimal): -2420758 or 15339483. OLE color: 15339483.
HSL color Cylindrical-coordinate representation of color #DB0FEA: hue angle of 295.89º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0FEA is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 15 | 234 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.08 |
| HSL | 295.89º | 0.88% | 0.49% | - |
| HSV(B) | 295.89º | 0.94% | 0.92% | - |
| XYZ | 44.24 | 21.34 | 79.63 | - |
| YUV | 100.96 | 203.09 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 234 | 0.06 | 0.94 | 0 | 0.08 | 295.89 | 0.88 | 0.49 |
| Hex | DB | F | EA | 6 | 5E | 0 | 8 | 128 | 58 | 31 |
| Octal | 333 | 17 | 352 | 6 | 136 | 0 | 10 | 450 | 130 | 61 |
| Binary | 11011011 | 1111 | 11101010 | 110 | 1011110 | 0 | 1000 | 100101000 | 1011000 | 110001 |
Color Harmonies of #DB0FEA
Complementary color
Monochromatic Colors of #DB0FEA
Black with #DB0FEA
Text Example
Text Example
White with #DB0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FEA; }
p { color: rgb(219,15,234); }
H1.HeaderClassName
{
color: #DB0FEA;
}
.AnyTagClassName
{
color: #DB0FEA;
}
</style>
background-color css
<style>
a { background-color: #DB0FEA; }
a { background-color: rgb(219,15,234); }
div.DivClassName
{
background-color: #DB0FEA;
}
.BgClassName
{
background-color: #DB0FEA;
}
</style>
border-color css
<style>
span { border-color: #DB0FEA; }
span { border-color: rgb(219,15,234); }
td.TdClassName
{
border-color: #DB0FEA;
}
.TagClassName
{
border-color: #DB0FEA;
}
</style>