Shades of Psychedelic Purple #D81FF0
Tints of Psychedelic Purple #D81FF0
RGB
CMYK
RGB Variations
Color information
#D81FF0 (or 0xD81FF0) is known color: Psychedelic Purple. HEX triplet: D8, 1F and F0. RGB value is (216,31,240). Sum of RGB (Red+Green+Blue) = 216+31+240=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 31 (12.5% from 255 or 6.37% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #D81FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81FF0 is #27E00F. Grayscale: #6D6D6D. Windows color (decimal): -2613264 or 15736792. OLE color: 15736792.
HSL color Cylindrical-coordinate representation of color #D81FF0: hue angle of 293.11º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81FF0 is Cyan = 0.1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 31 | 240 | - |
| CMYK | 0.1 | 0.87 | 0 | 0.06 |
| HSL | 293.11º | 0.87% | 0.53% | - |
| HSV(B) | 293.11º | 0.87% | 0.94% | - |
| XYZ | 44.54 | 21.87 | 84.31 | - |
| YUV | 110.14 | 201.29 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 240 | 0.1 | 0.87 | 0 | 0.06 | 293.11 | 0.87 | 0.53 |
| Hex | D8 | 1F | F0 | A | 57 | 0 | 6 | 125 | 57 | 35 |
| Octal | 330 | 37 | 360 | 12 | 127 | 0 | 6 | 445 | 127 | 65 |
| Binary | 11011000 | 11111 | 11110000 | 1010 | 1010111 | 0 | 110 | 100100101 | 1010111 | 110101 |
Color Harmonies of #D81FF0
Complementary color
Monochromatic Colors of #D81FF0
Black with #D81FF0
Text Example
Text Example
White with #D81FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81FF0; }
p { color: rgb(216,31,240); }
H1.HeaderClassName
{
color: #D81FF0;
}
.AnyTagClassName
{
color: #D81FF0;
}
</style>
background-color css
<style>
a { background-color: #D81FF0; }
a { background-color: rgb(216,31,240); }
div.DivClassName
{
background-color: #D81FF0;
}
.BgClassName
{
background-color: #D81FF0;
}
</style>
border-color css
<style>
span { border-color: #D81FF0; }
span { border-color: rgb(216,31,240); }
td.TdClassName
{
border-color: #D81FF0;
}
.TagClassName
{
border-color: #D81FF0;
}
</style>