Shades of Psychedelic Purple #D81EFE
Tints of Psychedelic Purple #D81EFE
RGB
CMYK
RGB Variations
Color information
#D81EFE (or 0xD81EFE) is known color: Psychedelic Purple. HEX triplet: D8, 1E and FE. RGB value is (216,30,254). Sum of RGB (Red+Green+Blue) = 216+30+254=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 30 (12.11% from 255 or 6% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #D81EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81EFE is #27E101. Grayscale: #6E6E6E. Windows color (decimal): -2613506 or 16654040. OLE color: 16654040.
HSL color Cylindrical-coordinate representation of color #D81EFE: hue angle of 289.82º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81EFE is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 30 | 254 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.00 |
| HSL | 289.82º | 0.99% | 0.56% | - |
| HSV(B) | 289.82º | 0.88% | 1% | - |
| XYZ | 46.67 | 22.68 | 95.68 | - |
| YUV | 111.15 | 208.62 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 254 | 0.15 | 0.88 | 0 | 0.00 | 289.82 | 0.99 | 0.56 |
| Hex | D8 | 1E | FE | F | 58 | 0 | 0 | 122 | 63 | 38 |
| Octal | 330 | 36 | 376 | 17 | 130 | 0 | 0 | 442 | 143 | 70 |
| Binary | 11011000 | 11110 | 11111110 | 1111 | 1011000 | 0 | 0 | 100100010 | 1100011 | 111000 |
Color Harmonies of #D81EFE
Complementary color
Monochromatic Colors of #D81EFE
Black with #D81EFE
Text Example
Text Example
White with #D81EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81EFE; }
p { color: rgb(216,30,254); }
H1.HeaderClassName
{
color: #D81EFE;
}
.AnyTagClassName
{
color: #D81EFE;
}
</style>
background-color css
<style>
a { background-color: #D81EFE; }
a { background-color: rgb(216,30,254); }
div.DivClassName
{
background-color: #D81EFE;
}
.BgClassName
{
background-color: #D81EFE;
}
</style>
border-color css
<style>
span { border-color: #D81EFE; }
span { border-color: rgb(216,30,254); }
td.TdClassName
{
border-color: #D81EFE;
}
.TagClassName
{
border-color: #D81EFE;
}
</style>