Shades of Psychedelic Purple #D524FD
Tints of Psychedelic Purple #D524FD
RGB
CMYK
RGB Variations
Color information
#D524FD (or 0xD524FD) is known color: Psychedelic Purple. HEX triplet: D5, 24 and FD. RGB value is (213,36,253). Sum of RGB (Red+Green+Blue) = 213+36+253=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 36 (14.45% from 255 or 7.17% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #D524FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D524FD is #2ADB02. Grayscale: #707070. Windows color (decimal): -2808579 or 16590037. OLE color: 16590037.
HSL color Cylindrical-coordinate representation of color #D524FD: hue angle of 288.94º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D524FD is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 36 | 253 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.01 |
| HSL | 288.94º | 0.98% | 0.57% | - |
| HSV(B) | 288.94º | 0.86% | 0.99% | - |
| XYZ | 45.8 | 22.5 | 94.86 | - |
| YUV | 113.66 | 206.64 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 253 | 0.16 | 0.86 | 0 | 0.01 | 288.94 | 0.98 | 0.57 |
| Hex | D5 | 24 | FD | 10 | 56 | 0 | 1 | 121 | 62 | 39 |
| Octal | 325 | 44 | 375 | 20 | 126 | 0 | 1 | 441 | 142 | 71 |
| Binary | 11010101 | 100100 | 11111101 | 10000 | 1010110 | 0 | 1 | 100100001 | 1100010 | 111001 |
Color Harmonies of #D524FD
Complementary color
Monochromatic Colors of #D524FD
Black with #D524FD
Text Example
Text Example
White with #D524FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524FD; }
p { color: rgb(213,36,253); }
H1.HeaderClassName
{
color: #D524FD;
}
.AnyTagClassName
{
color: #D524FD;
}
</style>
background-color css
<style>
a { background-color: #D524FD; }
a { background-color: rgb(213,36,253); }
div.DivClassName
{
background-color: #D524FD;
}
.BgClassName
{
background-color: #D524FD;
}
</style>
border-color css
<style>
span { border-color: #D524FD; }
span { border-color: rgb(213,36,253); }
td.TdClassName
{
border-color: #D524FD;
}
.TagClassName
{
border-color: #D524FD;
}
</style>