Shades of Psychedelic Purple #D332F2
Tints of Psychedelic Purple #D332F2
RGB
CMYK
RGB Variations
Color information
#D332F2 (or 0xD332F2) is known color: Psychedelic Purple. HEX triplet: D3, 32 and F2. RGB value is (211,50,242). Sum of RGB (Red+Green+Blue) = 211+50+242=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 50 (19.92% from 255 or 9.94% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #D332F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D332F2 is #2CCD0D. Grayscale: #777777. Windows color (decimal): -2936078 or 15872723. OLE color: 15872723.
HSL color Cylindrical-coordinate representation of color #D332F2: hue angle of 290.31º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D332F2 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 50 | 242 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.05 |
| HSL | 290.31º | 0.88% | 0.57% | - |
| HSV(B) | 290.31º | 0.79% | 0.95% | - |
| XYZ | 44.03 | 22.54 | 86.03 | - |
| YUV | 120.03 | 196.84 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 242 | 0.13 | 0.79 | 0 | 0.05 | 290.31 | 0.88 | 0.57 |
| Hex | D3 | 32 | F2 | D | 4F | 0 | 5 | 122 | 58 | 39 |
| Octal | 323 | 62 | 362 | 15 | 117 | 0 | 5 | 442 | 130 | 71 |
| Binary | 11010011 | 110010 | 11110010 | 1101 | 1001111 | 0 | 101 | 100100010 | 1011000 | 111001 |
Color Harmonies of #D332F2
Complementary color
Monochromatic Colors of #D332F2
Black with #D332F2
Text Example
Text Example
White with #D332F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D332F2; }
p { color: rgb(211,50,242); }
H1.HeaderClassName
{
color: #D332F2;
}
.AnyTagClassName
{
color: #D332F2;
}
</style>
background-color css
<style>
a { background-color: #D332F2; }
a { background-color: rgb(211,50,242); }
div.DivClassName
{
background-color: #D332F2;
}
.BgClassName
{
background-color: #D332F2;
}
</style>
border-color css
<style>
span { border-color: #D332F2; }
span { border-color: rgb(211,50,242); }
td.TdClassName
{
border-color: #D332F2;
}
.TagClassName
{
border-color: #D332F2;
}
</style>