Shades of Psychedelic Purple #D932F4
Tints of Psychedelic Purple #D932F4
RGB
CMYK
RGB Variations
Color information
#D932F4 (or 0xD932F4) is known color: Psychedelic Purple. HEX triplet: D9, 32 and F4. RGB value is (217,50,244). Sum of RGB (Red+Green+Blue) = 217+50+244=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 50 (19.92% from 255 or 9.78% from 511); Blue value is 244 (95.70% from 255 or 47.75% from 511); Max value from RGB is 244 - color contains mainly: blue. Hex color #D932F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D932F4 is #26CD0B. Grayscale: #797979. Windows color (decimal): -2542860 or 16003801. OLE color: 16003801.
HSL color Cylindrical-coordinate representation of color #D932F4: hue angle of 291.65º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D932F4 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 50 | 244 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.04 |
| HSL | 291.65º | 0.9% | 0.58% | - |
| HSV(B) | 291.65º | 0.8% | 0.96% | - |
| XYZ | 46.09 | 23.56 | 87.71 | - |
| YUV | 122.05 | 196.83 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 244 | 0.11 | 0.80 | 0 | 0.04 | 291.65 | 0.9 | 0.58 |
| Hex | D9 | 32 | F4 | B | 50 | 0 | 4 | 124 | 5A | 3A |
| Octal | 331 | 62 | 364 | 13 | 120 | 0 | 4 | 444 | 132 | 72 |
| Binary | 11011001 | 110010 | 11110100 | 1011 | 1010000 | 0 | 100 | 100100100 | 1011010 | 111010 |
Color Harmonies of #D932F4
Complementary color
Monochromatic Colors of #D932F4
Black with #D932F4
Text Example
Text Example
White with #D932F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D932F4; }
p { color: rgb(217,50,244); }
H1.HeaderClassName
{
color: #D932F4;
}
.AnyTagClassName
{
color: #D932F4;
}
</style>
background-color css
<style>
a { background-color: #D932F4; }
a { background-color: rgb(217,50,244); }
div.DivClassName
{
background-color: #D932F4;
}
.BgClassName
{
background-color: #D932F4;
}
</style>
border-color css
<style>
span { border-color: #D932F4; }
span { border-color: rgb(217,50,244); }
td.TdClassName
{
border-color: #D932F4;
}
.TagClassName
{
border-color: #D932F4;
}
</style>