Shades of Psychedelic Purple #DB1BF8
Tints of Psychedelic Purple #DB1BF8
RGB
CMYK
RGB Variations
Color information
#DB1BF8 (or 0xDB1BF8) is known color: Psychedelic Purple. HEX triplet: DB, 1B and F8. RGB value is (219,27,248). Sum of RGB (Red+Green+Blue) = 219+27+248=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 27 (10.94% from 255 or 5.47% from 494); Blue value is 248 (97.27% from 255 or 50.20% from 494); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB1BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1BF8 is #24E407. Grayscale: #6C6C6C. Windows color (decimal): -2417672 or 16260059. OLE color: 16260059.
HSL color Cylindrical-coordinate representation of color #DB1BF8: hue angle of 292.13º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1BF8 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 27 | 248 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.03 |
| HSL | 292.13º | 0.94% | 0.54% | - |
| HSV(B) | 292.13º | 0.89% | 0.97% | - |
| XYZ | 46.55 | 22.62 | 90.72 | - |
| YUV | 109.6 | 206.11 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 248 | 0.12 | 0.89 | 0 | 0.03 | 292.13 | 0.94 | 0.54 |
| Hex | DB | 1B | F8 | C | 59 | 0 | 3 | 124 | 5E | 36 |
| Octal | 333 | 33 | 370 | 14 | 131 | 0 | 3 | 444 | 136 | 66 |
| Binary | 11011011 | 11011 | 11111000 | 1100 | 1011001 | 0 | 11 | 100100100 | 1011110 | 110110 |
Color Harmonies of #DB1BF8
Complementary color
Monochromatic Colors of #DB1BF8
Black with #DB1BF8
Text Example
Text Example
White with #DB1BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BF8; }
p { color: rgb(219,27,248); }
H1.HeaderClassName
{
color: #DB1BF8;
}
.AnyTagClassName
{
color: #DB1BF8;
}
</style>
background-color css
<style>
a { background-color: #DB1BF8; }
a { background-color: rgb(219,27,248); }
div.DivClassName
{
background-color: #DB1BF8;
}
.BgClassName
{
background-color: #DB1BF8;
}
</style>
border-color css
<style>
span { border-color: #DB1BF8; }
span { border-color: rgb(219,27,248); }
td.TdClassName
{
border-color: #DB1BF8;
}
.TagClassName
{
border-color: #DB1BF8;
}
</style>