Shades of Psychedelic Purple #D801FF
Tints of Psychedelic Purple #D801FF
RGB
CMYK
RGB Variations
Color information
#D801FF (or 0xD801FF) is known color: Psychedelic Purple. HEX triplet: D8, 01 and FF. RGB value is (216,1,255). Sum of RGB (Red+Green+Blue) = 216+1+255=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 1 (0.78% from 255 or 0.21% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #D801FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D801FF is #27FE00. Grayscale: #5D5D5D. Windows color (decimal): -2620929 or 16712152. OLE color: 16712152.
HSL color Cylindrical-coordinate representation of color #D801FF: hue angle of 290.79º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D801FF is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 1 | 255 | - |
| CMYK | 0.15 | 1.00 | 0 | 0 |
| HSL | 290.79º | 1% | 0.5% | - |
| HSV(B) | 290.79º | 1% | 1% | - |
| XYZ | 46.38 | 21.84 | 96.38 | - |
| YUV | 94.24 | 218.73 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 255 | 0.15 | 1.00 | 0 | 0 | 290.79 | 1 | 0.5 |
| Hex | D8 | 1 | FF | F | 64 | 0 | 0 | 123 | 64 | 32 |
| Octal | 330 | 1 | 377 | 17 | 144 | 0 | 0 | 443 | 144 | 62 |
| Binary | 11011000 | 1 | 11111111 | 1111 | 1100100 | 0 | 0 | 100100011 | 1100100 | 110010 |
Color Harmonies of #D801FF
Complementary color
Monochromatic Colors of #D801FF
Black with #D801FF
Text Example
Text Example
White with #D801FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D801FF; }
p { color: rgb(216,1,255); }
H1.HeaderClassName
{
color: #D801FF;
}
.AnyTagClassName
{
color: #D801FF;
}
</style>
background-color css
<style>
a { background-color: #D801FF; }
a { background-color: rgb(216,1,255); }
div.DivClassName
{
background-color: #D801FF;
}
.BgClassName
{
background-color: #D801FF;
}
</style>
border-color css
<style>
span { border-color: #D801FF; }
span { border-color: rgb(216,1,255); }
td.TdClassName
{
border-color: #D801FF;
}
.TagClassName
{
border-color: #D801FF;
}
</style>