Shades of Psychedelic Purple #D932F5
Tints of Psychedelic Purple #D932F5
RGB
CMYK
RGB Variations
Color information
#D932F5 (or 0xD932F5) is known color: Psychedelic Purple. HEX triplet: D9, 32 and F5. RGB value is (217,50,245). Sum of RGB (Red+Green+Blue) = 217+50+245=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 50 (19.92% from 255 or 9.77% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #D932F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D932F5 is #26CD0A. Grayscale: #797979. Windows color (decimal): -2542859 or 16069337. OLE color: 16069337.
HSL color Cylindrical-coordinate representation of color #D932F5: hue angle of 291.38º degrees, saturation: 0.91, 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 #D932F5 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 50 | 245 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.04 |
| HSL | 291.38º | 0.91% | 0.58% | - |
| HSV(B) | 291.38º | 0.8% | 0.96% | - |
| XYZ | 46.24 | 23.63 | 88.51 | - |
| YUV | 122.16 | 197.33 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 245 | 0.11 | 0.80 | 0 | 0.04 | 291.38 | 0.91 | 0.58 |
| Hex | D9 | 32 | F5 | B | 50 | 0 | 4 | 123 | 5B | 3A |
| Octal | 331 | 62 | 365 | 13 | 120 | 0 | 4 | 443 | 133 | 72 |
| Binary | 11011001 | 110010 | 11110101 | 1011 | 1010000 | 0 | 100 | 100100011 | 1011011 | 111010 |
Color Harmonies of #D932F5
Complementary color
Monochromatic Colors of #D932F5
Black with #D932F5
Text Example
Text Example
White with #D932F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D932F5; }
p { color: rgb(217,50,245); }
H1.HeaderClassName
{
color: #D932F5;
}
.AnyTagClassName
{
color: #D932F5;
}
</style>
background-color css
<style>
a { background-color: #D932F5; }
a { background-color: rgb(217,50,245); }
div.DivClassName
{
background-color: #D932F5;
}
.BgClassName
{
background-color: #D932F5;
}
</style>
border-color css
<style>
span { border-color: #D932F5; }
span { border-color: rgb(217,50,245); }
td.TdClassName
{
border-color: #D932F5;
}
.TagClassName
{
border-color: #D932F5;
}
</style>