Shades of Psychedelic Purple #D932FB
Tints of Psychedelic Purple #D932FB
RGB
CMYK
RGB Variations
Color information
#D932FB (or 0xD932FB) is known color: Psychedelic Purple. HEX triplet: D9, 32 and FB. RGB value is (217,50,251). Sum of RGB (Red+Green+Blue) = 217+50+251=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 50 (19.92% from 255 or 9.65% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #D932FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D932FB is #26CD04. Grayscale: #7A7A7A. Windows color (decimal): -2542853 or 16462553. OLE color: 16462553.
HSL color Cylindrical-coordinate representation of color #D932FB: hue angle of 289.85º degrees, saturation: 0.96, 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 #D932FB is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 50 | 251 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.02 |
| HSL | 289.85º | 0.96% | 0.59% | - |
| HSV(B) | 289.85º | 0.8% | 0.98% | - |
| XYZ | 47.17 | 24 | 93.41 | - |
| YUV | 122.85 | 200.33 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 251 | 0.14 | 0.80 | 0 | 0.02 | 289.85 | 0.96 | 0.59 |
| Hex | D9 | 32 | FB | E | 50 | 0 | 2 | 122 | 60 | 3B |
| Octal | 331 | 62 | 373 | 16 | 120 | 0 | 2 | 442 | 140 | 73 |
| Binary | 11011001 | 110010 | 11111011 | 1110 | 1010000 | 0 | 10 | 100100010 | 1100000 | 111011 |
Color Harmonies of #D932FB
Complementary color
Monochromatic Colors of #D932FB
Black with #D932FB
Text Example
Text Example
White with #D932FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D932FB; }
p { color: rgb(217,50,251); }
H1.HeaderClassName
{
color: #D932FB;
}
.AnyTagClassName
{
color: #D932FB;
}
</style>
background-color css
<style>
a { background-color: #D932FB; }
a { background-color: rgb(217,50,251); }
div.DivClassName
{
background-color: #D932FB;
}
.BgClassName
{
background-color: #D932FB;
}
</style>
border-color css
<style>
span { border-color: #D932FB; }
span { border-color: rgb(217,50,251); }
td.TdClassName
{
border-color: #D932FB;
}
.TagClassName
{
border-color: #D932FB;
}
</style>