Shades of Psychedelic Purple #D701F9
Tints of Psychedelic Purple #D701F9
RGB
CMYK
RGB Variations
Color information
#D701F9 (or 0xD701F9) is known color: Psychedelic Purple. HEX triplet: D7, 01 and F9. RGB value is (215,1,249). Sum of RGB (Red+Green+Blue) = 215+1+249=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 1 (0.78% from 255 or 0.22% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #D701F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D701F9 is #28FE06. Grayscale: #5C5C5C. Windows color (decimal): -2686471 or 16318935. OLE color: 16318935.
HSL color Cylindrical-coordinate representation of color #D701F9: hue angle of 291.77º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701F9 is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 1 | 249 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.02 |
| HSL | 291.77º | 0.99% | 0.49% | - |
| HSV(B) | 291.77º | 1% | 0.98% | - |
| XYZ | 45.13 | 21.31 | 91.36 | - |
| YUV | 93.26 | 215.9 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 249 | 0.14 | 1.00 | 0 | 0.02 | 291.77 | 0.99 | 0.49 |
| Hex | D7 | 1 | F9 | E | 64 | 0 | 2 | 124 | 63 | 31 |
| Octal | 327 | 1 | 371 | 16 | 144 | 0 | 2 | 444 | 143 | 61 |
| Binary | 11010111 | 1 | 11111001 | 1110 | 1100100 | 0 | 10 | 100100100 | 1100011 | 110001 |
Color Harmonies of #D701F9
Complementary color
Monochromatic Colors of #D701F9
Black with #D701F9
Text Example
Text Example
White with #D701F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701F9; }
p { color: rgb(215,1,249); }
H1.HeaderClassName
{
color: #D701F9;
}
.AnyTagClassName
{
color: #D701F9;
}
</style>
background-color css
<style>
a { background-color: #D701F9; }
a { background-color: rgb(215,1,249); }
div.DivClassName
{
background-color: #D701F9;
}
.BgClassName
{
background-color: #D701F9;
}
</style>
border-color css
<style>
span { border-color: #D701F9; }
span { border-color: rgb(215,1,249); }
td.TdClassName
{
border-color: #D701F9;
}
.TagClassName
{
border-color: #D701F9;
}
</style>