Shades of Psychedelic Purple #D319FC
Tints of Psychedelic Purple #D319FC
RGB
CMYK
RGB Variations
Color information
#D319FC (or 0xD319FC) is known color: Psychedelic Purple. HEX triplet: D3, 19 and FC. RGB value is (211,25,252). Sum of RGB (Red+Green+Blue) = 211+25+252=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 25 (10.16% from 255 or 5.12% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #D319FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D319FC is #2CE603. Grayscale: #696969. Windows color (decimal): -2942468 or 16521683. OLE color: 16521683.
HSL color Cylindrical-coordinate representation of color #D319FC: hue angle of 289.16º 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 #D319FC is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 25 | 252 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.01 |
| HSL | 289.16º | 0.97% | 0.54% | - |
| HSV(B) | 289.16º | 0.9% | 0.99% | - |
| XYZ | 44.78 | 21.57 | 93.9 | - |
| YUV | 106.49 | 210.12 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 252 | 0.16 | 0.90 | 0 | 0.01 | 289.16 | 0.97 | 0.54 |
| Hex | D3 | 19 | FC | 10 | 5A | 0 | 1 | 121 | 61 | 36 |
| Octal | 323 | 31 | 374 | 20 | 132 | 0 | 1 | 441 | 141 | 66 |
| Binary | 11010011 | 11001 | 11111100 | 10000 | 1011010 | 0 | 1 | 100100001 | 1100001 | 110110 |
Color Harmonies of #D319FC
Complementary color
Monochromatic Colors of #D319FC
Black with #D319FC
Text Example
Text Example
White with #D319FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D319FC; }
p { color: rgb(211,25,252); }
H1.HeaderClassName
{
color: #D319FC;
}
.AnyTagClassName
{
color: #D319FC;
}
</style>
background-color css
<style>
a { background-color: #D319FC; }
a { background-color: rgb(211,25,252); }
div.DivClassName
{
background-color: #D319FC;
}
.BgClassName
{
background-color: #D319FC;
}
</style>
border-color css
<style>
span { border-color: #D319FC; }
span { border-color: rgb(211,25,252); }
td.TdClassName
{
border-color: #D319FC;
}
.TagClassName
{
border-color: #D319FC;
}
</style>