Shades of Psychedelic Purple #DB27FF
Tints of Psychedelic Purple #DB27FF
RGB
CMYK
RGB Variations
Color information
#DB27FF (or 0xDB27FF) is known color: Psychedelic Purple. HEX triplet: DB, 27 and FF. RGB value is (219,39,255). Sum of RGB (Red+Green+Blue) = 219+39+255=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 39 (15.62% from 255 or 7.60% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB27FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB27FF is #24D800. Grayscale: #747474. Windows color (decimal): -2414593 or 16721883. OLE color: 16721883.
HSL color Cylindrical-coordinate representation of color #DB27FF: hue angle of 290º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB27FF is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 39 | 255 | - |
| CMYK | 0.14 | 0.85 | 0 | 0 |
| HSL | 290º | 1% | 0.58% | - |
| HSV(B) | 290º | 0.85% | 1% | - |
| XYZ | 47.99 | 23.73 | 96.66 | - |
| YUV | 117.44 | 205.63 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 255 | 0.14 | 0.85 | 0 | 0 | 290 | 1 | 0.58 |
| Hex | DB | 27 | FF | E | 55 | 0 | 0 | 122 | 64 | 3A |
| Octal | 333 | 47 | 377 | 16 | 125 | 0 | 0 | 442 | 144 | 72 |
| Binary | 11011011 | 100111 | 11111111 | 1110 | 1010101 | 0 | 0 | 100100010 | 1100100 | 111010 |
Color Harmonies of #DB27FF
Complementary color
Monochromatic Colors of #DB27FF
Black with #DB27FF
Text Example
Text Example
White with #DB27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27FF; }
p { color: rgb(219,39,255); }
H1.HeaderClassName
{
color: #DB27FF;
}
.AnyTagClassName
{
color: #DB27FF;
}
</style>
background-color css
<style>
a { background-color: #DB27FF; }
a { background-color: rgb(219,39,255); }
div.DivClassName
{
background-color: #DB27FF;
}
.BgClassName
{
background-color: #DB27FF;
}
</style>
border-color css
<style>
span { border-color: #DB27FF; }
span { border-color: rgb(219,39,255); }
td.TdClassName
{
border-color: #DB27FF;
}
.TagClassName
{
border-color: #DB27FF;
}
</style>