Shades of Psychedelic Purple #D701FD
Tints of Psychedelic Purple #D701FD
RGB
CMYK
RGB Variations
Color information
#D701FD (or 0xD701FD) is known color: Psychedelic Purple. HEX triplet: D7, 01 and FD. RGB value is (215,1,253). Sum of RGB (Red+Green+Blue) = 215+1+253=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 1 (0.78% from 255 or 0.21% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #D701FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D701FD is #28FE02. Grayscale: #5C5C5C. Windows color (decimal): -2686467 or 16581079. OLE color: 16581079.
HSL color Cylindrical-coordinate representation of color #D701FD: hue angle of 290.95º 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 #D701FD is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 1 | 253 | - |
| CMYK | 0.15 | 1.00 | 0 | 0.01 |
| HSL | 290.95º | 0.99% | 0.5% | - |
| HSV(B) | 290.95º | 1% | 0.99% | - |
| XYZ | 45.76 | 21.56 | 94.68 | - |
| YUV | 93.71 | 217.9 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 253 | 0.15 | 1.00 | 0 | 0.01 | 290.95 | 0.99 | 0.5 |
| Hex | D7 | 1 | FD | F | 64 | 0 | 1 | 123 | 63 | 32 |
| Octal | 327 | 1 | 375 | 17 | 144 | 0 | 1 | 443 | 143 | 62 |
| Binary | 11010111 | 1 | 11111101 | 1111 | 1100100 | 0 | 1 | 100100011 | 1100011 | 110010 |
Color Harmonies of #D701FD
Complementary color
Monochromatic Colors of #D701FD
Black with #D701FD
Text Example
Text Example
White with #D701FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701FD; }
p { color: rgb(215,1,253); }
H1.HeaderClassName
{
color: #D701FD;
}
.AnyTagClassName
{
color: #D701FD;
}
</style>
background-color css
<style>
a { background-color: #D701FD; }
a { background-color: rgb(215,1,253); }
div.DivClassName
{
background-color: #D701FD;
}
.BgClassName
{
background-color: #D701FD;
}
</style>
border-color css
<style>
span { border-color: #D701FD; }
span { border-color: rgb(215,1,253); }
td.TdClassName
{
border-color: #D701FD;
}
.TagClassName
{
border-color: #D701FD;
}
</style>