Shades of Psychedelic Purple #D915FA
Tints of Psychedelic Purple #D915FA
RGB
CMYK
RGB Variations
Color information
#D915FA (or 0xD915FA) is known color: Psychedelic Purple. HEX triplet: D9, 15 and FA. RGB value is (217,21,250). Sum of RGB (Red+Green+Blue) = 217+21+250=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 21 (8.59% from 255 or 4.30% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #D915FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D915FA is #26EA05. Grayscale: #686868. Windows color (decimal): -2550278 or 16389593. OLE color: 16389593.
HSL color Cylindrical-coordinate representation of color #D915FA: hue angle of 291.35º 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 #D915FA is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 21 | 250 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.02 |
| HSL | 291.35º | 0.96% | 0.53% | - |
| HSV(B) | 291.35º | 0.92% | 0.98% | - |
| XYZ | 46.14 | 22.19 | 92.29 | - |
| YUV | 105.71 | 209.43 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 250 | 0.13 | 0.92 | 0 | 0.02 | 291.35 | 0.96 | 0.53 |
| Hex | D9 | 15 | FA | D | 5C | 0 | 2 | 123 | 60 | 35 |
| Octal | 331 | 25 | 372 | 15 | 134 | 0 | 2 | 443 | 140 | 65 |
| Binary | 11011001 | 10101 | 11111010 | 1101 | 1011100 | 0 | 10 | 100100011 | 1100000 | 110101 |
Color Harmonies of #D915FA
Complementary color
Monochromatic Colors of #D915FA
Black with #D915FA
Text Example
Text Example
White with #D915FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D915FA; }
p { color: rgb(217,21,250); }
H1.HeaderClassName
{
color: #D915FA;
}
.AnyTagClassName
{
color: #D915FA;
}
</style>
background-color css
<style>
a { background-color: #D915FA; }
a { background-color: rgb(217,21,250); }
div.DivClassName
{
background-color: #D915FA;
}
.BgClassName
{
background-color: #D915FA;
}
</style>
border-color css
<style>
span { border-color: #D915FA; }
span { border-color: rgb(217,21,250); }
td.TdClassName
{
border-color: #D915FA;
}
.TagClassName
{
border-color: #D915FA;
}
</style>