Shades of Psychedelic Purple #D917FF
Tints of Psychedelic Purple #D917FF
RGB
CMYK
RGB Variations
Color information
#D917FF (or 0xD917FF) is known color: Psychedelic Purple. HEX triplet: D9, 17 and FF. RGB value is (217,23,255). Sum of RGB (Red+Green+Blue) = 217+23+255=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 23 (9.38% from 255 or 4.65% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #D917FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D917FF is #26E800. Grayscale: #6A6A6A. Windows color (decimal): -2549761 or 16717785. OLE color: 16717785.
HSL color Cylindrical-coordinate representation of color #D917FF: hue angle of 290.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D917FF is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 23 | 255 | - |
| CMYK | 0.15 | 0.91 | 0 | 0 |
| HSL | 290.17º | 1% | 0.55% | - |
| HSV(B) | 290.17º | 0.91% | 1% | - |
| XYZ | 46.97 | 22.58 | 96.49 | - |
| YUV | 107.45 | 211.27 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 255 | 0.15 | 0.91 | 0 | 0 | 290.17 | 1 | 0.55 |
| Hex | D9 | 17 | FF | F | 5B | 0 | 0 | 122 | 64 | 37 |
| Octal | 331 | 27 | 377 | 17 | 133 | 0 | 0 | 442 | 144 | 67 |
| Binary | 11011001 | 10111 | 11111111 | 1111 | 1011011 | 0 | 0 | 100100010 | 1100100 | 110111 |
Color Harmonies of #D917FF
Complementary color
Monochromatic Colors of #D917FF
Black with #D917FF
Text Example
Text Example
White with #D917FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D917FF; }
p { color: rgb(217,23,255); }
H1.HeaderClassName
{
color: #D917FF;
}
.AnyTagClassName
{
color: #D917FF;
}
</style>
background-color css
<style>
a { background-color: #D917FF; }
a { background-color: rgb(217,23,255); }
div.DivClassName
{
background-color: #D917FF;
}
.BgClassName
{
background-color: #D917FF;
}
</style>
border-color css
<style>
span { border-color: #D917FF; }
span { border-color: rgb(217,23,255); }
td.TdClassName
{
border-color: #D917FF;
}
.TagClassName
{
border-color: #D917FF;
}
</style>