Shades of Psychedelic Purple #D327FC
Tints of Psychedelic Purple #D327FC
RGB
CMYK
RGB Variations
Color information
#D327FC (or 0xD327FC) is known color: Psychedelic Purple. HEX triplet: D3, 27 and FC. RGB value is (211,39,252). Sum of RGB (Red+Green+Blue) = 211+39+252=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 39 (15.62% from 255 or 7.77% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #D327FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D327FC is #2CD803. Grayscale: #727272. Windows color (decimal): -2938884 or 16525267. OLE color: 16525267.
HSL color Cylindrical-coordinate representation of color #D327FC: hue angle of 288.45º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D327FC is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 39 | 252 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.01 |
| HSL | 288.45º | 0.97% | 0.57% | - |
| HSV(B) | 288.45º | 0.85% | 0.99% | - |
| XYZ | 45.16 | 22.33 | 94.03 | - |
| YUV | 114.71 | 205.48 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 252 | 0.16 | 0.85 | 0 | 0.01 | 288.45 | 0.97 | 0.57 |
| Hex | D3 | 27 | FC | 10 | 55 | 0 | 1 | 120 | 61 | 39 |
| Octal | 323 | 47 | 374 | 20 | 125 | 0 | 1 | 440 | 141 | 71 |
| Binary | 11010011 | 100111 | 11111100 | 10000 | 1010101 | 0 | 1 | 100100000 | 1100001 | 111001 |
Color Harmonies of #D327FC
Complementary color
Monochromatic Colors of #D327FC
Black with #D327FC
Text Example
Text Example
White with #D327FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D327FC; }
p { color: rgb(211,39,252); }
H1.HeaderClassName
{
color: #D327FC;
}
.AnyTagClassName
{
color: #D327FC;
}
</style>
background-color css
<style>
a { background-color: #D327FC; }
a { background-color: rgb(211,39,252); }
div.DivClassName
{
background-color: #D327FC;
}
.BgClassName
{
background-color: #D327FC;
}
</style>
border-color css
<style>
span { border-color: #D327FC; }
span { border-color: rgb(211,39,252); }
td.TdClassName
{
border-color: #D327FC;
}
.TagClassName
{
border-color: #D327FC;
}
</style>