Shades of Psychedelic Purple #D019FC
Tints of Psychedelic Purple #D019FC
RGB
CMYK
RGB Variations
Color information
#D019FC (or 0xD019FC) is known color: Psychedelic Purple. HEX triplet: D0, 19 and FC. RGB value is (208,25,252). Sum of RGB (Red+Green+Blue) = 208+25+252=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 25 (10.16% from 255 or 5.15% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #D019FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D019FC is #2FE603. Grayscale: #686868. Windows color (decimal): -3139076 or 16521680. OLE color: 16521680.
HSL color Cylindrical-coordinate representation of color #D019FC: hue angle of 288.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D019FC is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 25 | 252 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.01 |
| HSL | 288.37º | 0.97% | 0.54% | - |
| HSV(B) | 288.37º | 0.9% | 0.99% | - |
| XYZ | 43.93 | 21.13 | 93.86 | - |
| YUV | 105.6 | 210.63 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 252 | 0.17 | 0.90 | 0 | 0.01 | 288.37 | 0.97 | 0.54 |
| Hex | D0 | 19 | FC | 11 | 5A | 0 | 1 | 120 | 61 | 36 |
| Octal | 320 | 31 | 374 | 21 | 132 | 0 | 1 | 440 | 141 | 66 |
| Binary | 11010000 | 11001 | 11111100 | 10001 | 1011010 | 0 | 1 | 100100000 | 1100001 | 110110 |
Color Harmonies of #D019FC
Complementary color
Monochromatic Colors of #D019FC
Black with #D019FC
Text Example
Text Example
White with #D019FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D019FC; }
p { color: rgb(208,25,252); }
H1.HeaderClassName
{
color: #D019FC;
}
.AnyTagClassName
{
color: #D019FC;
}
</style>
background-color css
<style>
a { background-color: #D019FC; }
a { background-color: rgb(208,25,252); }
div.DivClassName
{
background-color: #D019FC;
}
.BgClassName
{
background-color: #D019FC;
}
</style>
border-color css
<style>
span { border-color: #D019FC; }
span { border-color: rgb(208,25,252); }
td.TdClassName
{
border-color: #D019FC;
}
.TagClassName
{
border-color: #D019FC;
}
</style>