Shades of Psychedelic Purple #D914FA
Tints of Psychedelic Purple #D914FA
RGB
CMYK
RGB Variations
Color information
#D914FA (or 0xD914FA) is known color: Psychedelic Purple. HEX triplet: D9, 14 and FA. RGB value is (217,20,250). Sum of RGB (Red+Green+Blue) = 217+20+250=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 20 (8.20% from 255 or 4.11% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #D914FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D914FA is #26EB05. Grayscale: #686868. Windows color (decimal): -2550534 or 16389337. OLE color: 16389337.
HSL color Cylindrical-coordinate representation of color #D914FA: hue angle of 291.39º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D914FA is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 20 | 250 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.02 |
| HSL | 291.39º | 0.96% | 0.53% | - |
| HSV(B) | 291.39º | 0.92% | 0.98% | - |
| XYZ | 46.12 | 22.15 | 92.29 | - |
| YUV | 105.12 | 209.77 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 250 | 0.13 | 0.92 | 0 | 0.02 | 291.39 | 0.96 | 0.53 |
| Hex | D9 | 14 | FA | D | 5C | 0 | 2 | 123 | 60 | 35 |
| Octal | 331 | 24 | 372 | 15 | 134 | 0 | 2 | 443 | 140 | 65 |
| Binary | 11011001 | 10100 | 11111010 | 1101 | 1011100 | 0 | 10 | 100100011 | 1100000 | 110101 |
Color Harmonies of #D914FA
Complementary color
Monochromatic Colors of #D914FA
Black with #D914FA
Text Example
Text Example
White with #D914FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914FA; }
p { color: rgb(217,20,250); }
H1.HeaderClassName
{
color: #D914FA;
}
.AnyTagClassName
{
color: #D914FA;
}
</style>
background-color css
<style>
a { background-color: #D914FA; }
a { background-color: rgb(217,20,250); }
div.DivClassName
{
background-color: #D914FA;
}
.BgClassName
{
background-color: #D914FA;
}
</style>
border-color css
<style>
span { border-color: #D914FA; }
span { border-color: rgb(217,20,250); }
td.TdClassName
{
border-color: #D914FA;
}
.TagClassName
{
border-color: #D914FA;
}
</style>