Shades of Psychedelic Purple #D320FC
Tints of Psychedelic Purple #D320FC
RGB
CMYK
RGB Variations
Color information
#D320FC (or 0xD320FC) is known color: Psychedelic Purple. HEX triplet: D3, 20 and FC. RGB value is (211,32,252). Sum of RGB (Red+Green+Blue) = 211+32+252=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 32 (12.89% from 255 or 6.46% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #D320FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D320FC is #2CDF03. Grayscale: #6D6D6D. Windows color (decimal): -2940676 or 16523475. OLE color: 16523475.
HSL color Cylindrical-coordinate representation of color #D320FC: hue angle of 288.82º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D320FC is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 32 | 252 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.01 |
| HSL | 288.82º | 0.97% | 0.56% | - |
| HSV(B) | 288.82º | 0.87% | 0.99% | - |
| XYZ | 44.95 | 21.91 | 93.96 | - |
| YUV | 110.6 | 207.8 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 252 | 0.16 | 0.87 | 0 | 0.01 | 288.82 | 0.97 | 0.56 |
| Hex | D3 | 20 | FC | 10 | 57 | 0 | 1 | 121 | 61 | 38 |
| Octal | 323 | 40 | 374 | 20 | 127 | 0 | 1 | 441 | 141 | 70 |
| Binary | 11010011 | 100000 | 11111100 | 10000 | 1010111 | 0 | 1 | 100100001 | 1100001 | 111000 |
Color Harmonies of #D320FC
Complementary color
Monochromatic Colors of #D320FC
Black with #D320FC
Text Example
Text Example
White with #D320FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D320FC; }
p { color: rgb(211,32,252); }
H1.HeaderClassName
{
color: #D320FC;
}
.AnyTagClassName
{
color: #D320FC;
}
</style>
background-color css
<style>
a { background-color: #D320FC; }
a { background-color: rgb(211,32,252); }
div.DivClassName
{
background-color: #D320FC;
}
.BgClassName
{
background-color: #D320FC;
}
</style>
border-color css
<style>
span { border-color: #D320FC; }
span { border-color: rgb(211,32,252); }
td.TdClassName
{
border-color: #D320FC;
}
.TagClassName
{
border-color: #D320FC;
}
</style>