Shades of Psychedelic Purple #DB10FF
Tints of Psychedelic Purple #DB10FF
RGB
CMYK
RGB Variations
Color information
#DB10FF (or 0xDB10FF) is known color: Psychedelic Purple. HEX triplet: DB, 10 and FF. RGB value is (219,16,255). Sum of RGB (Red+Green+Blue) = 219+16+255=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 16 (6.64% from 255 or 3.27% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB10FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB10FF is #24EF00. Grayscale: #676767. Windows color (decimal): -2420481 or 16715995. OLE color: 16715995.
HSL color Cylindrical-coordinate representation of color #DB10FF: hue angle of 290.96º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB10FF is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 16 | 255 | - |
| CMYK | 0.14 | 0.94 | 0 | 0 |
| HSL | 290.96º | 1% | 0.53% | - |
| HSV(B) | 290.96º | 0.94% | 1% | - |
| XYZ | 47.45 | 22.65 | 96.48 | - |
| YUV | 103.94 | 213.25 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 255 | 0.14 | 0.94 | 0 | 0 | 290.96 | 1 | 0.53 |
| Hex | DB | 10 | FF | E | 5E | 0 | 0 | 123 | 64 | 35 |
| Octal | 333 | 20 | 377 | 16 | 136 | 0 | 0 | 443 | 144 | 65 |
| Binary | 11011011 | 10000 | 11111111 | 1110 | 1011110 | 0 | 0 | 100100011 | 1100100 | 110101 |
Color Harmonies of #DB10FF
Complementary color
Monochromatic Colors of #DB10FF
Black with #DB10FF
Text Example
Text Example
White with #DB10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10FF; }
p { color: rgb(219,16,255); }
H1.HeaderClassName
{
color: #DB10FF;
}
.AnyTagClassName
{
color: #DB10FF;
}
</style>
background-color css
<style>
a { background-color: #DB10FF; }
a { background-color: rgb(219,16,255); }
div.DivClassName
{
background-color: #DB10FF;
}
.BgClassName
{
background-color: #DB10FF;
}
</style>
border-color css
<style>
span { border-color: #DB10FF; }
span { border-color: rgb(219,16,255); }
td.TdClassName
{
border-color: #DB10FF;
}
.TagClassName
{
border-color: #DB10FF;
}
</style>