Shades of Psychedelic Purple #D915FF
Tints of Psychedelic Purple #D915FF
RGB
CMYK
RGB Variations
Color information
#D915FF (or 0xD915FF) is known color: Psychedelic Purple. HEX triplet: D9, 15 and FF. RGB value is (217,21,255). Sum of RGB (Red+Green+Blue) = 217+21+255=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 21 (8.59% from 255 or 4.26% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #D915FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D915FF is #26EA00. Grayscale: #696969. Windows color (decimal): -2550273 or 16717273. OLE color: 16717273.
HSL color Cylindrical-coordinate representation of color #D915FF: hue angle of 290.26º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D915FF is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 21 | 255 | - |
| CMYK | 0.15 | 0.92 | 0 | 0 |
| HSL | 290.26º | 1% | 0.54% | - |
| HSV(B) | 290.26º | 0.92% | 1% | - |
| XYZ | 46.93 | 22.51 | 96.48 | - |
| YUV | 106.28 | 211.93 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 255 | 0.15 | 0.92 | 0 | 0 | 290.26 | 1 | 0.54 |
| Hex | D9 | 15 | FF | F | 5C | 0 | 0 | 122 | 64 | 36 |
| Octal | 331 | 25 | 377 | 17 | 134 | 0 | 0 | 442 | 144 | 66 |
| Binary | 11011001 | 10101 | 11111111 | 1111 | 1011100 | 0 | 0 | 100100010 | 1100100 | 110110 |
Color Harmonies of #D915FF
Complementary color
Monochromatic Colors of #D915FF
Black with #D915FF
Text Example
Text Example
White with #D915FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D915FF; }
p { color: rgb(217,21,255); }
H1.HeaderClassName
{
color: #D915FF;
}
.AnyTagClassName
{
color: #D915FF;
}
</style>
background-color css
<style>
a { background-color: #D915FF; }
a { background-color: rgb(217,21,255); }
div.DivClassName
{
background-color: #D915FF;
}
.BgClassName
{
background-color: #D915FF;
}
</style>
border-color css
<style>
span { border-color: #D915FF; }
span { border-color: rgb(217,21,255); }
td.TdClassName
{
border-color: #D915FF;
}
.TagClassName
{
border-color: #D915FF;
}
</style>