Shades of Psychedelic Purple #DB1BFD
Tints of Psychedelic Purple #DB1BFD
RGB
CMYK
RGB Variations
Color information
#DB1BFD (or 0xDB1BFD) is known color: Psychedelic Purple. HEX triplet: DB, 1B and FD. RGB value is (219,27,253). Sum of RGB (Red+Green+Blue) = 219+27+253=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 27 (10.94% from 255 or 5.41% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB1BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1BFD is #24E402. Grayscale: #6D6D6D. Windows color (decimal): -2417667 or 16587739. OLE color: 16587739.
HSL color Cylindrical-coordinate representation of color #DB1BFD: hue angle of 290.97º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1BFD is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 27 | 253 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.01 |
| HSL | 290.97º | 0.98% | 0.55% | - |
| HSV(B) | 290.97º | 0.89% | 0.99% | - |
| XYZ | 47.33 | 22.94 | 94.86 | - |
| YUV | 110.17 | 208.61 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 253 | 0.13 | 0.89 | 0 | 0.01 | 290.97 | 0.98 | 0.55 |
| Hex | DB | 1B | FD | D | 59 | 0 | 1 | 123 | 62 | 37 |
| Octal | 333 | 33 | 375 | 15 | 131 | 0 | 1 | 443 | 142 | 67 |
| Binary | 11011011 | 11011 | 11111101 | 1101 | 1011001 | 0 | 1 | 100100011 | 1100010 | 110111 |
Color Harmonies of #DB1BFD
Complementary color
Monochromatic Colors of #DB1BFD
Black with #DB1BFD
Text Example
Text Example
White with #DB1BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BFD; }
p { color: rgb(219,27,253); }
H1.HeaderClassName
{
color: #DB1BFD;
}
.AnyTagClassName
{
color: #DB1BFD;
}
</style>
background-color css
<style>
a { background-color: #DB1BFD; }
a { background-color: rgb(219,27,253); }
div.DivClassName
{
background-color: #DB1BFD;
}
.BgClassName
{
background-color: #DB1BFD;
}
</style>
border-color css
<style>
span { border-color: #DB1BFD; }
span { border-color: rgb(219,27,253); }
td.TdClassName
{
border-color: #DB1BFD;
}
.TagClassName
{
border-color: #DB1BFD;
}
</style>