Shades of Psychedelic Purple #D913FE
Tints of Psychedelic Purple #D913FE
RGB
CMYK
RGB Variations
Color information
#D913FE (or 0xD913FE) is known color: Psychedelic Purple. HEX triplet: D9, 13 and FE. RGB value is (217,19,254). Sum of RGB (Red+Green+Blue) = 217+19+254=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 19 (7.81% from 255 or 3.88% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #D913FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D913FE is #26EC01. Grayscale: #686868. Windows color (decimal): -2550786 or 16651225. OLE color: 16651225.
HSL color Cylindrical-coordinate representation of color #D913FE: hue angle of 290.55º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D913FE is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 19 | 254 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.00 |
| HSL | 290.55º | 0.99% | 0.54% | - |
| HSV(B) | 290.55º | 0.93% | 1% | - |
| XYZ | 46.74 | 22.37 | 95.62 | - |
| YUV | 104.99 | 212.1 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 254 | 0.15 | 0.93 | 0 | 0.00 | 290.55 | 0.99 | 0.54 |
| Hex | D9 | 13 | FE | F | 5D | 0 | 0 | 123 | 63 | 36 |
| Octal | 331 | 23 | 376 | 17 | 135 | 0 | 0 | 443 | 143 | 66 |
| Binary | 11011001 | 10011 | 11111110 | 1111 | 1011101 | 0 | 0 | 100100011 | 1100011 | 110110 |
Color Harmonies of #D913FE
Complementary color
Monochromatic Colors of #D913FE
Black with #D913FE
Text Example
Text Example
White with #D913FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D913FE; }
p { color: rgb(217,19,254); }
H1.HeaderClassName
{
color: #D913FE;
}
.AnyTagClassName
{
color: #D913FE;
}
</style>
background-color css
<style>
a { background-color: #D913FE; }
a { background-color: rgb(217,19,254); }
div.DivClassName
{
background-color: #D913FE;
}
.BgClassName
{
background-color: #D913FE;
}
</style>
border-color css
<style>
span { border-color: #D913FE; }
span { border-color: rgb(217,19,254); }
td.TdClassName
{
border-color: #D913FE;
}
.TagClassName
{
border-color: #D913FE;
}
</style>