Shades of Psychedelic Purple #DB09F8
Tints of Psychedelic Purple #DB09F8
RGB
CMYK
RGB Variations
Color information
#DB09F8 (or 0xDB09F8) is known color: Psychedelic Purple. HEX triplet: DB, 09 and F8. RGB value is (219,9,248). Sum of RGB (Red+Green+Blue) = 219+9+248=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 9 (3.91% from 255 or 1.89% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB09F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB09F8 is #24F607. Grayscale: #626262. Windows color (decimal): -2422280 or 16255451. OLE color: 16255451.
HSL color Cylindrical-coordinate representation of color #DB09F8: hue angle of 292.72º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB09F8 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 9 | 248 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.03 |
| HSL | 292.72º | 0.94% | 0.5% | - |
| HSV(B) | 292.72º | 0.96% | 0.97% | - |
| XYZ | 46.25 | 22.03 | 90.62 | - |
| YUV | 99.04 | 212.07 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 248 | 0.12 | 0.96 | 0 | 0.03 | 292.72 | 0.94 | 0.5 |
| Hex | DB | 9 | F8 | C | 60 | 0 | 3 | 125 | 5E | 32 |
| Octal | 333 | 11 | 370 | 14 | 140 | 0 | 3 | 445 | 136 | 62 |
| Binary | 11011011 | 1001 | 11111000 | 1100 | 1100000 | 0 | 11 | 100100101 | 1011110 | 110010 |
Color Harmonies of #DB09F8
Complementary color
Monochromatic Colors of #DB09F8
Black with #DB09F8
Text Example
Text Example
White with #DB09F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09F8; }
p { color: rgb(219,9,248); }
H1.HeaderClassName
{
color: #DB09F8;
}
.AnyTagClassName
{
color: #DB09F8;
}
</style>
background-color css
<style>
a { background-color: #DB09F8; }
a { background-color: rgb(219,9,248); }
div.DivClassName
{
background-color: #DB09F8;
}
.BgClassName
{
background-color: #DB09F8;
}
</style>
border-color css
<style>
span { border-color: #DB09F8; }
span { border-color: rgb(219,9,248); }
td.TdClassName
{
border-color: #DB09F8;
}
.TagClassName
{
border-color: #DB09F8;
}
</style>