Shades of Psychedelic Purple #DB09F3
Tints of Psychedelic Purple #DB09F3
RGB
CMYK
RGB Variations
Color information
#DB09F3 (or 0xDB09F3) is known color: Psychedelic Purple. HEX triplet: DB, 09 and F3. RGB value is (219,9,243). Sum of RGB (Red+Green+Blue) = 219+9+243=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 9 (3.91% from 255 or 1.91% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB09F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB09F3 is #24F60C. Grayscale: #616161. Windows color (decimal): -2422285 or 15927771. OLE color: 15927771.
HSL color Cylindrical-coordinate representation of color #DB09F3: hue angle of 293.85º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB09F3 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 9 | 243 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.05 |
| HSL | 293.85º | 0.93% | 0.49% | - |
| HSV(B) | 293.85º | 0.96% | 0.95% | - |
| XYZ | 45.49 | 21.73 | 86.59 | - |
| YUV | 98.47 | 209.57 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 243 | 0.10 | 0.96 | 0 | 0.05 | 293.85 | 0.93 | 0.49 |
| Hex | DB | 9 | F3 | A | 60 | 0 | 5 | 126 | 5D | 31 |
| Octal | 333 | 11 | 363 | 12 | 140 | 0 | 5 | 446 | 135 | 61 |
| Binary | 11011011 | 1001 | 11110011 | 1010 | 1100000 | 0 | 101 | 100100110 | 1011101 | 110001 |
Color Harmonies of #DB09F3
Complementary color
Monochromatic Colors of #DB09F3
Black with #DB09F3
Text Example
Text Example
White with #DB09F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09F3; }
p { color: rgb(219,9,243); }
H1.HeaderClassName
{
color: #DB09F3;
}
.AnyTagClassName
{
color: #DB09F3;
}
</style>
background-color css
<style>
a { background-color: #DB09F3; }
a { background-color: rgb(219,9,243); }
div.DivClassName
{
background-color: #DB09F3;
}
.BgClassName
{
background-color: #DB09F3;
}
</style>
border-color css
<style>
span { border-color: #DB09F3; }
span { border-color: rgb(219,9,243); }
td.TdClassName
{
border-color: #DB09F3;
}
.TagClassName
{
border-color: #DB09F3;
}
</style>