Shades of Psychedelic Purple #DB00F8
Tints of Psychedelic Purple #DB00F8
RGB
CMYK
RGB Variations
Color information
#DB00F8 (or 0xDB00F8) is known color: Psychedelic Purple. HEX triplet: DB, 00 and F8. RGB value is (219,0,248). Sum of RGB (Red+Green+Blue) = 219+0+248=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 0 (0.39% from 255 or 0% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB00F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB00F8 is #24FF07. Grayscale: #5C5C5C. Windows color (decimal): -2424584 or 16253147. OLE color: 16253147.
HSL color Cylindrical-coordinate representation of color #DB00F8: hue angle of 292.98º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00F8 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 0 | 248 | - |
| CMYK | 0.12 | 1 | 0 | 0.03 |
| HSL | 292.98º | 1% | 0.49% | - |
| HSV(B) | 292.98º | 1% | 0.97% | - |
| XYZ | 46.16 | 21.84 | 90.59 | - |
| YUV | 93.75 | 215.05 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 248 | 0.12 | 1 | 0 | 0.03 | 292.98 | 1 | 0.49 |
| Hex | DB | 0 | F8 | C | 64 | 0 | 3 | 125 | 64 | 31 |
| Octal | 333 | 0 | 370 | 14 | 144 | 0 | 3 | 445 | 144 | 61 |
| Binary | 11011011 | 0 | 11111000 | 1100 | 1100100 | 0 | 11 | 100100101 | 1100100 | 110001 |
Color Harmonies of #DB00F8
Complementary color
Monochromatic Colors of #DB00F8
Black with #DB00F8
Text Example
Text Example
White with #DB00F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00F8; }
p { color: rgb(219,0,248); }
H1.HeaderClassName
{
color: #DB00F8;
}
.AnyTagClassName
{
color: #DB00F8;
}
</style>
background-color css
<style>
a { background-color: #DB00F8; }
a { background-color: rgb(219,0,248); }
div.DivClassName
{
background-color: #DB00F8;
}
.BgClassName
{
background-color: #DB00F8;
}
</style>
border-color css
<style>
span { border-color: #DB00F8; }
span { border-color: rgb(219,0,248); }
td.TdClassName
{
border-color: #DB00F8;
}
.TagClassName
{
border-color: #DB00F8;
}
</style>