Shades of Psychedelic Purple #DB08FF
Tints of Psychedelic Purple #DB08FF
RGB
CMYK
RGB Variations
Color information
#DB08FF (or 0xDB08FF) is known color: Psychedelic Purple. HEX triplet: DB, 08 and FF. RGB value is (219,8,255). Sum of RGB (Red+Green+Blue) = 219+8+255=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 8 (3.52% from 255 or 1.66% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB08FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB08FF is #24F700. Grayscale: #626262. Windows color (decimal): -2422529 or 16713947. OLE color: 16713947.
HSL color Cylindrical-coordinate representation of color #DB08FF: hue angle of 291.26º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB08FF is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 8 | 255 | - |
| CMYK | 0.14 | 0.97 | 0 | 0 |
| HSL | 291.26º | 1% | 0.52% | - |
| HSV(B) | 291.26º | 0.97% | 1% | - |
| XYZ | 47.35 | 22.45 | 96.45 | - |
| YUV | 99.25 | 215.9 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 255 | 0.14 | 0.97 | 0 | 0 | 291.26 | 1 | 0.52 |
| Hex | DB | 8 | FF | E | 61 | 0 | 0 | 123 | 64 | 34 |
| Octal | 333 | 10 | 377 | 16 | 141 | 0 | 0 | 443 | 144 | 64 |
| Binary | 11011011 | 1000 | 11111111 | 1110 | 1100001 | 0 | 0 | 100100011 | 1100100 | 110100 |
Color Harmonies of #DB08FF
Complementary color
Monochromatic Colors of #DB08FF
Black with #DB08FF
Text Example
Text Example
White with #DB08FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08FF; }
p { color: rgb(219,8,255); }
H1.HeaderClassName
{
color: #DB08FF;
}
.AnyTagClassName
{
color: #DB08FF;
}
</style>
background-color css
<style>
a { background-color: #DB08FF; }
a { background-color: rgb(219,8,255); }
div.DivClassName
{
background-color: #DB08FF;
}
.BgClassName
{
background-color: #DB08FF;
}
</style>
border-color css
<style>
span { border-color: #DB08FF; }
span { border-color: rgb(219,8,255); }
td.TdClassName
{
border-color: #DB08FF;
}
.TagClassName
{
border-color: #DB08FF;
}
</style>