Shades of Psychedelic Purple #D932FA
Tints of Psychedelic Purple #D932FA
RGB
CMYK
RGB Variations
Color information
#D932FA (or 0xD932FA) is known color: Psychedelic Purple. HEX triplet: D9, 32 and FA. RGB value is (217,50,250). Sum of RGB (Red+Green+Blue) = 217+50+250=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 50 (19.92% from 255 or 9.67% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #D932FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D932FA is #26CD05. Grayscale: #7A7A7A. Windows color (decimal): -2542854 or 16397017. OLE color: 16397017.
HSL color Cylindrical-coordinate representation of color #D932FA: hue angle of 290.1º degrees, saturation: 0.95, 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 #D932FA is Cyan = 0.13, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 50 | 250 | - |
| CMYK | 0.13 | 0.8 | 0 | 0.02 |
| HSL | 290.1º | 0.95% | 0.59% | - |
| HSV(B) | 290.1º | 0.8% | 0.98% | - |
| XYZ | 47.01 | 23.94 | 92.58 | - |
| YUV | 122.73 | 199.83 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 250 | 0.13 | 0.8 | 0 | 0.02 | 290.1 | 0.95 | 0.59 |
| Hex | D9 | 32 | FA | D | 50 | 0 | 2 | 122 | 5F | 3B |
| Octal | 331 | 62 | 372 | 15 | 120 | 0 | 2 | 442 | 137 | 73 |
| Binary | 11011001 | 110010 | 11111010 | 1101 | 1010000 | 0 | 10 | 100100010 | 1011111 | 111011 |
Color Harmonies of #D932FA
Complementary color
Monochromatic Colors of #D932FA
Black with #D932FA
Text Example
Text Example
White with #D932FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D932FA; }
p { color: rgb(217,50,250); }
H1.HeaderClassName
{
color: #D932FA;
}
.AnyTagClassName
{
color: #D932FA;
}
</style>
background-color css
<style>
a { background-color: #D932FA; }
a { background-color: rgb(217,50,250); }
div.DivClassName
{
background-color: #D932FA;
}
.BgClassName
{
background-color: #D932FA;
}
</style>
border-color css
<style>
span { border-color: #D932FA; }
span { border-color: rgb(217,50,250); }
td.TdClassName
{
border-color: #D932FA;
}
.TagClassName
{
border-color: #D932FA;
}
</style>