Shades of Psychedelic Purple #D017FE
Tints of Psychedelic Purple #D017FE
RGB
CMYK
RGB Variations
Color information
#D017FE (or 0xD017FE) is known color: Psychedelic Purple. HEX triplet: D0, 17 and FE. RGB value is (208,23,254). Sum of RGB (Red+Green+Blue) = 208+23+254=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #D017FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D017FE is #2FE801. Grayscale: #676767. Windows color (decimal): -3139586 or 16652240. OLE color: 16652240.
HSL color Cylindrical-coordinate representation of color #D017FE: hue angle of 288.05º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D017FE is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 23 | 254 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.00 |
| HSL | 288.05º | 0.99% | 0.54% | - |
| HSV(B) | 288.05º | 0.91% | 1% | - |
| XYZ | 44.21 | 21.18 | 95.52 | - |
| YUV | 104.65 | 212.29 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 254 | 0.18 | 0.91 | 0 | 0.00 | 288.05 | 0.99 | 0.54 |
| Hex | D0 | 17 | FE | 12 | 5B | 0 | 0 | 120 | 63 | 36 |
| Octal | 320 | 27 | 376 | 22 | 133 | 0 | 0 | 440 | 143 | 66 |
| Binary | 11010000 | 10111 | 11111110 | 10010 | 1011011 | 0 | 0 | 100100000 | 1100011 | 110110 |
Color Harmonies of #D017FE
Complementary color
Monochromatic Colors of #D017FE
Black with #D017FE
Text Example
Text Example
White with #D017FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D017FE; }
p { color: rgb(208,23,254); }
H1.HeaderClassName
{
color: #D017FE;
}
.AnyTagClassName
{
color: #D017FE;
}
</style>
background-color css
<style>
a { background-color: #D017FE; }
a { background-color: rgb(208,23,254); }
div.DivClassName
{
background-color: #D017FE;
}
.BgClassName
{
background-color: #D017FE;
}
</style>
border-color css
<style>
span { border-color: #D017FE; }
span { border-color: rgb(208,23,254); }
td.TdClassName
{
border-color: #D017FE;
}
.TagClassName
{
border-color: #D017FE;
}
</style>