Shades of Psychedelic Purple #DB1FF8
Tints of Psychedelic Purple #DB1FF8
RGB
CMYK
RGB Variations
Color information
#DB1FF8 (or 0xDB1FF8) is known color: Psychedelic Purple. HEX triplet: DB, 1F and F8. RGB value is (219,31,248). Sum of RGB (Red+Green+Blue) = 219+31+248=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 31 (12.5% from 255 or 6.22% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB1FF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1FF8 is #24E007. Grayscale: #6F6F6F. Windows color (decimal): -2416648 or 16261083. OLE color: 16261083.
HSL color Cylindrical-coordinate representation of color #DB1FF8: hue angle of 291.98º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1FF8 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 31 | 248 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.03 |
| HSL | 291.98º | 0.94% | 0.55% | - |
| HSV(B) | 291.98º | 0.88% | 0.97% | - |
| XYZ | 46.65 | 22.82 | 90.75 | - |
| YUV | 111.95 | 204.78 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 248 | 0.12 | 0.88 | 0 | 0.03 | 291.98 | 0.94 | 0.55 |
| Hex | DB | 1F | F8 | C | 58 | 0 | 3 | 124 | 5E | 37 |
| Octal | 333 | 37 | 370 | 14 | 130 | 0 | 3 | 444 | 136 | 67 |
| Binary | 11011011 | 11111 | 11111000 | 1100 | 1011000 | 0 | 11 | 100100100 | 1011110 | 110111 |
Color Harmonies of #DB1FF8
Complementary color
Monochromatic Colors of #DB1FF8
Black with #DB1FF8
Text Example
Text Example
White with #DB1FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FF8; }
p { color: rgb(219,31,248); }
H1.HeaderClassName
{
color: #DB1FF8;
}
.AnyTagClassName
{
color: #DB1FF8;
}
</style>
background-color css
<style>
a { background-color: #DB1FF8; }
a { background-color: rgb(219,31,248); }
div.DivClassName
{
background-color: #DB1FF8;
}
.BgClassName
{
background-color: #DB1FF8;
}
</style>
border-color css
<style>
span { border-color: #DB1FF8; }
span { border-color: rgb(219,31,248); }
td.TdClassName
{
border-color: #DB1FF8;
}
.TagClassName
{
border-color: #DB1FF8;
}
</style>