Shades of Psychedelic Purple #DB0DF9
Tints of Psychedelic Purple #DB0DF9
RGB
CMYK
RGB Variations
Color information
#DB0DF9 (or 0xDB0DF9) is known color: Psychedelic Purple. HEX triplet: DB, 0D and F9. RGB value is (219,13,249). Sum of RGB (Red+Green+Blue) = 219+13+249=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 13 (5.47% from 255 or 2.70% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB0DF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0DF9 is #24F206. Grayscale: #646464. Windows color (decimal): -2421255 or 16322011. OLE color: 16322011.
HSL color Cylindrical-coordinate representation of color #DB0DF9: hue angle of 292.37º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0DF9 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 13 | 249 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.02 |
| HSL | 292.37º | 0.95% | 0.51% | - |
| HSV(B) | 292.37º | 0.95% | 0.98% | - |
| XYZ | 46.46 | 22.19 | 91.46 | - |
| YUV | 101.5 | 211.25 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 249 | 0.12 | 0.95 | 0 | 0.02 | 292.37 | 0.95 | 0.51 |
| Hex | DB | D | F9 | C | 5F | 0 | 2 | 124 | 5F | 33 |
| Octal | 333 | 15 | 371 | 14 | 137 | 0 | 2 | 444 | 137 | 63 |
| Binary | 11011011 | 1101 | 11111001 | 1100 | 1011111 | 0 | 10 | 100100100 | 1011111 | 110011 |
Color Harmonies of #DB0DF9
Complementary color
Monochromatic Colors of #DB0DF9
Black with #DB0DF9
Text Example
Text Example
White with #DB0DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DF9; }
p { color: rgb(219,13,249); }
H1.HeaderClassName
{
color: #DB0DF9;
}
.AnyTagClassName
{
color: #DB0DF9;
}
</style>
background-color css
<style>
a { background-color: #DB0DF9; }
a { background-color: rgb(219,13,249); }
div.DivClassName
{
background-color: #DB0DF9;
}
.BgClassName
{
background-color: #DB0DF9;
}
</style>
border-color css
<style>
span { border-color: #DB0DF9; }
span { border-color: rgb(219,13,249); }
td.TdClassName
{
border-color: #DB0DF9;
}
.TagClassName
{
border-color: #DB0DF9;
}
</style>