Shades of Psychedelic Purple #D81FEB
Tints of Psychedelic Purple #D81FEB
RGB
CMYK
RGB Variations
Color information
#D81FEB (or 0xD81FEB) is known color: Psychedelic Purple. HEX triplet: D8, 1F and EB. RGB value is (216,31,235). Sum of RGB (Red+Green+Blue) = 216+31+235=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #D81FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81FEB is #27E014. Grayscale: #6C6C6C. Windows color (decimal): -2613269 or 15409112. OLE color: 15409112.
HSL color Cylindrical-coordinate representation of color #D81FEB: hue angle of 294.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81FEB is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 31 | 235 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.08 |
| HSL | 294.41º | 0.84% | 0.52% | - |
| HSV(B) | 294.41º | 0.87% | 0.92% | - |
| XYZ | 43.8 | 21.58 | 80.45 | - |
| YUV | 109.57 | 198.79 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 235 | 0.08 | 0.87 | 0 | 0.08 | 294.41 | 0.84 | 0.52 |
| Hex | D8 | 1F | EB | 8 | 57 | 0 | 8 | 126 | 54 | 34 |
| Octal | 330 | 37 | 353 | 10 | 127 | 0 | 10 | 446 | 124 | 64 |
| Binary | 11011000 | 11111 | 11101011 | 1000 | 1010111 | 0 | 1000 | 100100110 | 1010100 | 110100 |
Color Harmonies of #D81FEB
Complementary color
Monochromatic Colors of #D81FEB
Black with #D81FEB
Text Example
Text Example
White with #D81FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81FEB; }
p { color: rgb(216,31,235); }
H1.HeaderClassName
{
color: #D81FEB;
}
.AnyTagClassName
{
color: #D81FEB;
}
</style>
background-color css
<style>
a { background-color: #D81FEB; }
a { background-color: rgb(216,31,235); }
div.DivClassName
{
background-color: #D81FEB;
}
.BgClassName
{
background-color: #D81FEB;
}
</style>
border-color css
<style>
span { border-color: #D81FEB; }
span { border-color: rgb(216,31,235); }
td.TdClassName
{
border-color: #D81FEB;
}
.TagClassName
{
border-color: #D81FEB;
}
</style>