Shades of Psychedelic Purple #DB29FA
Tints of Psychedelic Purple #DB29FA
RGB
CMYK
RGB Variations
Color information
#DB29FA (or 0xDB29FA) is known color: Psychedelic Purple. HEX triplet: DB, 29 and FA. RGB value is (219,41,250). Sum of RGB (Red+Green+Blue) = 219+41+250=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 41 (16.41% from 255 or 8.04% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB29FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB29FA is #24D605. Grayscale: #757575. Windows color (decimal): -2414086 or 16394715. OLE color: 16394715.
HSL color Cylindrical-coordinate representation of color #DB29FA: hue angle of 291.1º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB29FA is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 41 | 250 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.02 |
| HSL | 291.1º | 0.95% | 0.57% | - |
| HSV(B) | 291.1º | 0.84% | 0.98% | - |
| XYZ | 47.26 | 23.55 | 92.5 | - |
| YUV | 118.05 | 202.47 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 250 | 0.12 | 0.84 | 0 | 0.02 | 291.1 | 0.95 | 0.57 |
| Hex | DB | 29 | FA | C | 54 | 0 | 2 | 123 | 5F | 39 |
| Octal | 333 | 51 | 372 | 14 | 124 | 0 | 2 | 443 | 137 | 71 |
| Binary | 11011011 | 101001 | 11111010 | 1100 | 1010100 | 0 | 10 | 100100011 | 1011111 | 111001 |
Color Harmonies of #DB29FA
Complementary color
Monochromatic Colors of #DB29FA
Black with #DB29FA
Text Example
Text Example
White with #DB29FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29FA; }
p { color: rgb(219,41,250); }
H1.HeaderClassName
{
color: #DB29FA;
}
.AnyTagClassName
{
color: #DB29FA;
}
</style>
background-color css
<style>
a { background-color: #DB29FA; }
a { background-color: rgb(219,41,250); }
div.DivClassName
{
background-color: #DB29FA;
}
.BgClassName
{
background-color: #DB29FA;
}
</style>
border-color css
<style>
span { border-color: #DB29FA; }
span { border-color: rgb(219,41,250); }
td.TdClassName
{
border-color: #DB29FA;
}
.TagClassName
{
border-color: #DB29FA;
}
</style>