Shades of Psychedelic Purple #D523FD
Tints of Psychedelic Purple #D523FD
RGB
CMYK
RGB Variations
Color information
#D523FD (or 0xD523FD) is known color: Psychedelic Purple. HEX triplet: D5, 23 and FD. RGB value is (213,35,253). Sum of RGB (Red+Green+Blue) = 213+35+253=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 35 (14.06% from 255 or 6.99% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #D523FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D523FD is #2ADC02. Grayscale: #707070. Windows color (decimal): -2808835 or 16589781. OLE color: 16589781.
HSL color Cylindrical-coordinate representation of color #D523FD: hue angle of 288.99º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D523FD is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 35 | 253 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.01 |
| HSL | 288.99º | 0.98% | 0.56% | - |
| HSV(B) | 288.99º | 0.86% | 0.99% | - |
| XYZ | 45.77 | 22.44 | 94.85 | - |
| YUV | 113.07 | 206.97 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 253 | 0.16 | 0.86 | 0 | 0.01 | 288.99 | 0.98 | 0.56 |
| Hex | D5 | 23 | FD | 10 | 56 | 0 | 1 | 121 | 62 | 38 |
| Octal | 325 | 43 | 375 | 20 | 126 | 0 | 1 | 441 | 142 | 70 |
| Binary | 11010101 | 100011 | 11111101 | 10000 | 1010110 | 0 | 1 | 100100001 | 1100010 | 111000 |
Color Harmonies of #D523FD
Complementary color
Monochromatic Colors of #D523FD
Black with #D523FD
Text Example
Text Example
White with #D523FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D523FD; }
p { color: rgb(213,35,253); }
H1.HeaderClassName
{
color: #D523FD;
}
.AnyTagClassName
{
color: #D523FD;
}
</style>
background-color css
<style>
a { background-color: #D523FD; }
a { background-color: rgb(213,35,253); }
div.DivClassName
{
background-color: #D523FD;
}
.BgClassName
{
background-color: #D523FD;
}
</style>
border-color css
<style>
span { border-color: #D523FD; }
span { border-color: rgb(213,35,253); }
td.TdClassName
{
border-color: #D523FD;
}
.TagClassName
{
border-color: #D523FD;
}
</style>