Shades of Psychedelic Purple #D701FE
Tints of Psychedelic Purple #D701FE
RGB
CMYK
RGB Variations
Color information
#D701FE (or 0xD701FE) is known color: Psychedelic Purple. HEX triplet: D7, 01 and FE. RGB value is (215,1,254). Sum of RGB (Red+Green+Blue) = 215+1+254=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 1 (0.78% from 255 or 0.21% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #D701FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D701FE is #28FE01. Grayscale: #5D5D5D. Windows color (decimal): -2686466 or 16646615. OLE color: 16646615.
HSL color Cylindrical-coordinate representation of color #D701FE: hue angle of 290.75º 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 #D701FE is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 1 | 254 | - |
| CMYK | 0.15 | 1.00 | 0 | 0.00 |
| HSL | 290.75º | 0.99% | 0.5% | - |
| HSV(B) | 290.75º | 1% | 1% | - |
| XYZ | 45.92 | 21.62 | 95.52 | - |
| YUV | 93.83 | 218.4 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 254 | 0.15 | 1.00 | 0 | 0.00 | 290.75 | 0.99 | 0.5 |
| Hex | D7 | 1 | FE | F | 64 | 0 | 0 | 123 | 63 | 32 |
| Octal | 327 | 1 | 376 | 17 | 144 | 0 | 0 | 443 | 143 | 62 |
| Binary | 11010111 | 1 | 11111110 | 1111 | 1100100 | 0 | 0 | 100100011 | 1100011 | 110010 |
Color Harmonies of #D701FE
Complementary color
Monochromatic Colors of #D701FE
Black with #D701FE
Text Example
Text Example
White with #D701FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701FE; }
p { color: rgb(215,1,254); }
H1.HeaderClassName
{
color: #D701FE;
}
.AnyTagClassName
{
color: #D701FE;
}
</style>
background-color css
<style>
a { background-color: #D701FE; }
a { background-color: rgb(215,1,254); }
div.DivClassName
{
background-color: #D701FE;
}
.BgClassName
{
background-color: #D701FE;
}
</style>
border-color css
<style>
span { border-color: #D701FE; }
span { border-color: rgb(215,1,254); }
td.TdClassName
{
border-color: #D701FE;
}
.TagClassName
{
border-color: #D701FE;
}
</style>