Shades of Psychedelic Purple #D801FD
Tints of Psychedelic Purple #D801FD
RGB
CMYK
RGB Variations
Color information
#D801FD (or 0xD801FD) is known color: Psychedelic Purple. HEX triplet: D8, 01 and FD. RGB value is (216,1,253). Sum of RGB (Red+Green+Blue) = 216+1+253=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 1 (0.78% from 255 or 0.21% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #D801FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D801FD is #27FE02. Grayscale: #5D5D5D. Windows color (decimal): -2620931 or 16581080. OLE color: 16581080.
HSL color Cylindrical-coordinate representation of color #D801FD: hue angle of 291.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D801FD is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 1 | 253 | - |
| CMYK | 0.15 | 1.00 | 0 | 0.01 |
| HSL | 291.19º | 0.99% | 0.5% | - |
| HSV(B) | 291.19º | 1% | 0.99% | - |
| XYZ | 46.06 | 21.71 | 94.69 | - |
| YUV | 94.01 | 217.73 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 253 | 0.15 | 1.00 | 0 | 0.01 | 291.19 | 0.99 | 0.5 |
| Hex | D8 | 1 | FD | F | 64 | 0 | 1 | 123 | 63 | 32 |
| Octal | 330 | 1 | 375 | 17 | 144 | 0 | 1 | 443 | 143 | 62 |
| Binary | 11011000 | 1 | 11111101 | 1111 | 1100100 | 0 | 1 | 100100011 | 1100011 | 110010 |
Color Harmonies of #D801FD
Complementary color
Monochromatic Colors of #D801FD
Black with #D801FD
Text Example
Text Example
White with #D801FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D801FD; }
p { color: rgb(216,1,253); }
H1.HeaderClassName
{
color: #D801FD;
}
.AnyTagClassName
{
color: #D801FD;
}
</style>
background-color css
<style>
a { background-color: #D801FD; }
a { background-color: rgb(216,1,253); }
div.DivClassName
{
background-color: #D801FD;
}
.BgClassName
{
background-color: #D801FD;
}
</style>
border-color css
<style>
span { border-color: #D801FD; }
span { border-color: rgb(216,1,253); }
td.TdClassName
{
border-color: #D801FD;
}
.TagClassName
{
border-color: #D801FD;
}
</style>