Shades of Psychedelic Purple #D537FC
Tints of Psychedelic Purple #D537FC
RGB
CMYK
RGB Variations
Color information
#D537FC (or 0xD537FC) is known color: Psychedelic Purple. HEX triplet: D5, 37 and FC. RGB value is (213,55,252). Sum of RGB (Red+Green+Blue) = 213+55+252=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 55 (21.88% from 255 or 10.58% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #D537FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D537FC is #2AC803. Grayscale: #7C7C7C. Windows color (decimal): -2803716 or 16529365. OLE color: 16529365.
HSL color Cylindrical-coordinate representation of color #D537FC: hue angle of 288.12º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D537FC is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 55 | 252 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.01 |
| HSL | 288.12º | 0.97% | 0.6% | - |
| HSV(B) | 288.12º | 0.78% | 0.99% | - |
| XYZ | 46.38 | 23.91 | 94.27 | - |
| YUV | 124.7 | 199.85 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 252 | 0.15 | 0.78 | 0 | 0.01 | 288.12 | 0.97 | 0.6 |
| Hex | D5 | 37 | FC | F | 4E | 0 | 1 | 120 | 61 | 3C |
| Octal | 325 | 67 | 374 | 17 | 116 | 0 | 1 | 440 | 141 | 74 |
| Binary | 11010101 | 110111 | 11111100 | 1111 | 1001110 | 0 | 1 | 100100000 | 1100001 | 111100 |
Color Harmonies of #D537FC
Complementary color
Monochromatic Colors of #D537FC
Black with #D537FC
Text Example
Text Example
White with #D537FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537FC; }
p { color: rgb(213,55,252); }
H1.HeaderClassName
{
color: #D537FC;
}
.AnyTagClassName
{
color: #D537FC;
}
</style>
background-color css
<style>
a { background-color: #D537FC; }
a { background-color: rgb(213,55,252); }
div.DivClassName
{
background-color: #D537FC;
}
.BgClassName
{
background-color: #D537FC;
}
</style>
border-color css
<style>
span { border-color: #D537FC; }
span { border-color: rgb(213,55,252); }
td.TdClassName
{
border-color: #D537FC;
}
.TagClassName
{
border-color: #D537FC;
}
</style>