Shades of Psychedelic Purple #D524FF
Tints of Psychedelic Purple #D524FF
RGB
CMYK
RGB Variations
Color information
#D524FF (or 0xD524FF) is known color: Psychedelic Purple. HEX triplet: D5, 24 and FF. RGB value is (213,36,255). Sum of RGB (Red+Green+Blue) = 213+36+255=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 36 (14.45% from 255 or 7.14% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #D524FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D524FF is #2ADB00. Grayscale: #717171. Windows color (decimal): -2808577 or 16721109. OLE color: 16721109.
HSL color Cylindrical-coordinate representation of color #D524FF: hue angle of 288.49º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D524FF is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 36 | 255 | - |
| CMYK | 0.16 | 0.86 | 0 | 0 |
| HSL | 288.49º | 1% | 0.57% | - |
| HSV(B) | 288.49º | 0.86% | 1% | - |
| XYZ | 46.12 | 22.63 | 96.54 | - |
| YUV | 113.89 | 207.64 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 255 | 0.16 | 0.86 | 0 | 0 | 288.49 | 1 | 0.57 |
| Hex | D5 | 24 | FF | 10 | 56 | 0 | 0 | 120 | 64 | 39 |
| Octal | 325 | 44 | 377 | 20 | 126 | 0 | 0 | 440 | 144 | 71 |
| Binary | 11010101 | 100100 | 11111111 | 10000 | 1010110 | 0 | 0 | 100100000 | 1100100 | 111001 |
Color Harmonies of #D524FF
Complementary color
Monochromatic Colors of #D524FF
Black with #D524FF
Text Example
Text Example
White with #D524FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524FF; }
p { color: rgb(213,36,255); }
H1.HeaderClassName
{
color: #D524FF;
}
.AnyTagClassName
{
color: #D524FF;
}
</style>
background-color css
<style>
a { background-color: #D524FF; }
a { background-color: rgb(213,36,255); }
div.DivClassName
{
background-color: #D524FF;
}
.BgClassName
{
background-color: #D524FF;
}
</style>
border-color css
<style>
span { border-color: #D524FF; }
span { border-color: rgb(213,36,255); }
td.TdClassName
{
border-color: #D524FF;
}
.TagClassName
{
border-color: #D524FF;
}
</style>