Shades of Psychedelic Purple #D81AE5
Tints of Psychedelic Purple #D81AE5
RGB
CMYK
RGB Variations
Color information
#D81AE5 (or 0xD81AE5) is known color: Psychedelic Purple. HEX triplet: D8, 1A and E5. RGB value is (216,26,229). Sum of RGB (Red+Green+Blue) = 216+26+229=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #D81AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81AE5 is #27E51A. Grayscale: #696969. Windows color (decimal): -2614555 or 15014616. OLE color: 15014616.
HSL color Cylindrical-coordinate representation of color #D81AE5: hue angle of 296.16º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81AE5 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 26 | 229 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.10 |
| HSL | 296.16º | 0.8% | 0.5% | - |
| HSV(B) | 296.16º | 0.89% | 0.9% | - |
| XYZ | 42.83 | 20.99 | 75.92 | - |
| YUV | 105.95 | 197.45 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 229 | 0.06 | 0.89 | 0 | 0.10 | 296.16 | 0.8 | 0.5 |
| Hex | D8 | 1A | E5 | 6 | 59 | 0 | A | 128 | 50 | 32 |
| Octal | 330 | 32 | 345 | 6 | 131 | 0 | 12 | 450 | 120 | 62 |
| Binary | 11011000 | 11010 | 11100101 | 110 | 1011001 | 0 | 1010 | 100101000 | 1010000 | 110010 |
Color Harmonies of #D81AE5
Complementary color
Monochromatic Colors of #D81AE5
Black with #D81AE5
Text Example
Text Example
White with #D81AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81AE5; }
p { color: rgb(216,26,229); }
H1.HeaderClassName
{
color: #D81AE5;
}
.AnyTagClassName
{
color: #D81AE5;
}
</style>
background-color css
<style>
a { background-color: #D81AE5; }
a { background-color: rgb(216,26,229); }
div.DivClassName
{
background-color: #D81AE5;
}
.BgClassName
{
background-color: #D81AE5;
}
</style>
border-color css
<style>
span { border-color: #D81AE5; }
span { border-color: rgb(216,26,229); }
td.TdClassName
{
border-color: #D81AE5;
}
.TagClassName
{
border-color: #D81AE5;
}
</style>