Shades of Psychedelic Purple #DB09FC
Tints of Psychedelic Purple #DB09FC
RGB
CMYK
RGB Variations
Color information
#DB09FC (or 0xDB09FC) is known color: Psychedelic Purple. HEX triplet: DB, 09 and FC. RGB value is (219,9,252). Sum of RGB (Red+Green+Blue) = 219+9+252=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 9 (3.91% from 255 or 1.88% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB09FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB09FC is #24F603. Grayscale: #626262. Windows color (decimal): -2422276 or 16517595. OLE color: 16517595.
HSL color Cylindrical-coordinate representation of color #DB09FC: hue angle of 291.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB09FC is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 9 | 252 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.01 |
| HSL | 291.85º | 0.98% | 0.51% | - |
| HSV(B) | 291.85º | 0.96% | 0.99% | - |
| XYZ | 46.88 | 22.28 | 93.93 | - |
| YUV | 99.49 | 214.07 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 252 | 0.13 | 0.96 | 0 | 0.01 | 291.85 | 0.98 | 0.51 |
| Hex | DB | 9 | FC | D | 60 | 0 | 1 | 124 | 62 | 33 |
| Octal | 333 | 11 | 374 | 15 | 140 | 0 | 1 | 444 | 142 | 63 |
| Binary | 11011011 | 1001 | 11111100 | 1101 | 1100000 | 0 | 1 | 100100100 | 1100010 | 110011 |
Color Harmonies of #DB09FC
Complementary color
Monochromatic Colors of #DB09FC
Black with #DB09FC
Text Example
Text Example
White with #DB09FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09FC; }
p { color: rgb(219,9,252); }
H1.HeaderClassName
{
color: #DB09FC;
}
.AnyTagClassName
{
color: #DB09FC;
}
</style>
background-color css
<style>
a { background-color: #DB09FC; }
a { background-color: rgb(219,9,252); }
div.DivClassName
{
background-color: #DB09FC;
}
.BgClassName
{
background-color: #DB09FC;
}
</style>
border-color css
<style>
span { border-color: #DB09FC; }
span { border-color: rgb(219,9,252); }
td.TdClassName
{
border-color: #DB09FC;
}
.TagClassName
{
border-color: #DB09FC;
}
</style>