Shades of Psychedelic Purple #D916FF
Tints of Psychedelic Purple #D916FF
RGB
CMYK
RGB Variations
Color information
#D916FF (or 0xD916FF) is known color: Psychedelic Purple. HEX triplet: D9, 16 and FF. RGB value is (217,22,255). Sum of RGB (Red+Green+Blue) = 217+22+255=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 22 (8.98% from 255 or 4.45% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #D916FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D916FF is #26E900. Grayscale: #6A6A6A. Windows color (decimal): -2550017 or 16717529. OLE color: 16717529.
HSL color Cylindrical-coordinate representation of color #D916FF: hue angle of 290.21º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D916FF is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 22 | 255 | - |
| CMYK | 0.15 | 0.91 | 0 | 0 |
| HSL | 290.21º | 1% | 0.54% | - |
| HSV(B) | 290.21º | 0.91% | 1% | - |
| XYZ | 46.95 | 22.55 | 96.48 | - |
| YUV | 106.87 | 211.6 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 255 | 0.15 | 0.91 | 0 | 0 | 290.21 | 1 | 0.54 |
| Hex | D9 | 16 | FF | F | 5B | 0 | 0 | 122 | 64 | 36 |
| Octal | 331 | 26 | 377 | 17 | 133 | 0 | 0 | 442 | 144 | 66 |
| Binary | 11011001 | 10110 | 11111111 | 1111 | 1011011 | 0 | 0 | 100100010 | 1100100 | 110110 |
Color Harmonies of #D916FF
Complementary color
Monochromatic Colors of #D916FF
Black with #D916FF
Text Example
Text Example
White with #D916FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D916FF; }
p { color: rgb(217,22,255); }
H1.HeaderClassName
{
color: #D916FF;
}
.AnyTagClassName
{
color: #D916FF;
}
</style>
background-color css
<style>
a { background-color: #D916FF; }
a { background-color: rgb(217,22,255); }
div.DivClassName
{
background-color: #D916FF;
}
.BgClassName
{
background-color: #D916FF;
}
</style>
border-color css
<style>
span { border-color: #D916FF; }
span { border-color: rgb(217,22,255); }
td.TdClassName
{
border-color: #D916FF;
}
.TagClassName
{
border-color: #D916FF;
}
</style>