Shades of Psychedelic Purple #D527FC
Tints of Psychedelic Purple #D527FC
RGB
CMYK
RGB Variations
Color information
#D527FC (or 0xD527FC) is known color: Psychedelic Purple. HEX triplet: D5, 27 and FC. RGB value is (213,39,252). Sum of RGB (Red+Green+Blue) = 213+39+252=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 39 (15.62% from 255 or 7.74% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #D527FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D527FC is #2AD803. Grayscale: #727272. Windows color (decimal): -2807812 or 16525269. OLE color: 16525269.
HSL color Cylindrical-coordinate representation of color #D527FC: hue angle of 289.01º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D527FC is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 39 | 252 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.01 |
| HSL | 289.01º | 0.97% | 0.57% | - |
| HSV(B) | 289.01º | 0.85% | 0.99% | - |
| XYZ | 45.74 | 22.63 | 94.05 | - |
| YUV | 115.31 | 205.15 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 252 | 0.15 | 0.85 | 0 | 0.01 | 289.01 | 0.97 | 0.57 |
| Hex | D5 | 27 | FC | F | 55 | 0 | 1 | 121 | 61 | 39 |
| Octal | 325 | 47 | 374 | 17 | 125 | 0 | 1 | 441 | 141 | 71 |
| Binary | 11010101 | 100111 | 11111100 | 1111 | 1010101 | 0 | 1 | 100100001 | 1100001 | 111001 |
Color Harmonies of #D527FC
Complementary color
Monochromatic Colors of #D527FC
Black with #D527FC
Text Example
Text Example
White with #D527FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527FC; }
p { color: rgb(213,39,252); }
H1.HeaderClassName
{
color: #D527FC;
}
.AnyTagClassName
{
color: #D527FC;
}
</style>
background-color css
<style>
a { background-color: #D527FC; }
a { background-color: rgb(213,39,252); }
div.DivClassName
{
background-color: #D527FC;
}
.BgClassName
{
background-color: #D527FC;
}
</style>
border-color css
<style>
span { border-color: #D527FC; }
span { border-color: rgb(213,39,252); }
td.TdClassName
{
border-color: #D527FC;
}
.TagClassName
{
border-color: #D527FC;
}
</style>