Shades of Psychedelic Purple #DB31FD
Tints of Psychedelic Purple #DB31FD
RGB
CMYK
RGB Variations
Color information
#DB31FD (or 0xDB31FD) is known color: Psychedelic Purple. HEX triplet: DB, 31 and FD. RGB value is (219,49,253). Sum of RGB (Red+Green+Blue) = 219+49+253=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 49 (19.53% from 255 or 9.40% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB31FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB31FD is #24CE02. Grayscale: #7A7A7A. Windows color (decimal): -2412035 or 16593371. OLE color: 16593371.
HSL color Cylindrical-coordinate representation of color #DB31FD: hue angle of 290º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB31FD is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 49 | 253 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.01 |
| HSL | 290º | 0.98% | 0.59% | - |
| HSV(B) | 290º | 0.81% | 0.99% | - |
| XYZ | 48.04 | 24.35 | 95.1 | - |
| YUV | 123.09 | 201.32 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 253 | 0.13 | 0.81 | 0 | 0.01 | 290 | 0.98 | 0.59 |
| Hex | DB | 31 | FD | D | 51 | 0 | 1 | 122 | 62 | 3B |
| Octal | 333 | 61 | 375 | 15 | 121 | 0 | 1 | 442 | 142 | 73 |
| Binary | 11011011 | 110001 | 11111101 | 1101 | 1010001 | 0 | 1 | 100100010 | 1100010 | 111011 |
Color Harmonies of #DB31FD
Complementary color
Monochromatic Colors of #DB31FD
Black with #DB31FD
Text Example
Text Example
White with #DB31FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB31FD; }
p { color: rgb(219,49,253); }
H1.HeaderClassName
{
color: #DB31FD;
}
.AnyTagClassName
{
color: #DB31FD;
}
</style>
background-color css
<style>
a { background-color: #DB31FD; }
a { background-color: rgb(219,49,253); }
div.DivClassName
{
background-color: #DB31FD;
}
.BgClassName
{
background-color: #DB31FD;
}
</style>
border-color css
<style>
span { border-color: #DB31FD; }
span { border-color: rgb(219,49,253); }
td.TdClassName
{
border-color: #DB31FD;
}
.TagClassName
{
border-color: #DB31FD;
}
</style>