Shades of Psychedelic Purple #D520FC
Tints of Psychedelic Purple #D520FC
RGB
CMYK
RGB Variations
Color information
#D520FC (or 0xD520FC) is known color: Psychedelic Purple. HEX triplet: D5, 20 and FC. RGB value is (213,32,252). Sum of RGB (Red+Green+Blue) = 213+32+252=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 32 (12.89% from 255 or 6.44% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #D520FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D520FC is #2ADF03. Grayscale: #6E6E6E. Windows color (decimal): -2809604 or 16523477. OLE color: 16523477.
HSL color Cylindrical-coordinate representation of color #D520FC: hue angle of 289.36º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D520FC is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 32 | 252 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.01 |
| HSL | 289.36º | 0.97% | 0.56% | - |
| HSV(B) | 289.36º | 0.87% | 0.99% | - |
| XYZ | 45.53 | 22.21 | 93.98 | - |
| YUV | 111.2 | 207.47 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 252 | 0.15 | 0.87 | 0 | 0.01 | 289.36 | 0.97 | 0.56 |
| Hex | D5 | 20 | FC | F | 57 | 0 | 1 | 121 | 61 | 38 |
| Octal | 325 | 40 | 374 | 17 | 127 | 0 | 1 | 441 | 141 | 70 |
| Binary | 11010101 | 100000 | 11111100 | 1111 | 1010111 | 0 | 1 | 100100001 | 1100001 | 111000 |
Color Harmonies of #D520FC
Complementary color
Monochromatic Colors of #D520FC
Black with #D520FC
Text Example
Text Example
White with #D520FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D520FC; }
p { color: rgb(213,32,252); }
H1.HeaderClassName
{
color: #D520FC;
}
.AnyTagClassName
{
color: #D520FC;
}
</style>
background-color css
<style>
a { background-color: #D520FC; }
a { background-color: rgb(213,32,252); }
div.DivClassName
{
background-color: #D520FC;
}
.BgClassName
{
background-color: #D520FC;
}
</style>
border-color css
<style>
span { border-color: #D520FC; }
span { border-color: rgb(213,32,252); }
td.TdClassName
{
border-color: #D520FC;
}
.TagClassName
{
border-color: #D520FC;
}
</style>