Shades of Psychedelic Purple #D917FA
Tints of Psychedelic Purple #D917FA
RGB
CMYK
RGB Variations
Color information
#D917FA (or 0xD917FA) is known color: Psychedelic Purple. HEX triplet: D9, 17 and FA. RGB value is (217,23,250). Sum of RGB (Red+Green+Blue) = 217+23+250=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 23 (9.38% from 255 or 4.69% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #D917FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D917FA is #26E805. Grayscale: #6A6A6A. Windows color (decimal): -2549766 or 16390105. OLE color: 16390105.
HSL color Cylindrical-coordinate representation of color #D917FA: hue angle of 291.28º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D917FA is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 23 | 250 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.02 |
| HSL | 291.28º | 0.96% | 0.54% | - |
| HSV(B) | 291.28º | 0.91% | 0.98% | - |
| XYZ | 46.18 | 22.27 | 92.31 | - |
| YUV | 106.88 | 208.77 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 250 | 0.13 | 0.91 | 0 | 0.02 | 291.28 | 0.96 | 0.54 |
| Hex | D9 | 17 | FA | D | 5B | 0 | 2 | 123 | 60 | 36 |
| Octal | 331 | 27 | 372 | 15 | 133 | 0 | 2 | 443 | 140 | 66 |
| Binary | 11011001 | 10111 | 11111010 | 1101 | 1011011 | 0 | 10 | 100100011 | 1100000 | 110110 |
Color Harmonies of #D917FA
Complementary color
Monochromatic Colors of #D917FA
Black with #D917FA
Text Example
Text Example
White with #D917FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D917FA; }
p { color: rgb(217,23,250); }
H1.HeaderClassName
{
color: #D917FA;
}
.AnyTagClassName
{
color: #D917FA;
}
</style>
background-color css
<style>
a { background-color: #D917FA; }
a { background-color: rgb(217,23,250); }
div.DivClassName
{
background-color: #D917FA;
}
.BgClassName
{
background-color: #D917FA;
}
</style>
border-color css
<style>
span { border-color: #D917FA; }
span { border-color: rgb(217,23,250); }
td.TdClassName
{
border-color: #D917FA;
}
.TagClassName
{
border-color: #D917FA;
}
</style>