Shades of Psychedelic Purple #D331FC
Tints of Psychedelic Purple #D331FC
RGB
CMYK
RGB Variations
Color information
#D331FC (or 0xD331FC) is known color: Psychedelic Purple. HEX triplet: D3, 31 and FC. RGB value is (211,49,252). Sum of RGB (Red+Green+Blue) = 211+49+252=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #D331FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D331FC is #2CCE03. Grayscale: #777777. Windows color (decimal): -2936324 or 16527827. OLE color: 16527827.
HSL color Cylindrical-coordinate representation of color #D331FC: hue angle of 287.88º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D331FC is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 49 | 252 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.01 |
| HSL | 287.88º | 0.97% | 0.59% | - |
| HSV(B) | 287.88º | 0.81% | 0.99% | - |
| XYZ | 45.53 | 23.07 | 94.15 | - |
| YUV | 120.58 | 202.17 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 252 | 0.16 | 0.81 | 0 | 0.01 | 287.88 | 0.97 | 0.59 |
| Hex | D3 | 31 | FC | 10 | 51 | 0 | 1 | 120 | 61 | 3B |
| Octal | 323 | 61 | 374 | 20 | 121 | 0 | 1 | 440 | 141 | 73 |
| Binary | 11010011 | 110001 | 11111100 | 10000 | 1010001 | 0 | 1 | 100100000 | 1100001 | 111011 |
Color Harmonies of #D331FC
Complementary color
Monochromatic Colors of #D331FC
Black with #D331FC
Text Example
Text Example
White with #D331FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D331FC; }
p { color: rgb(211,49,252); }
H1.HeaderClassName
{
color: #D331FC;
}
.AnyTagClassName
{
color: #D331FC;
}
</style>
background-color css
<style>
a { background-color: #D331FC; }
a { background-color: rgb(211,49,252); }
div.DivClassName
{
background-color: #D331FC;
}
.BgClassName
{
background-color: #D331FC;
}
</style>
border-color css
<style>
span { border-color: #D331FC; }
span { border-color: rgb(211,49,252); }
td.TdClassName
{
border-color: #D331FC;
}
.TagClassName
{
border-color: #D331FC;
}
</style>