Shades of Psychedelic Purple #D532F9
Tints of Psychedelic Purple #D532F9
RGB
CMYK
RGB Variations
Color information
#D532F9 (or 0xD532F9) is known color: Psychedelic Purple. HEX triplet: D5, 32 and F9. RGB value is (213,50,249). Sum of RGB (Red+Green+Blue) = 213+50+249=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 50 (19.92% from 255 or 9.77% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #D532F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D532F9 is #2ACD06. Grayscale: #787878. Windows color (decimal): -2804999 or 16331477. OLE color: 16331477.
HSL color Cylindrical-coordinate representation of color #D532F9: hue angle of 289.15º 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 #D532F9 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 50 | 249 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.02 |
| HSL | 289.15º | 0.94% | 0.59% | - |
| HSV(B) | 289.15º | 0.8% | 0.98% | - |
| XYZ | 45.68 | 23.27 | 91.71 | - |
| YUV | 121.42 | 200 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 249 | 0.14 | 0.80 | 0 | 0.02 | 289.15 | 0.94 | 0.59 |
| Hex | D5 | 32 | F9 | E | 50 | 0 | 2 | 121 | 5E | 3B |
| Octal | 325 | 62 | 371 | 16 | 120 | 0 | 2 | 441 | 136 | 73 |
| Binary | 11010101 | 110010 | 11111001 | 1110 | 1010000 | 0 | 10 | 100100001 | 1011110 | 111011 |
Color Harmonies of #D532F9
Complementary color
Monochromatic Colors of #D532F9
Black with #D532F9
Text Example
Text Example
White with #D532F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D532F9; }
p { color: rgb(213,50,249); }
H1.HeaderClassName
{
color: #D532F9;
}
.AnyTagClassName
{
color: #D532F9;
}
</style>
background-color css
<style>
a { background-color: #D532F9; }
a { background-color: rgb(213,50,249); }
div.DivClassName
{
background-color: #D532F9;
}
.BgClassName
{
background-color: #D532F9;
}
</style>
border-color css
<style>
span { border-color: #D532F9; }
span { border-color: rgb(213,50,249); }
td.TdClassName
{
border-color: #D532F9;
}
.TagClassName
{
border-color: #D532F9;
}
</style>