Shades of Psychedelic Purple #DB27FB
Tints of Psychedelic Purple #DB27FB
RGB
CMYK
RGB Variations
Color information
#DB27FB (or 0xDB27FB) is known color: Psychedelic Purple. HEX triplet: DB, 27 and FB. RGB value is (219,39,251). Sum of RGB (Red+Green+Blue) = 219+39+251=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 39 (15.62% from 255 or 7.66% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB27FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB27FB is #24D804. Grayscale: #747474. Windows color (decimal): -2414597 or 16459739. OLE color: 16459739.
HSL color Cylindrical-coordinate representation of color #DB27FB: hue angle of 290.94º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB27FB is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 39 | 251 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.02 |
| HSL | 290.94º | 0.96% | 0.57% | - |
| HSV(B) | 290.94º | 0.84% | 0.98% | - |
| XYZ | 47.35 | 23.48 | 93.3 | - |
| YUV | 116.99 | 203.63 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 251 | 0.13 | 0.84 | 0 | 0.02 | 290.94 | 0.96 | 0.57 |
| Hex | DB | 27 | FB | D | 54 | 0 | 2 | 123 | 60 | 39 |
| Octal | 333 | 47 | 373 | 15 | 124 | 0 | 2 | 443 | 140 | 71 |
| Binary | 11011011 | 100111 | 11111011 | 1101 | 1010100 | 0 | 10 | 100100011 | 1100000 | 111001 |
Color Harmonies of #DB27FB
Complementary color
Monochromatic Colors of #DB27FB
Black with #DB27FB
Text Example
Text Example
White with #DB27FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27FB; }
p { color: rgb(219,39,251); }
H1.HeaderClassName
{
color: #DB27FB;
}
.AnyTagClassName
{
color: #DB27FB;
}
</style>
background-color css
<style>
a { background-color: #DB27FB; }
a { background-color: rgb(219,39,251); }
div.DivClassName
{
background-color: #DB27FB;
}
.BgClassName
{
background-color: #DB27FB;
}
</style>
border-color css
<style>
span { border-color: #DB27FB; }
span { border-color: rgb(219,39,251); }
td.TdClassName
{
border-color: #DB27FB;
}
.TagClassName
{
border-color: #DB27FB;
}
</style>