Shades of Psychedelic Purple #DB27F1
Tints of Psychedelic Purple #DB27F1
RGB
CMYK
RGB Variations
Color information
#DB27F1 (or 0xDB27F1) is known color: Psychedelic Purple. HEX triplet: DB, 27 and F1. RGB value is (219,39,241). Sum of RGB (Red+Green+Blue) = 219+39+241=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 39 (15.62% from 255 or 7.82% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB27F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB27F1 is #24D80E. Grayscale: #737373. Windows color (decimal): -2414607 or 15804379. OLE color: 15804379.
HSL color Cylindrical-coordinate representation of color #DB27F1: hue angle of 293.47º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB27F1 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 39 | 241 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.05 |
| HSL | 293.47º | 0.88% | 0.55% | - |
| HSV(B) | 293.47º | 0.84% | 0.95% | - |
| XYZ | 45.82 | 22.86 | 85.22 | - |
| YUV | 115.85 | 198.63 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 241 | 0.09 | 0.84 | 0 | 0.05 | 293.47 | 0.88 | 0.55 |
| Hex | DB | 27 | F1 | 9 | 54 | 0 | 5 | 125 | 58 | 37 |
| Octal | 333 | 47 | 361 | 11 | 124 | 0 | 5 | 445 | 130 | 67 |
| Binary | 11011011 | 100111 | 11110001 | 1001 | 1010100 | 0 | 101 | 100100101 | 1011000 | 110111 |
Color Harmonies of #DB27F1
Complementary color
Monochromatic Colors of #DB27F1
Black with #DB27F1
Text Example
Text Example
White with #DB27F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27F1; }
p { color: rgb(219,39,241); }
H1.HeaderClassName
{
color: #DB27F1;
}
.AnyTagClassName
{
color: #DB27F1;
}
</style>
background-color css
<style>
a { background-color: #DB27F1; }
a { background-color: rgb(219,39,241); }
div.DivClassName
{
background-color: #DB27F1;
}
.BgClassName
{
background-color: #DB27F1;
}
</style>
border-color css
<style>
span { border-color: #DB27F1; }
span { border-color: rgb(219,39,241); }
td.TdClassName
{
border-color: #DB27F1;
}
.TagClassName
{
border-color: #DB27F1;
}
</style>