Shades of Psychedelic Purple #DB15FF
Tints of Psychedelic Purple #DB15FF
RGB
CMYK
RGB Variations
Color information
#DB15FF (or 0xDB15FF) is known color: Psychedelic Purple. HEX triplet: DB, 15 and FF. RGB value is (219,21,255). Sum of RGB (Red+Green+Blue) = 219+21+255=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 21 (8.59% from 255 or 4.24% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB15FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB15FF is #24EA00. Grayscale: #6A6A6A. Windows color (decimal): -2419201 or 16717275. OLE color: 16717275.
HSL color Cylindrical-coordinate representation of color #DB15FF: hue angle of 290.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB15FF is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 21 | 255 | - |
| CMYK | 0.14 | 0.92 | 0 | 0 |
| HSL | 290.77º | 1% | 0.54% | - |
| HSV(B) | 290.77º | 0.92% | 1% | - |
| XYZ | 47.53 | 22.82 | 96.51 | - |
| YUV | 106.88 | 211.6 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 255 | 0.14 | 0.92 | 0 | 0 | 290.77 | 1 | 0.54 |
| Hex | DB | 15 | FF | E | 5C | 0 | 0 | 123 | 64 | 36 |
| Octal | 333 | 25 | 377 | 16 | 134 | 0 | 0 | 443 | 144 | 66 |
| Binary | 11011011 | 10101 | 11111111 | 1110 | 1011100 | 0 | 0 | 100100011 | 1100100 | 110110 |
Color Harmonies of #DB15FF
Complementary color
Monochromatic Colors of #DB15FF
Black with #DB15FF
Text Example
Text Example
White with #DB15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB15FF; }
p { color: rgb(219,21,255); }
H1.HeaderClassName
{
color: #DB15FF;
}
.AnyTagClassName
{
color: #DB15FF;
}
</style>
background-color css
<style>
a { background-color: #DB15FF; }
a { background-color: rgb(219,21,255); }
div.DivClassName
{
background-color: #DB15FF;
}
.BgClassName
{
background-color: #DB15FF;
}
</style>
border-color css
<style>
span { border-color: #DB15FF; }
span { border-color: rgb(219,21,255); }
td.TdClassName
{
border-color: #DB15FF;
}
.TagClassName
{
border-color: #DB15FF;
}
</style>