Shades of Psychedelic Purple #D915FD
Tints of Psychedelic Purple #D915FD
RGB
CMYK
RGB Variations
Color information
#D915FD (or 0xD915FD) is known color: Psychedelic Purple. HEX triplet: D9, 15 and FD. RGB value is (217,21,253). Sum of RGB (Red+Green+Blue) = 217+21+253=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 21 (8.59% from 255 or 4.28% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #D915FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D915FD is #26EA02. Grayscale: #696969. Windows color (decimal): -2550275 or 16586201. OLE color: 16586201.
HSL color Cylindrical-coordinate representation of color #D915FD: hue angle of 290.69º degrees, saturation: 0.98, 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 #D915FD is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 21 | 253 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.01 |
| HSL | 290.69º | 0.98% | 0.54% | - |
| HSV(B) | 290.69º | 0.92% | 0.99% | - |
| XYZ | 46.61 | 22.38 | 94.79 | - |
| YUV | 106.05 | 210.93 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 253 | 0.14 | 0.92 | 0 | 0.01 | 290.69 | 0.98 | 0.54 |
| Hex | D9 | 15 | FD | E | 5C | 0 | 1 | 123 | 62 | 36 |
| Octal | 331 | 25 | 375 | 16 | 134 | 0 | 1 | 443 | 142 | 66 |
| Binary | 11011001 | 10101 | 11111101 | 1110 | 1011100 | 0 | 1 | 100100011 | 1100010 | 110110 |
Color Harmonies of #D915FD
Complementary color
Monochromatic Colors of #D915FD
Black with #D915FD
Text Example
Text Example
White with #D915FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D915FD; }
p { color: rgb(217,21,253); }
H1.HeaderClassName
{
color: #D915FD;
}
.AnyTagClassName
{
color: #D915FD;
}
</style>
background-color css
<style>
a { background-color: #D915FD; }
a { background-color: rgb(217,21,253); }
div.DivClassName
{
background-color: #D915FD;
}
.BgClassName
{
background-color: #D915FD;
}
</style>
border-color css
<style>
span { border-color: #D915FD; }
span { border-color: rgb(217,21,253); }
td.TdClassName
{
border-color: #D915FD;
}
.TagClassName
{
border-color: #D915FD;
}
</style>