Shades of Psychedelic Purple #D81FED
Tints of Psychedelic Purple #D81FED
RGB
CMYK
RGB Variations
Color information
#D81FED (or 0xD81FED) is known color: Psychedelic Purple. HEX triplet: D8, 1F and ED. RGB value is (216,31,237). Sum of RGB (Red+Green+Blue) = 216+31+237=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 31 (12.5% from 255 or 6.40% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #D81FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81FED is #27E012. Grayscale: #6D6D6D. Windows color (decimal): -2613267 or 15540184. OLE color: 15540184.
HSL color Cylindrical-coordinate representation of color #D81FED: hue angle of 293.88º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81FED is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 31 | 237 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.07 |
| HSL | 293.88º | 0.85% | 0.53% | - |
| HSV(B) | 293.88º | 0.87% | 0.93% | - |
| XYZ | 44.09 | 21.69 | 81.98 | - |
| YUV | 109.8 | 199.79 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 237 | 0.09 | 0.87 | 0 | 0.07 | 293.88 | 0.85 | 0.53 |
| Hex | D8 | 1F | ED | 9 | 57 | 0 | 7 | 126 | 55 | 35 |
| Octal | 330 | 37 | 355 | 11 | 127 | 0 | 7 | 446 | 125 | 65 |
| Binary | 11011000 | 11111 | 11101101 | 1001 | 1010111 | 0 | 111 | 100100110 | 1010101 | 110101 |
Color Harmonies of #D81FED
Complementary color
Monochromatic Colors of #D81FED
Black with #D81FED
Text Example
Text Example
White with #D81FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81FED; }
p { color: rgb(216,31,237); }
H1.HeaderClassName
{
color: #D81FED;
}
.AnyTagClassName
{
color: #D81FED;
}
</style>
background-color css
<style>
a { background-color: #D81FED; }
a { background-color: rgb(216,31,237); }
div.DivClassName
{
background-color: #D81FED;
}
.BgClassName
{
background-color: #D81FED;
}
</style>
border-color css
<style>
span { border-color: #D81FED; }
span { border-color: rgb(216,31,237); }
td.TdClassName
{
border-color: #D81FED;
}
.TagClassName
{
border-color: #D81FED;
}
</style>