Shades of Psychedelic Purple #DB09FA
Tints of Psychedelic Purple #DB09FA
RGB
CMYK
RGB Variations
Color information
#DB09FA (or 0xDB09FA) is known color: Psychedelic Purple. HEX triplet: DB, 09 and FA. RGB value is (219,9,250). Sum of RGB (Red+Green+Blue) = 219+9+250=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 9 (3.91% from 255 or 1.88% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB09FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB09FA is #24F605. Grayscale: #626262. Windows color (decimal): -2422278 or 16386523. OLE color: 16386523.
HSL color Cylindrical-coordinate representation of color #DB09FA: hue angle of 292.28º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB09FA is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 9 | 250 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.02 |
| HSL | 292.28º | 0.96% | 0.51% | - |
| HSV(B) | 292.28º | 0.96% | 0.98% | - |
| XYZ | 46.57 | 22.16 | 92.26 | - |
| YUV | 99.26 | 213.07 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 250 | 0.12 | 0.96 | 0 | 0.02 | 292.28 | 0.96 | 0.51 |
| Hex | DB | 9 | FA | C | 60 | 0 | 2 | 124 | 60 | 33 |
| Octal | 333 | 11 | 372 | 14 | 140 | 0 | 2 | 444 | 140 | 63 |
| Binary | 11011011 | 1001 | 11111010 | 1100 | 1100000 | 0 | 10 | 100100100 | 1100000 | 110011 |
Color Harmonies of #DB09FA
Complementary color
Monochromatic Colors of #DB09FA
Black with #DB09FA
Text Example
Text Example
White with #DB09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09FA; }
p { color: rgb(219,9,250); }
H1.HeaderClassName
{
color: #DB09FA;
}
.AnyTagClassName
{
color: #DB09FA;
}
</style>
background-color css
<style>
a { background-color: #DB09FA; }
a { background-color: rgb(219,9,250); }
div.DivClassName
{
background-color: #DB09FA;
}
.BgClassName
{
background-color: #DB09FA;
}
</style>
border-color css
<style>
span { border-color: #DB09FA; }
span { border-color: rgb(219,9,250); }
td.TdClassName
{
border-color: #DB09FA;
}
.TagClassName
{
border-color: #DB09FA;
}
</style>