Shades of Psychedelic Purple #DB27FD
Tints of Psychedelic Purple #DB27FD
RGB
CMYK
RGB Variations
Color information
#DB27FD (or 0xDB27FD) is known color: Psychedelic Purple. HEX triplet: DB, 27 and FD. RGB value is (219,39,253). Sum of RGB (Red+Green+Blue) = 219+39+253=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 39 (15.62% from 255 or 7.63% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB27FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB27FD is #24D802. Grayscale: #747474. Windows color (decimal): -2414595 or 16590811. OLE color: 16590811.
HSL color Cylindrical-coordinate representation of color #DB27FD: hue angle of 290.47º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB27FD is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 39 | 253 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.01 |
| HSL | 290.47º | 0.98% | 0.57% | - |
| HSV(B) | 290.47º | 0.85% | 0.99% | - |
| XYZ | 47.67 | 23.6 | 94.97 | - |
| YUV | 117.22 | 204.63 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 253 | 0.13 | 0.85 | 0 | 0.01 | 290.47 | 0.98 | 0.57 |
| Hex | DB | 27 | FD | D | 55 | 0 | 1 | 122 | 62 | 39 |
| Octal | 333 | 47 | 375 | 15 | 125 | 0 | 1 | 442 | 142 | 71 |
| Binary | 11011011 | 100111 | 11111101 | 1101 | 1010101 | 0 | 1 | 100100010 | 1100010 | 111001 |
Color Harmonies of #DB27FD
Complementary color
Monochromatic Colors of #DB27FD
Black with #DB27FD
Text Example
Text Example
White with #DB27FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27FD; }
p { color: rgb(219,39,253); }
H1.HeaderClassName
{
color: #DB27FD;
}
.AnyTagClassName
{
color: #DB27FD;
}
</style>
background-color css
<style>
a { background-color: #DB27FD; }
a { background-color: rgb(219,39,253); }
div.DivClassName
{
background-color: #DB27FD;
}
.BgClassName
{
background-color: #DB27FD;
}
</style>
border-color css
<style>
span { border-color: #DB27FD; }
span { border-color: rgb(219,39,253); }
td.TdClassName
{
border-color: #DB27FD;
}
.TagClassName
{
border-color: #DB27FD;
}
</style>