Shades of Psychedelic Purple #D532FC
Tints of Psychedelic Purple #D532FC
RGB
CMYK
RGB Variations
Color information
#D532FC (or 0xD532FC) is known color: Psychedelic Purple. HEX triplet: D5, 32 and FC. RGB value is (213,50,252). Sum of RGB (Red+Green+Blue) = 213+50+252=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 50 (19.92% from 255 or 9.71% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #D532FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D532FC is #2ACD03. Grayscale: #797979. Windows color (decimal): -2804996 or 16528085. OLE color: 16528085.
HSL color Cylindrical-coordinate representation of color #D532FC: hue angle of 288.42º degrees, saturation: 0.97, 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 #D532FC is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 50 | 252 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.01 |
| HSL | 288.42º | 0.97% | 0.59% | - |
| HSV(B) | 288.42º | 0.8% | 0.99% | - |
| XYZ | 46.15 | 23.46 | 94.19 | - |
| YUV | 121.77 | 201.5 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 252 | 0.15 | 0.80 | 0 | 0.01 | 288.42 | 0.97 | 0.59 |
| Hex | D5 | 32 | FC | F | 50 | 0 | 1 | 120 | 61 | 3B |
| Octal | 325 | 62 | 374 | 17 | 120 | 0 | 1 | 440 | 141 | 73 |
| Binary | 11010101 | 110010 | 11111100 | 1111 | 1010000 | 0 | 1 | 100100000 | 1100001 | 111011 |
Color Harmonies of #D532FC
Complementary color
Monochromatic Colors of #D532FC
Black with #D532FC
Text Example
Text Example
White with #D532FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D532FC; }
p { color: rgb(213,50,252); }
H1.HeaderClassName
{
color: #D532FC;
}
.AnyTagClassName
{
color: #D532FC;
}
</style>
background-color css
<style>
a { background-color: #D532FC; }
a { background-color: rgb(213,50,252); }
div.DivClassName
{
background-color: #D532FC;
}
.BgClassName
{
background-color: #D532FC;
}
</style>
border-color css
<style>
span { border-color: #D532FC; }
span { border-color: rgb(213,50,252); }
td.TdClassName
{
border-color: #D532FC;
}
.TagClassName
{
border-color: #D532FC;
}
</style>