Shades of Psychedelic Purple #D81FF8
Tints of Psychedelic Purple #D81FF8
RGB
CMYK
RGB Variations
Color information
#D81FF8 (or 0xD81FF8) is known color: Psychedelic Purple. HEX triplet: D8, 1F and F8. RGB value is (216,31,248). Sum of RGB (Red+Green+Blue) = 216+31+248=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 31 (12.5% from 255 or 6.26% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #D81FF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81FF8 is #27E007. Grayscale: #6E6E6E. Windows color (decimal): -2613256 or 16261080. OLE color: 16261080.
HSL color Cylindrical-coordinate representation of color #D81FF8: hue angle of 291.15º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81FF8 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 31 | 248 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.03 |
| HSL | 291.15º | 0.94% | 0.55% | - |
| HSV(B) | 291.15º | 0.88% | 0.97% | - |
| XYZ | 45.75 | 22.36 | 90.71 | - |
| YUV | 111.05 | 205.29 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 248 | 0.13 | 0.88 | 0 | 0.03 | 291.15 | 0.94 | 0.55 |
| Hex | D8 | 1F | F8 | D | 58 | 0 | 3 | 123 | 5E | 37 |
| Octal | 330 | 37 | 370 | 15 | 130 | 0 | 3 | 443 | 136 | 67 |
| Binary | 11011000 | 11111 | 11111000 | 1101 | 1011000 | 0 | 11 | 100100011 | 1011110 | 110111 |
Color Harmonies of #D81FF8
Complementary color
Monochromatic Colors of #D81FF8
Black with #D81FF8
Text Example
Text Example
White with #D81FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81FF8; }
p { color: rgb(216,31,248); }
H1.HeaderClassName
{
color: #D81FF8;
}
.AnyTagClassName
{
color: #D81FF8;
}
</style>
background-color css
<style>
a { background-color: #D81FF8; }
a { background-color: rgb(216,31,248); }
div.DivClassName
{
background-color: #D81FF8;
}
.BgClassName
{
background-color: #D81FF8;
}
</style>
border-color css
<style>
span { border-color: #D81FF8; }
span { border-color: rgb(216,31,248); }
td.TdClassName
{
border-color: #D81FF8;
}
.TagClassName
{
border-color: #D81FF8;
}
</style>