Shades of Psychedelic Purple #D701FF
Tints of Psychedelic Purple #D701FF
RGB
CMYK
RGB Variations
Color information
#D701FF (or 0xD701FF) is known color: Psychedelic Purple. HEX triplet: D7, 01 and FF. RGB value is (215,1,255). Sum of RGB (Red+Green+Blue) = 215+1+255=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 1 (0.78% from 255 or 0.21% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #D701FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D701FF is #28FE00. Grayscale: #5D5D5D. Windows color (decimal): -2686465 or 16712151. OLE color: 16712151.
HSL color Cylindrical-coordinate representation of color #D701FF: hue angle of 290.55º 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 #D701FF is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 1 | 255 | - |
| CMYK | 0.16 | 1.00 | 0 | 0 |
| HSL | 290.55º | 1% | 0.5% | - |
| HSV(B) | 290.55º | 1% | 1% | - |
| XYZ | 46.09 | 21.69 | 96.37 | - |
| YUV | 93.94 | 218.9 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 255 | 0.16 | 1.00 | 0 | 0 | 290.55 | 1 | 0.5 |
| Hex | D7 | 1 | FF | 10 | 64 | 0 | 0 | 123 | 64 | 32 |
| Octal | 327 | 1 | 377 | 20 | 144 | 0 | 0 | 443 | 144 | 62 |
| Binary | 11010111 | 1 | 11111111 | 10000 | 1100100 | 0 | 0 | 100100011 | 1100100 | 110010 |
Color Harmonies of #D701FF
Complementary color
Monochromatic Colors of #D701FF
Black with #D701FF
Text Example
Text Example
White with #D701FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701FF; }
p { color: rgb(215,1,255); }
H1.HeaderClassName
{
color: #D701FF;
}
.AnyTagClassName
{
color: #D701FF;
}
</style>
background-color css
<style>
a { background-color: #D701FF; }
a { background-color: rgb(215,1,255); }
div.DivClassName
{
background-color: #D701FF;
}
.BgClassName
{
background-color: #D701FF;
}
</style>
border-color css
<style>
span { border-color: #D701FF; }
span { border-color: rgb(215,1,255); }
td.TdClassName
{
border-color: #D701FF;
}
.TagClassName
{
border-color: #D701FF;
}
</style>