Shades of Psychedelic Purple #DB01EF
Tints of Psychedelic Purple #DB01EF
RGB
CMYK
RGB Variations
Color information
#DB01EF (or 0xDB01EF) is known color: Psychedelic Purple. HEX triplet: DB, 01 and EF. RGB value is (219,1,239). Sum of RGB (Red+Green+Blue) = 219+1+239=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB01EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB01EF is #24FE10. Grayscale: #5C5C5C. Windows color (decimal): -2424337 or 15663579. OLE color: 15663579.
HSL color Cylindrical-coordinate representation of color #DB01EF: hue angle of 294.96º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB01EF is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 1 | 239 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.06 |
| HSL | 294.96º | 0.99% | 0.47% | - |
| HSV(B) | 294.96º | 1% | 0.94% | - |
| XYZ | 44.8 | 21.31 | 83.41 | - |
| YUV | 93.31 | 210.22 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 239 | 0.08 | 1.00 | 0 | 0.06 | 294.96 | 0.99 | 0.47 |
| Hex | DB | 1 | EF | 8 | 64 | 0 | 6 | 127 | 63 | 2F |
| Octal | 333 | 1 | 357 | 10 | 144 | 0 | 6 | 447 | 143 | 57 |
| Binary | 11011011 | 1 | 11101111 | 1000 | 1100100 | 0 | 110 | 100100111 | 1100011 | 101111 |
Color Harmonies of #DB01EF
Complementary color
Monochromatic Colors of #DB01EF
Black with #DB01EF
Text Example
Text Example
White with #DB01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB01EF; }
p { color: rgb(219,1,239); }
H1.HeaderClassName
{
color: #DB01EF;
}
.AnyTagClassName
{
color: #DB01EF;
}
</style>
background-color css
<style>
a { background-color: #DB01EF; }
a { background-color: rgb(219,1,239); }
div.DivClassName
{
background-color: #DB01EF;
}
.BgClassName
{
background-color: #DB01EF;
}
</style>
border-color css
<style>
span { border-color: #DB01EF; }
span { border-color: rgb(219,1,239); }
td.TdClassName
{
border-color: #DB01EF;
}
.TagClassName
{
border-color: #DB01EF;
}
</style>