Shades of Psychedelic Purple #D524F8
Tints of Psychedelic Purple #D524F8
RGB
CMYK
RGB Variations
Color information
#D524F8 (or 0xD524F8) is known color: Psychedelic Purple. HEX triplet: D5, 24 and F8. RGB value is (213,36,248). Sum of RGB (Red+Green+Blue) = 213+36+248=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 36 (14.45% from 255 or 7.24% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #D524F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D524F8 is #2ADB07. Grayscale: #707070. Windows color (decimal): -2808584 or 16262357. OLE color: 16262357.
HSL color Cylindrical-coordinate representation of color #D524F8: hue angle of 290.09º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D524F8 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 36 | 248 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.03 |
| HSL | 290.09º | 0.94% | 0.56% | - |
| HSV(B) | 290.09º | 0.85% | 0.97% | - |
| XYZ | 45.01 | 22.19 | 90.72 | - |
| YUV | 113.09 | 204.14 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 248 | 0.14 | 0.85 | 0 | 0.03 | 290.09 | 0.94 | 0.56 |
| Hex | D5 | 24 | F8 | E | 55 | 0 | 3 | 122 | 5E | 38 |
| Octal | 325 | 44 | 370 | 16 | 125 | 0 | 3 | 442 | 136 | 70 |
| Binary | 11010101 | 100100 | 11111000 | 1110 | 1010101 | 0 | 11 | 100100010 | 1011110 | 111000 |
Color Harmonies of #D524F8
Complementary color
Monochromatic Colors of #D524F8
Black with #D524F8
Text Example
Text Example
White with #D524F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524F8; }
p { color: rgb(213,36,248); }
H1.HeaderClassName
{
color: #D524F8;
}
.AnyTagClassName
{
color: #D524F8;
}
</style>
background-color css
<style>
a { background-color: #D524F8; }
a { background-color: rgb(213,36,248); }
div.DivClassName
{
background-color: #D524F8;
}
.BgClassName
{
background-color: #D524F8;
}
</style>
border-color css
<style>
span { border-color: #D524F8; }
span { border-color: rgb(213,36,248); }
td.TdClassName
{
border-color: #D524F8;
}
.TagClassName
{
border-color: #D524F8;
}
</style>