Shades of Psychedelic Purple #D320FA
Tints of Psychedelic Purple #D320FA
RGB
CMYK
RGB Variations
Color information
#D320FA (or 0xD320FA) is known color: Psychedelic Purple. HEX triplet: D3, 20 and FA. RGB value is (211,32,250). Sum of RGB (Red+Green+Blue) = 211+32+250=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 32 (12.89% from 255 or 6.49% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #D320FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D320FA is #2CDF05. Grayscale: #6D6D6D. Windows color (decimal): -2940678 or 16392403. OLE color: 16392403.
HSL color Cylindrical-coordinate representation of color #D320FA: hue angle of 289.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D320FA is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 32 | 250 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.02 |
| HSL | 289.27º | 0.96% | 0.55% | - |
| HSV(B) | 289.27º | 0.87% | 0.98% | - |
| XYZ | 44.64 | 21.78 | 92.29 | - |
| YUV | 110.37 | 206.8 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 250 | 0.16 | 0.87 | 0 | 0.02 | 289.27 | 0.96 | 0.55 |
| Hex | D3 | 20 | FA | 10 | 57 | 0 | 2 | 121 | 60 | 37 |
| Octal | 323 | 40 | 372 | 20 | 127 | 0 | 2 | 441 | 140 | 67 |
| Binary | 11010011 | 100000 | 11111010 | 10000 | 1010111 | 0 | 10 | 100100001 | 1100000 | 110111 |
Color Harmonies of #D320FA
Complementary color
Monochromatic Colors of #D320FA
Black with #D320FA
Text Example
Text Example
White with #D320FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D320FA; }
p { color: rgb(211,32,250); }
H1.HeaderClassName
{
color: #D320FA;
}
.AnyTagClassName
{
color: #D320FA;
}
</style>
background-color css
<style>
a { background-color: #D320FA; }
a { background-color: rgb(211,32,250); }
div.DivClassName
{
background-color: #D320FA;
}
.BgClassName
{
background-color: #D320FA;
}
</style>
border-color css
<style>
span { border-color: #D320FA; }
span { border-color: rgb(211,32,250); }
td.TdClassName
{
border-color: #D320FA;
}
.TagClassName
{
border-color: #D320FA;
}
</style>