Shades of Psychedelic Purple #D81AEF
Tints of Psychedelic Purple #D81AEF
RGB
CMYK
RGB Variations
Color information
#D81AEF (or 0xD81AEF) is known color: Psychedelic Purple. HEX triplet: D8, 1A and EF. RGB value is (216,26,239). Sum of RGB (Red+Green+Blue) = 216+26+239=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 26 (10.55% from 255 or 5.41% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #D81AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81AEF is #27E510. Grayscale: #6A6A6A. Windows color (decimal): -2614545 or 15669976. OLE color: 15669976.
HSL color Cylindrical-coordinate representation of color #D81AEF: hue angle of 293.52º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81AEF is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 26 | 239 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.06 |
| HSL | 293.52º | 0.87% | 0.52% | - |
| HSV(B) | 293.52º | 0.89% | 0.94% | - |
| XYZ | 44.27 | 21.57 | 83.49 | - |
| YUV | 107.09 | 202.45 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 239 | 0.10 | 0.89 | 0 | 0.06 | 293.52 | 0.87 | 0.52 |
| Hex | D8 | 1A | EF | A | 59 | 0 | 6 | 126 | 57 | 34 |
| Octal | 330 | 32 | 357 | 12 | 131 | 0 | 6 | 446 | 127 | 64 |
| Binary | 11011000 | 11010 | 11101111 | 1010 | 1011001 | 0 | 110 | 100100110 | 1010111 | 110100 |
Color Harmonies of #D81AEF
Complementary color
Monochromatic Colors of #D81AEF
Black with #D81AEF
Text Example
Text Example
White with #D81AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81AEF; }
p { color: rgb(216,26,239); }
H1.HeaderClassName
{
color: #D81AEF;
}
.AnyTagClassName
{
color: #D81AEF;
}
</style>
background-color css
<style>
a { background-color: #D81AEF; }
a { background-color: rgb(216,26,239); }
div.DivClassName
{
background-color: #D81AEF;
}
.BgClassName
{
background-color: #D81AEF;
}
</style>
border-color css
<style>
span { border-color: #D81AEF; }
span { border-color: rgb(216,26,239); }
td.TdClassName
{
border-color: #D81AEF;
}
.TagClassName
{
border-color: #D81AEF;
}
</style>