Shades of Psychedelic Purple #D915FC
Tints of Psychedelic Purple #D915FC
RGB
CMYK
RGB Variations
Color information
#D915FC (or 0xD915FC) is known color: Psychedelic Purple. HEX triplet: D9, 15 and FC. RGB value is (217,21,252). Sum of RGB (Red+Green+Blue) = 217+21+252=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 21 (8.59% from 255 or 4.29% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #D915FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D915FC is #26EA03. Grayscale: #696969. Windows color (decimal): -2550276 or 16520665. OLE color: 16520665.
HSL color Cylindrical-coordinate representation of color #D915FC: hue angle of 290.91º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D915FC is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 21 | 252 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.01 |
| HSL | 290.91º | 0.97% | 0.54% | - |
| HSV(B) | 290.91º | 0.92% | 0.99% | - |
| XYZ | 46.45 | 22.32 | 93.95 | - |
| YUV | 105.94 | 210.43 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 252 | 0.14 | 0.92 | 0 | 0.01 | 290.91 | 0.97 | 0.54 |
| Hex | D9 | 15 | FC | E | 5C | 0 | 1 | 123 | 61 | 36 |
| Octal | 331 | 25 | 374 | 16 | 134 | 0 | 1 | 443 | 141 | 66 |
| Binary | 11011001 | 10101 | 11111100 | 1110 | 1011100 | 0 | 1 | 100100011 | 1100001 | 110110 |
Color Harmonies of #D915FC
Complementary color
Monochromatic Colors of #D915FC
Black with #D915FC
Text Example
Text Example
White with #D915FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D915FC; }
p { color: rgb(217,21,252); }
H1.HeaderClassName
{
color: #D915FC;
}
.AnyTagClassName
{
color: #D915FC;
}
</style>
background-color css
<style>
a { background-color: #D915FC; }
a { background-color: rgb(217,21,252); }
div.DivClassName
{
background-color: #D915FC;
}
.BgClassName
{
background-color: #D915FC;
}
</style>
border-color css
<style>
span { border-color: #D915FC; }
span { border-color: rgb(217,21,252); }
td.TdClassName
{
border-color: #D915FC;
}
.TagClassName
{
border-color: #D915FC;
}
</style>