Shades of Psychedelic Purple #D532F7
Tints of Psychedelic Purple #D532F7
RGB
CMYK
RGB Variations
Color information
#D532F7 (or 0xD532F7) is known color: Psychedelic Purple. HEX triplet: D5, 32 and F7. RGB value is (213,50,247). Sum of RGB (Red+Green+Blue) = 213+50+247=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 50 (19.92% from 255 or 9.80% from 510); Blue value is 247 (96.88% from 255 or 48.43% from 510); Max value from RGB is 247 - color contains mainly: blue. Hex color #D532F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D532F7 is #2ACD08. Grayscale: #787878. Windows color (decimal): -2805001 or 16200405. OLE color: 16200405.
HSL color Cylindrical-coordinate representation of color #D532F7: hue angle of 289.64º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D532F7 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 50 | 247 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.03 |
| HSL | 289.64º | 0.92% | 0.58% | - |
| HSV(B) | 289.64º | 0.8% | 0.97% | - |
| XYZ | 45.37 | 23.14 | 90.07 | - |
| YUV | 121.2 | 199 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 247 | 0.14 | 0.80 | 0 | 0.03 | 289.64 | 0.92 | 0.58 |
| Hex | D5 | 32 | F7 | E | 50 | 0 | 3 | 122 | 5C | 3A |
| Octal | 325 | 62 | 367 | 16 | 120 | 0 | 3 | 442 | 134 | 72 |
| Binary | 11010101 | 110010 | 11110111 | 1110 | 1010000 | 0 | 11 | 100100010 | 1011100 | 111010 |
Color Harmonies of #D532F7
Complementary color
Monochromatic Colors of #D532F7
Black with #D532F7
Text Example
Text Example
White with #D532F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D532F7; }
p { color: rgb(213,50,247); }
H1.HeaderClassName
{
color: #D532F7;
}
.AnyTagClassName
{
color: #D532F7;
}
</style>
background-color css
<style>
a { background-color: #D532F7; }
a { background-color: rgb(213,50,247); }
div.DivClassName
{
background-color: #D532F7;
}
.BgClassName
{
background-color: #D532F7;
}
</style>
border-color css
<style>
span { border-color: #D532F7; }
span { border-color: rgb(213,50,247); }
td.TdClassName
{
border-color: #D532F7;
}
.TagClassName
{
border-color: #D532F7;
}
</style>