Shades of Psychedelic Purple #DB10FE
Tints of Psychedelic Purple #DB10FE
RGB
CMYK
RGB Variations
Color information
#DB10FE (or 0xDB10FE) is known color: Psychedelic Purple. HEX triplet: DB, 10 and FE. RGB value is (219,16,254). Sum of RGB (Red+Green+Blue) = 219+16+254=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 16 (6.64% from 255 or 3.27% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB10FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB10FE is #24EF01. Grayscale: #676767. Windows color (decimal): -2420482 or 16650459. OLE color: 16650459.
HSL color Cylindrical-coordinate representation of color #DB10FE: hue angle of 291.18º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB10FE is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 16 | 254 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.00 |
| HSL | 291.18º | 0.99% | 0.53% | - |
| HSV(B) | 291.18º | 0.94% | 1% | - |
| XYZ | 47.29 | 22.59 | 95.63 | - |
| YUV | 103.83 | 212.75 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 254 | 0.14 | 0.94 | 0 | 0.00 | 291.18 | 0.99 | 0.53 |
| Hex | DB | 10 | FE | E | 5E | 0 | 0 | 123 | 63 | 35 |
| Octal | 333 | 20 | 376 | 16 | 136 | 0 | 0 | 443 | 143 | 65 |
| Binary | 11011011 | 10000 | 11111110 | 1110 | 1011110 | 0 | 0 | 100100011 | 1100011 | 110101 |
Color Harmonies of #DB10FE
Complementary color
Monochromatic Colors of #DB10FE
Black with #DB10FE
Text Example
Text Example
White with #DB10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10FE; }
p { color: rgb(219,16,254); }
H1.HeaderClassName
{
color: #DB10FE;
}
.AnyTagClassName
{
color: #DB10FE;
}
</style>
background-color css
<style>
a { background-color: #DB10FE; }
a { background-color: rgb(219,16,254); }
div.DivClassName
{
background-color: #DB10FE;
}
.BgClassName
{
background-color: #DB10FE;
}
</style>
border-color css
<style>
span { border-color: #DB10FE; }
span { border-color: rgb(219,16,254); }
td.TdClassName
{
border-color: #DB10FE;
}
.TagClassName
{
border-color: #DB10FE;
}
</style>