Shades of Psychedelic Purple #D932FD
Tints of Psychedelic Purple #D932FD
RGB
CMYK
RGB Variations
Color information
#D932FD (or 0xD932FD) is known color: Psychedelic Purple. HEX triplet: D9, 32 and FD. RGB value is (217,50,253). Sum of RGB (Red+Green+Blue) = 217+50+253=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 50 (19.92% from 255 or 9.62% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #D932FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D932FD is #26CD02. Grayscale: #7A7A7A. Windows color (decimal): -2542851 or 16593625. OLE color: 16593625.
HSL color Cylindrical-coordinate representation of color #D932FD: hue angle of 289.36º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D932FD is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 50 | 253 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.01 |
| HSL | 289.36º | 0.98% | 0.59% | - |
| HSV(B) | 289.36º | 0.8% | 0.99% | - |
| XYZ | 47.49 | 24.12 | 95.08 | - |
| YUV | 123.08 | 201.33 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 253 | 0.14 | 0.80 | 0 | 0.01 | 289.36 | 0.98 | 0.59 |
| Hex | D9 | 32 | FD | E | 50 | 0 | 1 | 121 | 62 | 3B |
| Octal | 331 | 62 | 375 | 16 | 120 | 0 | 1 | 441 | 142 | 73 |
| Binary | 11011001 | 110010 | 11111101 | 1110 | 1010000 | 0 | 1 | 100100001 | 1100010 | 111011 |
Color Harmonies of #D932FD
Complementary color
Monochromatic Colors of #D932FD
Black with #D932FD
Text Example
Text Example
White with #D932FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D932FD; }
p { color: rgb(217,50,253); }
H1.HeaderClassName
{
color: #D932FD;
}
.AnyTagClassName
{
color: #D932FD;
}
</style>
background-color css
<style>
a { background-color: #D932FD; }
a { background-color: rgb(217,50,253); }
div.DivClassName
{
background-color: #D932FD;
}
.BgClassName
{
background-color: #D932FD;
}
</style>
border-color css
<style>
span { border-color: #D932FD; }
span { border-color: rgb(217,50,253); }
td.TdClassName
{
border-color: #D932FD;
}
.TagClassName
{
border-color: #D932FD;
}
</style>