Shades of Psychedelic Purple #D801E5
Tints of Psychedelic Purple #D801E5
RGB
CMYK
RGB Variations
Color information
#D801E5 (or 0xD801E5) is known color: Psychedelic Purple. HEX triplet: D8, 01 and E5. RGB value is (216,1,229). Sum of RGB (Red+Green+Blue) = 216+1+229=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 229 (89.84% from 255 or 51.35% from 446); Max value from RGB is 229 - color contains mainly: blue. Hex color #D801E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D801E5 is #27FE1A. Grayscale: #5A5A5A. Windows color (decimal): -2620955 or 15008216. OLE color: 15008216.
HSL color Cylindrical-coordinate representation of color #D801E5: hue angle of 296.58º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D801E5 is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 1 | 229 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.10 |
| HSL | 296.58º | 0.99% | 0.45% | - |
| HSV(B) | 296.58º | 1% | 0.9% | - |
| XYZ | 42.47 | 20.28 | 75.8 | - |
| YUV | 91.28 | 205.73 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 229 | 0.06 | 1.00 | 0 | 0.10 | 296.58 | 0.99 | 0.45 |
| Hex | D8 | 1 | E5 | 6 | 64 | 0 | A | 129 | 63 | 2D |
| Octal | 330 | 1 | 345 | 6 | 144 | 0 | 12 | 451 | 143 | 55 |
| Binary | 11011000 | 1 | 11100101 | 110 | 1100100 | 0 | 1010 | 100101001 | 1100011 | 101101 |
Color Harmonies of #D801E5
Complementary color
Monochromatic Colors of #D801E5
Black with #D801E5
Text Example
Text Example
White with #D801E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D801E5; }
p { color: rgb(216,1,229); }
H1.HeaderClassName
{
color: #D801E5;
}
.AnyTagClassName
{
color: #D801E5;
}
</style>
background-color css
<style>
a { background-color: #D801E5; }
a { background-color: rgb(216,1,229); }
div.DivClassName
{
background-color: #D801E5;
}
.BgClassName
{
background-color: #D801E5;
}
</style>
border-color css
<style>
span { border-color: #D801E5; }
span { border-color: rgb(216,1,229); }
td.TdClassName
{
border-color: #D801E5;
}
.TagClassName
{
border-color: #D801E5;
}
</style>