Shades of Psychedelic Purple #D914FF
Tints of Psychedelic Purple #D914FF
RGB
CMYK
RGB Variations
Color information
#D914FF (or 0xD914FF) is known color: Psychedelic Purple. HEX triplet: D9, 14 and FF. RGB value is (217,20,255). Sum of RGB (Red+Green+Blue) = 217+20+255=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 20 (8.20% from 255 or 4.07% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #D914FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D914FF is #26EB00. Grayscale: #686868. Windows color (decimal): -2550529 or 16717017. OLE color: 16717017.
HSL color Cylindrical-coordinate representation of color #D914FF: hue angle of 290.3º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D914FF is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 20 | 255 | - |
| CMYK | 0.15 | 0.92 | 0 | 0 |
| HSL | 290.3º | 1% | 0.54% | - |
| HSV(B) | 290.3º | 0.92% | 1% | - |
| XYZ | 46.92 | 22.47 | 96.47 | - |
| YUV | 105.69 | 212.27 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 255 | 0.15 | 0.92 | 0 | 0 | 290.3 | 1 | 0.54 |
| Hex | D9 | 14 | FF | F | 5C | 0 | 0 | 122 | 64 | 36 |
| Octal | 331 | 24 | 377 | 17 | 134 | 0 | 0 | 442 | 144 | 66 |
| Binary | 11011001 | 10100 | 11111111 | 1111 | 1011100 | 0 | 0 | 100100010 | 1100100 | 110110 |
Color Harmonies of #D914FF
Complementary color
Monochromatic Colors of #D914FF
Black with #D914FF
Text Example
Text Example
White with #D914FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914FF; }
p { color: rgb(217,20,255); }
H1.HeaderClassName
{
color: #D914FF;
}
.AnyTagClassName
{
color: #D914FF;
}
</style>
background-color css
<style>
a { background-color: #D914FF; }
a { background-color: rgb(217,20,255); }
div.DivClassName
{
background-color: #D914FF;
}
.BgClassName
{
background-color: #D914FF;
}
</style>
border-color css
<style>
span { border-color: #D914FF; }
span { border-color: rgb(217,20,255); }
td.TdClassName
{
border-color: #D914FF;
}
.TagClassName
{
border-color: #D914FF;
}
</style>