Shades of Psychedelic Purple #DB29FD
Tints of Psychedelic Purple #DB29FD
RGB
CMYK
RGB Variations
Color information
#DB29FD (or 0xDB29FD) is known color: Psychedelic Purple. HEX triplet: DB, 29 and FD. RGB value is (219,41,253). Sum of RGB (Red+Green+Blue) = 219+41+253=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 41 (16.41% from 255 or 7.99% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB29FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB29FD is #24D602. Grayscale: #757575. Windows color (decimal): -2414083 or 16591323. OLE color: 16591323.
HSL color Cylindrical-coordinate representation of color #DB29FD: hue angle of 290.38º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB29FD is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 41 | 253 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.01 |
| HSL | 290.38º | 0.98% | 0.58% | - |
| HSV(B) | 290.38º | 0.84% | 0.99% | - |
| XYZ | 47.74 | 23.74 | 94.99 | - |
| YUV | 118.39 | 203.97 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 253 | 0.13 | 0.84 | 0 | 0.01 | 290.38 | 0.98 | 0.58 |
| Hex | DB | 29 | FD | D | 54 | 0 | 1 | 122 | 62 | 3A |
| Octal | 333 | 51 | 375 | 15 | 124 | 0 | 1 | 442 | 142 | 72 |
| Binary | 11011011 | 101001 | 11111101 | 1101 | 1010100 | 0 | 1 | 100100010 | 1100010 | 111010 |
Color Harmonies of #DB29FD
Complementary color
Monochromatic Colors of #DB29FD
Black with #DB29FD
Text Example
Text Example
White with #DB29FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29FD; }
p { color: rgb(219,41,253); }
H1.HeaderClassName
{
color: #DB29FD;
}
.AnyTagClassName
{
color: #DB29FD;
}
</style>
background-color css
<style>
a { background-color: #DB29FD; }
a { background-color: rgb(219,41,253); }
div.DivClassName
{
background-color: #DB29FD;
}
.BgClassName
{
background-color: #DB29FD;
}
</style>
border-color css
<style>
span { border-color: #DB29FD; }
span { border-color: rgb(219,41,253); }
td.TdClassName
{
border-color: #DB29FD;
}
.TagClassName
{
border-color: #DB29FD;
}
</style>