Shades of Psychedelic Purple #D81AEC
Tints of Psychedelic Purple #D81AEC
RGB
CMYK
RGB Variations
Color information
#D81AEC (or 0xD81AEC) is known color: Psychedelic Purple. HEX triplet: D8, 1A and EC. RGB value is (216,26,236). Sum of RGB (Red+Green+Blue) = 216+26+236=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #D81AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81AEC is #27E513. Grayscale: #6A6A6A. Windows color (decimal): -2614548 or 15473368. OLE color: 15473368.
HSL color Cylindrical-coordinate representation of color #D81AEC: hue angle of 294.29º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81AEC is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 26 | 236 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.07 |
| HSL | 294.29º | 0.85% | 0.51% | - |
| HSV(B) | 294.29º | 0.89% | 0.93% | - |
| XYZ | 43.83 | 21.39 | 81.18 | - |
| YUV | 106.75 | 200.95 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 236 | 0.08 | 0.89 | 0 | 0.07 | 294.29 | 0.85 | 0.51 |
| Hex | D8 | 1A | EC | 8 | 59 | 0 | 7 | 126 | 55 | 33 |
| Octal | 330 | 32 | 354 | 10 | 131 | 0 | 7 | 446 | 125 | 63 |
| Binary | 11011000 | 11010 | 11101100 | 1000 | 1011001 | 0 | 111 | 100100110 | 1010101 | 110011 |
Color Harmonies of #D81AEC
Complementary color
Monochromatic Colors of #D81AEC
Black with #D81AEC
Text Example
Text Example
White with #D81AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81AEC; }
p { color: rgb(216,26,236); }
H1.HeaderClassName
{
color: #D81AEC;
}
.AnyTagClassName
{
color: #D81AEC;
}
</style>
background-color css
<style>
a { background-color: #D81AEC; }
a { background-color: rgb(216,26,236); }
div.DivClassName
{
background-color: #D81AEC;
}
.BgClassName
{
background-color: #D81AEC;
}
</style>
border-color css
<style>
span { border-color: #D81AEC; }
span { border-color: rgb(216,26,236); }
td.TdClassName
{
border-color: #D81AEC;
}
.TagClassName
{
border-color: #D81AEC;
}
</style>