Shades of Psychedelic Purple #DB38FF
Tints of Psychedelic Purple #DB38FF
RGB
CMYK
RGB Variations
Color information
#DB38FF (or 0xDB38FF) is known color: Psychedelic Purple. HEX triplet: DB, 38 and FF. RGB value is (219,56,255). Sum of RGB (Red+Green+Blue) = 219+56+255=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 56 (22.27% from 255 or 10.57% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB38FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB38FF is #24C700. Grayscale: #7E7E7E. Windows color (decimal): -2410241 or 16726235. OLE color: 16726235.
HSL color Cylindrical-coordinate representation of color #DB38FF: hue angle of 289.15º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB38FF is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 56 | 255 | - |
| CMYK | 0.14 | 0.78 | 0 | 0 |
| HSL | 289.15º | 1% | 0.61% | - |
| HSV(B) | 289.15º | 0.78% | 1% | - |
| XYZ | 48.68 | 25.11 | 96.89 | - |
| YUV | 127.42 | 200 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 255 | 0.14 | 0.78 | 0 | 0 | 289.15 | 1 | 0.61 |
| Hex | DB | 38 | FF | E | 4E | 0 | 0 | 121 | 64 | 3D |
| Octal | 333 | 70 | 377 | 16 | 116 | 0 | 0 | 441 | 144 | 75 |
| Binary | 11011011 | 111000 | 11111111 | 1110 | 1001110 | 0 | 0 | 100100001 | 1100100 | 111101 |
Color Harmonies of #DB38FF
Complementary color
Monochromatic Colors of #DB38FF
Black with #DB38FF
Text Example
Text Example
White with #DB38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38FF; }
p { color: rgb(219,56,255); }
H1.HeaderClassName
{
color: #DB38FF;
}
.AnyTagClassName
{
color: #DB38FF;
}
</style>
background-color css
<style>
a { background-color: #DB38FF; }
a { background-color: rgb(219,56,255); }
div.DivClassName
{
background-color: #DB38FF;
}
.BgClassName
{
background-color: #DB38FF;
}
</style>
border-color css
<style>
span { border-color: #DB38FF; }
span { border-color: rgb(219,56,255); }
td.TdClassName
{
border-color: #DB38FF;
}
.TagClassName
{
border-color: #DB38FF;
}
</style>