Shades of Psychedelic Purple #D332FB
Tints of Psychedelic Purple #D332FB
RGB
CMYK
RGB Variations
Color information
#D332FB (or 0xD332FB) is known color: Psychedelic Purple. HEX triplet: D3, 32 and FB. RGB value is (211,50,251). Sum of RGB (Red+Green+Blue) = 211+50+251=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 50 (19.92% from 255 or 9.77% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #D332FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D332FB is #2CCD04. Grayscale: #787878. Windows color (decimal): -2936069 or 16462547. OLE color: 16462547.
HSL color Cylindrical-coordinate representation of color #D332FB: hue angle of 288.06º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D332FB is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 50 | 251 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.02 |
| HSL | 288.06º | 0.96% | 0.59% | - |
| HSV(B) | 288.06º | 0.8% | 0.98% | - |
| XYZ | 45.42 | 23.1 | 93.33 | - |
| YUV | 121.05 | 201.34 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 251 | 0.16 | 0.80 | 0 | 0.02 | 288.06 | 0.96 | 0.59 |
| Hex | D3 | 32 | FB | 10 | 50 | 0 | 2 | 120 | 60 | 3B |
| Octal | 323 | 62 | 373 | 20 | 120 | 0 | 2 | 440 | 140 | 73 |
| Binary | 11010011 | 110010 | 11111011 | 10000 | 1010000 | 0 | 10 | 100100000 | 1100000 | 111011 |
Color Harmonies of #D332FB
Complementary color
Monochromatic Colors of #D332FB
Black with #D332FB
Text Example
Text Example
White with #D332FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D332FB; }
p { color: rgb(211,50,251); }
H1.HeaderClassName
{
color: #D332FB;
}
.AnyTagClassName
{
color: #D332FB;
}
</style>
background-color css
<style>
a { background-color: #D332FB; }
a { background-color: rgb(211,50,251); }
div.DivClassName
{
background-color: #D332FB;
}
.BgClassName
{
background-color: #D332FB;
}
</style>
border-color css
<style>
span { border-color: #D332FB; }
span { border-color: rgb(211,50,251); }
td.TdClassName
{
border-color: #D332FB;
}
.TagClassName
{
border-color: #D332FB;
}
</style>