Shades of Psychedelic Purple #DB09F4
Tints of Psychedelic Purple #DB09F4
RGB
CMYK
RGB Variations
Color information
#DB09F4 (or 0xDB09F4) is known color: Psychedelic Purple. HEX triplet: DB, 09 and F4. RGB value is (219,9,244). Sum of RGB (Red+Green+Blue) = 219+9+244=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 244 (95.70% from 255 or 51.69% from 472); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB09F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB09F4 is #24F60B. Grayscale: #616161. Windows color (decimal): -2422284 or 15993307. OLE color: 15993307.
HSL color Cylindrical-coordinate representation of color #DB09F4: hue angle of 293.62º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB09F4 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 9 | 244 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.04 |
| HSL | 293.62º | 0.93% | 0.5% | - |
| HSV(B) | 293.62º | 0.96% | 0.96% | - |
| XYZ | 45.64 | 21.79 | 87.39 | - |
| YUV | 98.58 | 210.07 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 244 | 0.10 | 0.96 | 0 | 0.04 | 293.62 | 0.93 | 0.5 |
| Hex | DB | 9 | F4 | A | 60 | 0 | 4 | 126 | 5D | 32 |
| Octal | 333 | 11 | 364 | 12 | 140 | 0 | 4 | 446 | 135 | 62 |
| Binary | 11011011 | 1001 | 11110100 | 1010 | 1100000 | 0 | 100 | 100100110 | 1011101 | 110010 |
Color Harmonies of #DB09F4
Complementary color
Monochromatic Colors of #DB09F4
Black with #DB09F4
Text Example
Text Example
White with #DB09F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09F4; }
p { color: rgb(219,9,244); }
H1.HeaderClassName
{
color: #DB09F4;
}
.AnyTagClassName
{
color: #DB09F4;
}
</style>
background-color css
<style>
a { background-color: #DB09F4; }
a { background-color: rgb(219,9,244); }
div.DivClassName
{
background-color: #DB09F4;
}
.BgClassName
{
background-color: #DB09F4;
}
</style>
border-color css
<style>
span { border-color: #DB09F4; }
span { border-color: rgb(219,9,244); }
td.TdClassName
{
border-color: #DB09F4;
}
.TagClassName
{
border-color: #DB09F4;
}
</style>