Shades of Psychedelic Purple #DB29FC
Tints of Psychedelic Purple #DB29FC
RGB
CMYK
RGB Variations
Color information
#DB29FC (or 0xDB29FC) is known color: Psychedelic Purple. HEX triplet: DB, 29 and FC. RGB value is (219,41,252). Sum of RGB (Red+Green+Blue) = 219+41+252=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 41 (16.41% from 255 or 8.01% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB29FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB29FC is #24D603. Grayscale: #757575. Windows color (decimal): -2414084 or 16525787. OLE color: 16525787.
HSL color Cylindrical-coordinate representation of color #DB29FC: hue angle of 290.62º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB29FC is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 41 | 252 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.01 |
| HSL | 290.62º | 0.97% | 0.57% | - |
| HSV(B) | 290.62º | 0.84% | 0.99% | - |
| XYZ | 47.58 | 23.67 | 94.16 | - |
| YUV | 118.28 | 203.47 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 252 | 0.13 | 0.84 | 0 | 0.01 | 290.62 | 0.97 | 0.57 |
| Hex | DB | 29 | FC | D | 54 | 0 | 1 | 123 | 61 | 39 |
| Octal | 333 | 51 | 374 | 15 | 124 | 0 | 1 | 443 | 141 | 71 |
| Binary | 11011011 | 101001 | 11111100 | 1101 | 1010100 | 0 | 1 | 100100011 | 1100001 | 111001 |
Color Harmonies of #DB29FC
Complementary color
Monochromatic Colors of #DB29FC
Black with #DB29FC
Text Example
Text Example
White with #DB29FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29FC; }
p { color: rgb(219,41,252); }
H1.HeaderClassName
{
color: #DB29FC;
}
.AnyTagClassName
{
color: #DB29FC;
}
</style>
background-color css
<style>
a { background-color: #DB29FC; }
a { background-color: rgb(219,41,252); }
div.DivClassName
{
background-color: #DB29FC;
}
.BgClassName
{
background-color: #DB29FC;
}
</style>
border-color css
<style>
span { border-color: #DB29FC; }
span { border-color: rgb(219,41,252); }
td.TdClassName
{
border-color: #DB29FC;
}
.TagClassName
{
border-color: #DB29FC;
}
</style>