Shades of Psychedelic Purple #DB08FA
Tints of Psychedelic Purple #DB08FA
RGB
CMYK
RGB Variations
Color information
#DB08FA (or 0xDB08FA) is known color: Psychedelic Purple. HEX triplet: DB, 08 and FA. RGB value is (219,8,250). Sum of RGB (Red+Green+Blue) = 219+8+250=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 8 (3.52% from 255 or 1.68% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB08FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB08FA is #24F705. Grayscale: #616161. Windows color (decimal): -2422534 or 16386267. OLE color: 16386267.
HSL color Cylindrical-coordinate representation of color #DB08FA: hue angle of 292.31º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB08FA is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 8 | 250 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.02 |
| HSL | 292.31º | 0.96% | 0.51% | - |
| HSV(B) | 292.31º | 0.97% | 0.98% | - |
| XYZ | 46.56 | 22.14 | 92.26 | - |
| YUV | 98.68 | 213.4 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 250 | 0.12 | 0.97 | 0 | 0.02 | 292.31 | 0.96 | 0.51 |
| Hex | DB | 8 | FA | C | 61 | 0 | 2 | 124 | 60 | 33 |
| Octal | 333 | 10 | 372 | 14 | 141 | 0 | 2 | 444 | 140 | 63 |
| Binary | 11011011 | 1000 | 11111010 | 1100 | 1100001 | 0 | 10 | 100100100 | 1100000 | 110011 |
Color Harmonies of #DB08FA
Complementary color
Monochromatic Colors of #DB08FA
Black with #DB08FA
Text Example
Text Example
White with #DB08FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08FA; }
p { color: rgb(219,8,250); }
H1.HeaderClassName
{
color: #DB08FA;
}
.AnyTagClassName
{
color: #DB08FA;
}
</style>
background-color css
<style>
a { background-color: #DB08FA; }
a { background-color: rgb(219,8,250); }
div.DivClassName
{
background-color: #DB08FA;
}
.BgClassName
{
background-color: #DB08FA;
}
</style>
border-color css
<style>
span { border-color: #DB08FA; }
span { border-color: rgb(219,8,250); }
td.TdClassName
{
border-color: #DB08FA;
}
.TagClassName
{
border-color: #DB08FA;
}
</style>