Shades of Psychedelic Purple #DB28FD
Tints of Psychedelic Purple #DB28FD
RGB
CMYK
RGB Variations
Color information
#DB28FD (or 0xDB28FD) is known color: Psychedelic Purple. HEX triplet: DB, 28 and FD. RGB value is (219,40,253). Sum of RGB (Red+Green+Blue) = 219+40+253=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 40 (16.02% from 255 or 7.81% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB28FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB28FD is #24D702. Grayscale: #757575. Windows color (decimal): -2414339 or 16591067. OLE color: 16591067.
HSL color Cylindrical-coordinate representation of color #DB28FD: hue angle of 290.42º degrees, saturation: 0.98, 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 #DB28FD is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 40 | 253 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.01 |
| HSL | 290.42º | 0.98% | 0.57% | - |
| HSV(B) | 290.42º | 0.84% | 0.99% | - |
| XYZ | 47.7 | 23.67 | 94.98 | - |
| YUV | 117.8 | 204.3 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 253 | 0.13 | 0.84 | 0 | 0.01 | 290.42 | 0.98 | 0.57 |
| Hex | DB | 28 | FD | D | 54 | 0 | 1 | 122 | 62 | 39 |
| Octal | 333 | 50 | 375 | 15 | 124 | 0 | 1 | 442 | 142 | 71 |
| Binary | 11011011 | 101000 | 11111101 | 1101 | 1010100 | 0 | 1 | 100100010 | 1100010 | 111001 |
Color Harmonies of #DB28FD
Complementary color
Monochromatic Colors of #DB28FD
Black with #DB28FD
Text Example
Text Example
White with #DB28FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28FD; }
p { color: rgb(219,40,253); }
H1.HeaderClassName
{
color: #DB28FD;
}
.AnyTagClassName
{
color: #DB28FD;
}
</style>
background-color css
<style>
a { background-color: #DB28FD; }
a { background-color: rgb(219,40,253); }
div.DivClassName
{
background-color: #DB28FD;
}
.BgClassName
{
background-color: #DB28FD;
}
</style>
border-color css
<style>
span { border-color: #DB28FD; }
span { border-color: rgb(219,40,253); }
td.TdClassName
{
border-color: #DB28FD;
}
.TagClassName
{
border-color: #DB28FD;
}
</style>