Shades of Psychedelic Purple #D016FF
Tints of Psychedelic Purple #D016FF
RGB
CMYK
RGB Variations
Color information
#D016FF (or 0xD016FF) is known color: Psychedelic Purple. HEX triplet: D0, 16 and FF. RGB value is (208,22,255). Sum of RGB (Red+Green+Blue) = 208+22+255=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 22 (8.98% from 255 or 4.54% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #D016FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D016FF is #2FE900. Grayscale: #676767. Windows color (decimal): -3139841 or 16717520. OLE color: 16717520.
HSL color Cylindrical-coordinate representation of color #D016FF: hue angle of 287.9º 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 #D016FF is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 22 | 255 | - |
| CMYK | 0.18 | 0.91 | 0 | 0 |
| HSL | 287.9º | 1% | 0.54% | - |
| HSV(B) | 287.9º | 0.91% | 1% | - |
| XYZ | 44.35 | 21.2 | 96.36 | - |
| YUV | 104.18 | 213.12 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 255 | 0.18 | 0.91 | 0 | 0 | 287.9 | 1 | 0.54 |
| Hex | D0 | 16 | FF | 12 | 5B | 0 | 0 | 120 | 64 | 36 |
| Octal | 320 | 26 | 377 | 22 | 133 | 0 | 0 | 440 | 144 | 66 |
| Binary | 11010000 | 10110 | 11111111 | 10010 | 1011011 | 0 | 0 | 100100000 | 1100100 | 110110 |
Color Harmonies of #D016FF
Complementary color
Monochromatic Colors of #D016FF
Black with #D016FF
Text Example
Text Example
White with #D016FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D016FF; }
p { color: rgb(208,22,255); }
H1.HeaderClassName
{
color: #D016FF;
}
.AnyTagClassName
{
color: #D016FF;
}
</style>
background-color css
<style>
a { background-color: #D016FF; }
a { background-color: rgb(208,22,255); }
div.DivClassName
{
background-color: #D016FF;
}
.BgClassName
{
background-color: #D016FF;
}
</style>
border-color css
<style>
span { border-color: #D016FF; }
span { border-color: rgb(208,22,255); }
td.TdClassName
{
border-color: #D016FF;
}
.TagClassName
{
border-color: #D016FF;
}
</style>