Shades of Psychedelic Purple #DB10FA
Tints of Psychedelic Purple #DB10FA
RGB
CMYK
RGB Variations
Color information
#DB10FA (or 0xDB10FA) is known color: Psychedelic Purple. HEX triplet: DB, 10 and FA. RGB value is (219,16,250). Sum of RGB (Red+Green+Blue) = 219+16+250=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB10FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB10FA is #24EF05. Grayscale: #666666. Windows color (decimal): -2420486 or 16388315. OLE color: 16388315.
HSL color Cylindrical-coordinate representation of color #DB10FA: hue angle of 292.05º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB10FA is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 16 | 250 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.02 |
| HSL | 292.05º | 0.96% | 0.52% | - |
| HSV(B) | 292.05º | 0.94% | 0.98% | - |
| XYZ | 46.65 | 22.33 | 92.29 | - |
| YUV | 103.37 | 210.75 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 250 | 0.12 | 0.94 | 0 | 0.02 | 292.05 | 0.96 | 0.52 |
| Hex | DB | 10 | FA | C | 5E | 0 | 2 | 124 | 60 | 34 |
| Octal | 333 | 20 | 372 | 14 | 136 | 0 | 2 | 444 | 140 | 64 |
| Binary | 11011011 | 10000 | 11111010 | 1100 | 1011110 | 0 | 10 | 100100100 | 1100000 | 110100 |
Color Harmonies of #DB10FA
Complementary color
Monochromatic Colors of #DB10FA
Black with #DB10FA
Text Example
Text Example
White with #DB10FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10FA; }
p { color: rgb(219,16,250); }
H1.HeaderClassName
{
color: #DB10FA;
}
.AnyTagClassName
{
color: #DB10FA;
}
</style>
background-color css
<style>
a { background-color: #DB10FA; }
a { background-color: rgb(219,16,250); }
div.DivClassName
{
background-color: #DB10FA;
}
.BgClassName
{
background-color: #DB10FA;
}
</style>
border-color css
<style>
span { border-color: #DB10FA; }
span { border-color: rgb(219,16,250); }
td.TdClassName
{
border-color: #DB10FA;
}
.TagClassName
{
border-color: #DB10FA;
}
</style>