Shades of Psychedelic Purple #D521FE
Tints of Psychedelic Purple #D521FE
RGB
CMYK
RGB Variations
Color information
#D521FE (or 0xD521FE) is known color: Psychedelic Purple. HEX triplet: D5, 21 and FE. RGB value is (213,33,254). Sum of RGB (Red+Green+Blue) = 213+33+254=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 33 (13.28% from 255 or 6.6% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #D521FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D521FE is #2ADE01. Grayscale: #6F6F6F. Windows color (decimal): -2809346 or 16654805. OLE color: 16654805.
HSL color Cylindrical-coordinate representation of color #D521FE: hue angle of 288.87º 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 #D521FE is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 33 | 254 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.00 |
| HSL | 288.87º | 0.99% | 0.56% | - |
| HSV(B) | 288.87º | 0.87% | 1% | - |
| XYZ | 45.87 | 22.39 | 95.67 | - |
| YUV | 112.01 | 208.13 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 254 | 0.16 | 0.87 | 0 | 0.00 | 288.87 | 0.99 | 0.56 |
| Hex | D5 | 21 | FE | 10 | 57 | 0 | 0 | 121 | 63 | 38 |
| Octal | 325 | 41 | 376 | 20 | 127 | 0 | 0 | 441 | 143 | 70 |
| Binary | 11010101 | 100001 | 11111110 | 10000 | 1010111 | 0 | 0 | 100100001 | 1100011 | 111000 |
Color Harmonies of #D521FE
Complementary color
Monochromatic Colors of #D521FE
Black with #D521FE
Text Example
Text Example
White with #D521FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D521FE; }
p { color: rgb(213,33,254); }
H1.HeaderClassName
{
color: #D521FE;
}
.AnyTagClassName
{
color: #D521FE;
}
</style>
background-color css
<style>
a { background-color: #D521FE; }
a { background-color: rgb(213,33,254); }
div.DivClassName
{
background-color: #D521FE;
}
.BgClassName
{
background-color: #D521FE;
}
</style>
border-color css
<style>
span { border-color: #D521FE; }
span { border-color: rgb(213,33,254); }
td.TdClassName
{
border-color: #D521FE;
}
.TagClassName
{
border-color: #D521FE;
}
</style>