Shades of Psychedelic Purple #D81AFF
Tints of Psychedelic Purple #D81AFF
RGB
CMYK
RGB Variations
Color information
#D81AFF (or 0xD81AFF) is known color: Psychedelic Purple. HEX triplet: D8, 1A and FF. RGB value is (216,26,255). Sum of RGB (Red+Green+Blue) = 216+26+255=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 26 (10.55% from 255 or 5.23% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #D81AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81AFF is #27E500. Grayscale: #6C6C6C. Windows color (decimal): -2614529 or 16718552. OLE color: 16718552.
HSL color Cylindrical-coordinate representation of color #D81AFF: hue angle of 289.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81AFF is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 26 | 255 | - |
| CMYK | 0.15 | 0.90 | 0 | 0 |
| HSL | 289.78º | 1% | 0.55% | - |
| HSV(B) | 289.78º | 0.9% | 1% | - |
| XYZ | 46.74 | 22.56 | 96.5 | - |
| YUV | 108.92 | 210.45 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 255 | 0.15 | 0.90 | 0 | 0 | 289.78 | 1 | 0.55 |
| Hex | D8 | 1A | FF | F | 5A | 0 | 0 | 122 | 64 | 37 |
| Octal | 330 | 32 | 377 | 17 | 132 | 0 | 0 | 442 | 144 | 67 |
| Binary | 11011000 | 11010 | 11111111 | 1111 | 1011010 | 0 | 0 | 100100010 | 1100100 | 110111 |
Color Harmonies of #D81AFF
Complementary color
Monochromatic Colors of #D81AFF
Black with #D81AFF
Text Example
Text Example
White with #D81AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81AFF; }
p { color: rgb(216,26,255); }
H1.HeaderClassName
{
color: #D81AFF;
}
.AnyTagClassName
{
color: #D81AFF;
}
</style>
background-color css
<style>
a { background-color: #D81AFF; }
a { background-color: rgb(216,26,255); }
div.DivClassName
{
background-color: #D81AFF;
}
.BgClassName
{
background-color: #D81AFF;
}
</style>
border-color css
<style>
span { border-color: #D81AFF; }
span { border-color: rgb(216,26,255); }
td.TdClassName
{
border-color: #D81AFF;
}
.TagClassName
{
border-color: #D81AFF;
}
</style>