Shades of Psychedelic Purple #D81EF1
Tints of Psychedelic Purple #D81EF1
RGB
CMYK
RGB Variations
Color information
#D81EF1 (or 0xD81EF1) is known color: Psychedelic Purple. HEX triplet: D8, 1E and F1. RGB value is (216,30,241). Sum of RGB (Red+Green+Blue) = 216+30+241=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #D81EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81EF1 is #27E10E. Grayscale: #6D6D6D. Windows color (decimal): -2613519 or 15802072. OLE color: 15802072.
HSL color Cylindrical-coordinate representation of color #D81EF1: hue angle of 292.89º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81EF1 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 30 | 241 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.05 |
| HSL | 292.89º | 0.88% | 0.53% | - |
| HSV(B) | 292.89º | 0.88% | 0.95% | - |
| XYZ | 44.66 | 21.88 | 85.09 | - |
| YUV | 109.67 | 202.12 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 241 | 0.10 | 0.88 | 0 | 0.05 | 292.89 | 0.88 | 0.53 |
| Hex | D8 | 1E | F1 | A | 58 | 0 | 5 | 125 | 58 | 35 |
| Octal | 330 | 36 | 361 | 12 | 130 | 0 | 5 | 445 | 130 | 65 |
| Binary | 11011000 | 11110 | 11110001 | 1010 | 1011000 | 0 | 101 | 100100101 | 1011000 | 110101 |
Color Harmonies of #D81EF1
Complementary color
Monochromatic Colors of #D81EF1
Black with #D81EF1
Text Example
Text Example
White with #D81EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81EF1; }
p { color: rgb(216,30,241); }
H1.HeaderClassName
{
color: #D81EF1;
}
.AnyTagClassName
{
color: #D81EF1;
}
</style>
background-color css
<style>
a { background-color: #D81EF1; }
a { background-color: rgb(216,30,241); }
div.DivClassName
{
background-color: #D81EF1;
}
.BgClassName
{
background-color: #D81EF1;
}
</style>
border-color css
<style>
span { border-color: #D81EF1; }
span { border-color: rgb(216,30,241); }
td.TdClassName
{
border-color: #D81EF1;
}
.TagClassName
{
border-color: #D81EF1;
}
</style>