Shades of Psychedelic Purple #D915F6
Tints of Psychedelic Purple #D915F6
RGB
CMYK
RGB Variations
Color information
#D915F6 (or 0xD915F6) is known color: Psychedelic Purple. HEX triplet: D9, 15 and F6. RGB value is (217,21,246). Sum of RGB (Red+Green+Blue) = 217+21+246=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 21 (8.59% from 255 or 4.34% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #D915F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D915F6 is #26EA09. Grayscale: #686868. Windows color (decimal): -2550282 or 16127449. OLE color: 16127449.
HSL color Cylindrical-coordinate representation of color #D915F6: hue angle of 292.27º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D915F6 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 21 | 246 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.04 |
| HSL | 292.27º | 0.93% | 0.52% | - |
| HSV(B) | 292.27º | 0.91% | 0.96% | - |
| XYZ | 45.52 | 21.94 | 89.02 | - |
| YUV | 105.25 | 207.43 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 246 | 0.12 | 0.91 | 0 | 0.04 | 292.27 | 0.93 | 0.52 |
| Hex | D9 | 15 | F6 | C | 5B | 0 | 4 | 124 | 5D | 34 |
| Octal | 331 | 25 | 366 | 14 | 133 | 0 | 4 | 444 | 135 | 64 |
| Binary | 11011001 | 10101 | 11110110 | 1100 | 1011011 | 0 | 100 | 100100100 | 1011101 | 110100 |
Color Harmonies of #D915F6
Complementary color
Monochromatic Colors of #D915F6
Black with #D915F6
Text Example
Text Example
White with #D915F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D915F6; }
p { color: rgb(217,21,246); }
H1.HeaderClassName
{
color: #D915F6;
}
.AnyTagClassName
{
color: #D915F6;
}
</style>
background-color css
<style>
a { background-color: #D915F6; }
a { background-color: rgb(217,21,246); }
div.DivClassName
{
background-color: #D915F6;
}
.BgClassName
{
background-color: #D915F6;
}
</style>
border-color css
<style>
span { border-color: #D915F6; }
span { border-color: rgb(217,21,246); }
td.TdClassName
{
border-color: #D915F6;
}
.TagClassName
{
border-color: #D915F6;
}
</style>