Shades of Psychedelic Purple #D532FB
Tints of Psychedelic Purple #D532FB
RGB
CMYK
RGB Variations
Color information
#D532FB (or 0xD532FB) is known color: Psychedelic Purple. HEX triplet: D5, 32 and FB. RGB value is (213,50,251). Sum of RGB (Red+Green+Blue) = 213+50+251=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 50 (19.92% from 255 or 9.73% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #D532FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D532FB is #2ACD04. Grayscale: #797979. Windows color (decimal): -2804997 or 16462549. OLE color: 16462549.
HSL color Cylindrical-coordinate representation of color #D532FB: hue angle of 288.66º 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 #D532FB is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 50 | 251 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.02 |
| HSL | 288.66º | 0.96% | 0.59% | - |
| HSV(B) | 288.66º | 0.8% | 0.98% | - |
| XYZ | 45.99 | 23.39 | 93.36 | - |
| YUV | 121.65 | 201 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 251 | 0.15 | 0.80 | 0 | 0.02 | 288.66 | 0.96 | 0.59 |
| Hex | D5 | 32 | FB | F | 50 | 0 | 2 | 121 | 60 | 3B |
| Octal | 325 | 62 | 373 | 17 | 120 | 0 | 2 | 441 | 140 | 73 |
| Binary | 11010101 | 110010 | 11111011 | 1111 | 1010000 | 0 | 10 | 100100001 | 1100000 | 111011 |
Color Harmonies of #D532FB
Complementary color
Monochromatic Colors of #D532FB
Black with #D532FB
Text Example
Text Example
White with #D532FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D532FB; }
p { color: rgb(213,50,251); }
H1.HeaderClassName
{
color: #D532FB;
}
.AnyTagClassName
{
color: #D532FB;
}
</style>
background-color css
<style>
a { background-color: #D532FB; }
a { background-color: rgb(213,50,251); }
div.DivClassName
{
background-color: #D532FB;
}
.BgClassName
{
background-color: #D532FB;
}
</style>
border-color css
<style>
span { border-color: #D532FB; }
span { border-color: rgb(213,50,251); }
td.TdClassName
{
border-color: #D532FB;
}
.TagClassName
{
border-color: #D532FB;
}
</style>