Shades of Psychedelic Purple #D529F0
Tints of Psychedelic Purple #D529F0
RGB
CMYK
RGB Variations
Color information
#D529F0 (or 0xD529F0) is known color: Psychedelic Purple. HEX triplet: D5, 29 and F0. RGB value is (213,41,240). Sum of RGB (Red+Green+Blue) = 213+41+240=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 41 (16.41% from 255 or 8.30% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #D529F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D529F0 is #2AD60F. Grayscale: #727272. Windows color (decimal): -2807312 or 15739349. OLE color: 15739349.
HSL color Cylindrical-coordinate representation of color #D529F0: hue angle of 291.86º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D529F0 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 41 | 240 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.06 |
| HSL | 291.86º | 0.87% | 0.55% | - |
| HSV(B) | 291.86º | 0.83% | 0.94% | - |
| XYZ | 43.96 | 22.02 | 84.37 | - |
| YUV | 115.11 | 198.48 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 240 | 0.11 | 0.83 | 0 | 0.06 | 291.86 | 0.87 | 0.55 |
| Hex | D5 | 29 | F0 | B | 53 | 0 | 6 | 124 | 57 | 37 |
| Octal | 325 | 51 | 360 | 13 | 123 | 0 | 6 | 444 | 127 | 67 |
| Binary | 11010101 | 101001 | 11110000 | 1011 | 1010011 | 0 | 110 | 100100100 | 1010111 | 110111 |
Color Harmonies of #D529F0
Complementary color
Monochromatic Colors of #D529F0
Black with #D529F0
Text Example
Text Example
White with #D529F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D529F0; }
p { color: rgb(213,41,240); }
H1.HeaderClassName
{
color: #D529F0;
}
.AnyTagClassName
{
color: #D529F0;
}
</style>
background-color css
<style>
a { background-color: #D529F0; }
a { background-color: rgb(213,41,240); }
div.DivClassName
{
background-color: #D529F0;
}
.BgClassName
{
background-color: #D529F0;
}
</style>
border-color css
<style>
span { border-color: #D529F0; }
span { border-color: rgb(213,41,240); }
td.TdClassName
{
border-color: #D529F0;
}
.TagClassName
{
border-color: #D529F0;
}
</style>