Shades of Psychedelic Purple #D916FA
Tints of Psychedelic Purple #D916FA
RGB
CMYK
RGB Variations
Color information
#D916FA (or 0xD916FA) is known color: Psychedelic Purple. HEX triplet: D9, 16 and FA. RGB value is (217,22,250). Sum of RGB (Red+Green+Blue) = 217+22+250=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 22 (8.98% from 255 or 4.50% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #D916FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D916FA is #26E905. Grayscale: #696969. Windows color (decimal): -2550022 or 16389849. OLE color: 16389849.
HSL color Cylindrical-coordinate representation of color #D916FA: hue angle of 291.32º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D916FA is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 22 | 250 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.02 |
| HSL | 291.32º | 0.96% | 0.53% | - |
| HSV(B) | 291.32º | 0.91% | 0.98% | - |
| XYZ | 46.16 | 22.23 | 92.3 | - |
| YUV | 106.3 | 209.1 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 250 | 0.13 | 0.91 | 0 | 0.02 | 291.32 | 0.96 | 0.53 |
| Hex | D9 | 16 | FA | D | 5B | 0 | 2 | 123 | 60 | 35 |
| Octal | 331 | 26 | 372 | 15 | 133 | 0 | 2 | 443 | 140 | 65 |
| Binary | 11011001 | 10110 | 11111010 | 1101 | 1011011 | 0 | 10 | 100100011 | 1100000 | 110101 |
Color Harmonies of #D916FA
Complementary color
Monochromatic Colors of #D916FA
Black with #D916FA
Text Example
Text Example
White with #D916FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D916FA; }
p { color: rgb(217,22,250); }
H1.HeaderClassName
{
color: #D916FA;
}
.AnyTagClassName
{
color: #D916FA;
}
</style>
background-color css
<style>
a { background-color: #D916FA; }
a { background-color: rgb(217,22,250); }
div.DivClassName
{
background-color: #D916FA;
}
.BgClassName
{
background-color: #D916FA;
}
</style>
border-color css
<style>
span { border-color: #D916FA; }
span { border-color: rgb(217,22,250); }
td.TdClassName
{
border-color: #D916FA;
}
.TagClassName
{
border-color: #D916FA;
}
</style>