Shades of Psychedelic Purple #DB0DF8
Tints of Psychedelic Purple #DB0DF8
RGB
CMYK
RGB Variations
Color information
#DB0DF8 (or 0xDB0DF8) is known color: Psychedelic Purple. HEX triplet: DB, 0D and F8. RGB value is (219,13,248). Sum of RGB (Red+Green+Blue) = 219+13+248=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 13 (5.47% from 255 or 2.71% from 480); Blue value is 248 (97.27% from 255 or 51.67% from 480); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB0DF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0DF8 is #24F207. Grayscale: #646464. Windows color (decimal): -2421256 or 16256475. OLE color: 16256475.
HSL color Cylindrical-coordinate representation of color #DB0DF8: hue angle of 292.6º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0DF8 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 13 | 248 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.03 |
| HSL | 292.6º | 0.94% | 0.51% | - |
| HSV(B) | 292.6º | 0.95% | 0.97% | - |
| XYZ | 46.3 | 22.13 | 90.64 | - |
| YUV | 101.38 | 210.75 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 248 | 0.12 | 0.95 | 0 | 0.03 | 292.6 | 0.94 | 0.51 |
| Hex | DB | D | F8 | C | 5F | 0 | 3 | 125 | 5E | 33 |
| Octal | 333 | 15 | 370 | 14 | 137 | 0 | 3 | 445 | 136 | 63 |
| Binary | 11011011 | 1101 | 11111000 | 1100 | 1011111 | 0 | 11 | 100100101 | 1011110 | 110011 |
Color Harmonies of #DB0DF8
Complementary color
Monochromatic Colors of #DB0DF8
Black with #DB0DF8
Text Example
Text Example
White with #DB0DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DF8; }
p { color: rgb(219,13,248); }
H1.HeaderClassName
{
color: #DB0DF8;
}
.AnyTagClassName
{
color: #DB0DF8;
}
</style>
background-color css
<style>
a { background-color: #DB0DF8; }
a { background-color: rgb(219,13,248); }
div.DivClassName
{
background-color: #DB0DF8;
}
.BgClassName
{
background-color: #DB0DF8;
}
</style>
border-color css
<style>
span { border-color: #DB0DF8; }
span { border-color: rgb(219,13,248); }
td.TdClassName
{
border-color: #DB0DF8;
}
.TagClassName
{
border-color: #DB0DF8;
}
</style>