Shades of Psychedelic Purple #D520FE
Tints of Psychedelic Purple #D520FE
RGB
CMYK
RGB Variations
Color information
#D520FE (or 0xD520FE) is known color: Psychedelic Purple. HEX triplet: D5, 20 and FE. RGB value is (213,32,254). Sum of RGB (Red+Green+Blue) = 213+32+254=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #D520FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D520FE is #2ADF01. Grayscale: #6E6E6E. Windows color (decimal): -2809602 or 16654549. OLE color: 16654549.
HSL color Cylindrical-coordinate representation of color #D520FE: hue angle of 288.92º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D520FE is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 32 | 254 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.00 |
| HSL | 288.92º | 0.99% | 0.56% | - |
| HSV(B) | 288.92º | 0.87% | 1% | - |
| XYZ | 45.85 | 22.33 | 95.66 | - |
| YUV | 111.43 | 208.47 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 254 | 0.16 | 0.87 | 0 | 0.00 | 288.92 | 0.99 | 0.56 |
| Hex | D5 | 20 | FE | 10 | 57 | 0 | 0 | 121 | 63 | 38 |
| Octal | 325 | 40 | 376 | 20 | 127 | 0 | 0 | 441 | 143 | 70 |
| Binary | 11010101 | 100000 | 11111110 | 10000 | 1010111 | 0 | 0 | 100100001 | 1100011 | 111000 |
Color Harmonies of #D520FE
Complementary color
Monochromatic Colors of #D520FE
Black with #D520FE
Text Example
Text Example
White with #D520FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D520FE; }
p { color: rgb(213,32,254); }
H1.HeaderClassName
{
color: #D520FE;
}
.AnyTagClassName
{
color: #D520FE;
}
</style>
background-color css
<style>
a { background-color: #D520FE; }
a { background-color: rgb(213,32,254); }
div.DivClassName
{
background-color: #D520FE;
}
.BgClassName
{
background-color: #D520FE;
}
</style>
border-color css
<style>
span { border-color: #D520FE; }
span { border-color: rgb(213,32,254); }
td.TdClassName
{
border-color: #D520FE;
}
.TagClassName
{
border-color: #D520FE;
}
</style>