Shades of Psychedelic Purple #D001FE
Tints of Psychedelic Purple #D001FE
RGB
CMYK
RGB Variations
Color information
#D001FE (or 0xD001FE) is known color: Psychedelic Purple. HEX triplet: D0, 01 and FE. RGB value is (208,1,254). Sum of RGB (Red+Green+Blue) = 208+1+254=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 1 (0.78% from 255 or 0.22% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #D001FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D001FE is #2FFE01. Grayscale: #5A5A5A. Windows color (decimal): -3145218 or 16646608. OLE color: 16646608.
HSL color Cylindrical-coordinate representation of color #D001FE: hue angle of 289.09º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D001FE is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 1 | 254 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.00 |
| HSL | 289.09º | 0.99% | 0.5% | - |
| HSV(B) | 289.09º | 1% | 1% | - |
| XYZ | 43.91 | 20.59 | 95.43 | - |
| YUV | 91.74 | 219.58 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 254 | 0.18 | 1.00 | 0 | 0.00 | 289.09 | 0.99 | 0.5 |
| Hex | D0 | 1 | FE | 12 | 64 | 0 | 0 | 121 | 63 | 32 |
| Octal | 320 | 1 | 376 | 22 | 144 | 0 | 0 | 441 | 143 | 62 |
| Binary | 11010000 | 1 | 11111110 | 10010 | 1100100 | 0 | 0 | 100100001 | 1100011 | 110010 |
Color Harmonies of #D001FE
Complementary color
Monochromatic Colors of #D001FE
Black with #D001FE
Text Example
Text Example
White with #D001FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D001FE; }
p { color: rgb(208,1,254); }
H1.HeaderClassName
{
color: #D001FE;
}
.AnyTagClassName
{
color: #D001FE;
}
</style>
background-color css
<style>
a { background-color: #D001FE; }
a { background-color: rgb(208,1,254); }
div.DivClassName
{
background-color: #D001FE;
}
.BgClassName
{
background-color: #D001FE;
}
</style>
border-color css
<style>
span { border-color: #D001FE; }
span { border-color: rgb(208,1,254); }
td.TdClassName
{
border-color: #D001FE;
}
.TagClassName
{
border-color: #D001FE;
}
</style>