Shades of Psychedelic Purple #D537FA
Tints of Psychedelic Purple #D537FA
RGB
CMYK
RGB Variations
Color information
#D537FA (or 0xD537FA) is known color: Psychedelic Purple. HEX triplet: D5, 37 and FA. RGB value is (213,55,250). Sum of RGB (Red+Green+Blue) = 213+55+250=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 55 (21.88% from 255 or 10.62% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #D537FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D537FA is #2AC805. Grayscale: #7B7B7B. Windows color (decimal): -2803718 or 16398293. OLE color: 16398293.
HSL color Cylindrical-coordinate representation of color #D537FA: hue angle of 288.62º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D537FA is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 55 | 250 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.02 |
| HSL | 288.62º | 0.95% | 0.6% | - |
| HSV(B) | 288.62º | 0.78% | 0.98% | - |
| XYZ | 46.06 | 23.78 | 92.6 | - |
| YUV | 124.47 | 198.85 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 250 | 0.15 | 0.78 | 0 | 0.02 | 288.62 | 0.95 | 0.6 |
| Hex | D5 | 37 | FA | F | 4E | 0 | 2 | 121 | 5F | 3C |
| Octal | 325 | 67 | 372 | 17 | 116 | 0 | 2 | 441 | 137 | 74 |
| Binary | 11010101 | 110111 | 11111010 | 1111 | 1001110 | 0 | 10 | 100100001 | 1011111 | 111100 |
Color Harmonies of #D537FA
Complementary color
Monochromatic Colors of #D537FA
Black with #D537FA
Text Example
Text Example
White with #D537FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537FA; }
p { color: rgb(213,55,250); }
H1.HeaderClassName
{
color: #D537FA;
}
.AnyTagClassName
{
color: #D537FA;
}
</style>
background-color css
<style>
a { background-color: #D537FA; }
a { background-color: rgb(213,55,250); }
div.DivClassName
{
background-color: #D537FA;
}
.BgClassName
{
background-color: #D537FA;
}
</style>
border-color css
<style>
span { border-color: #D537FA; }
span { border-color: rgb(213,55,250); }
td.TdClassName
{
border-color: #D537FA;
}
.TagClassName
{
border-color: #D537FA;
}
</style>