Shades of Psychedelic Purple #D932F9
Tints of Psychedelic Purple #D932F9
RGB
CMYK
RGB Variations
Color information
#D932F9 (or 0xD932F9) is known color: Psychedelic Purple. HEX triplet: D9, 32 and F9. RGB value is (217,50,249). Sum of RGB (Red+Green+Blue) = 217+50+249=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 50 (19.92% from 255 or 9.69% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #D932F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D932F9 is #26CD06. Grayscale: #797979. Windows color (decimal): -2542855 or 16331481. OLE color: 16331481.
HSL color Cylindrical-coordinate representation of color #D932F9: hue angle of 290.35º degrees, saturation: 0.94, 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 #D932F9 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 50 | 249 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.02 |
| HSL | 290.35º | 0.94% | 0.59% | - |
| HSV(B) | 290.35º | 0.8% | 0.98% | - |
| XYZ | 46.85 | 23.87 | 91.76 | - |
| YUV | 122.62 | 199.33 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 249 | 0.13 | 0.80 | 0 | 0.02 | 290.35 | 0.94 | 0.59 |
| Hex | D9 | 32 | F9 | D | 50 | 0 | 2 | 122 | 5E | 3B |
| Octal | 331 | 62 | 371 | 15 | 120 | 0 | 2 | 442 | 136 | 73 |
| Binary | 11011001 | 110010 | 11111001 | 1101 | 1010000 | 0 | 10 | 100100010 | 1011110 | 111011 |
Color Harmonies of #D932F9
Complementary color
Monochromatic Colors of #D932F9
Black with #D932F9
Text Example
Text Example
White with #D932F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D932F9; }
p { color: rgb(217,50,249); }
H1.HeaderClassName
{
color: #D932F9;
}
.AnyTagClassName
{
color: #D932F9;
}
</style>
background-color css
<style>
a { background-color: #D932F9; }
a { background-color: rgb(217,50,249); }
div.DivClassName
{
background-color: #D932F9;
}
.BgClassName
{
background-color: #D932F9;
}
</style>
border-color css
<style>
span { border-color: #D932F9; }
span { border-color: rgb(217,50,249); }
td.TdClassName
{
border-color: #D932F9;
}
.TagClassName
{
border-color: #D932F9;
}
</style>