Shades of Psychedelic Purple #DB0AFF
Tints of Psychedelic Purple #DB0AFF
RGB
CMYK
RGB Variations
Color information
#DB0AFF (or 0xDB0AFF) is known color: Psychedelic Purple. HEX triplet: DB, 0A and FF. RGB value is (219,10,255). Sum of RGB (Red+Green+Blue) = 219+10+255=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 10 (4.30% from 255 or 2.07% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB0AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0AFF is #24F500. Grayscale: #636363. Windows color (decimal): -2422017 or 16714459. OLE color: 16714459.
HSL color Cylindrical-coordinate representation of color #DB0AFF: hue angle of 291.18º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0AFF is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 10 | 255 | - |
| CMYK | 0.14 | 0.96 | 0 | 0 |
| HSL | 291.18º | 1% | 0.52% | - |
| HSV(B) | 291.18º | 0.96% | 1% | - |
| XYZ | 47.37 | 22.5 | 96.45 | - |
| YUV | 100.42 | 215.24 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 10 | 255 | 0.14 | 0.96 | 0 | 0 | 291.18 | 1 | 0.52 |
| Hex | DB | A | FF | E | 60 | 0 | 0 | 123 | 64 | 34 |
| Octal | 333 | 12 | 377 | 16 | 140 | 0 | 0 | 443 | 144 | 64 |
| Binary | 11011011 | 1010 | 11111111 | 1110 | 1100000 | 0 | 0 | 100100011 | 1100100 | 110100 |
Color Harmonies of #DB0AFF
Complementary color
Monochromatic Colors of #DB0AFF
Black with #DB0AFF
Text Example
Text Example
White with #DB0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0AFF; }
p { color: rgb(219,10,255); }
H1.HeaderClassName
{
color: #DB0AFF;
}
.AnyTagClassName
{
color: #DB0AFF;
}
</style>
background-color css
<style>
a { background-color: #DB0AFF; }
a { background-color: rgb(219,10,255); }
div.DivClassName
{
background-color: #DB0AFF;
}
.BgClassName
{
background-color: #DB0AFF;
}
</style>
border-color css
<style>
span { border-color: #DB0AFF; }
span { border-color: rgb(219,10,255); }
td.TdClassName
{
border-color: #DB0AFF;
}
.TagClassName
{
border-color: #DB0AFF;
}
</style>