Shades of Psychedelic Purple #D537FE
Tints of Psychedelic Purple #D537FE
RGB
CMYK
RGB Variations
Color information
#D537FE (or 0xD537FE) is known color: Psychedelic Purple. HEX triplet: D5, 37 and FE. RGB value is (213,55,254). Sum of RGB (Red+Green+Blue) = 213+55+254=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 55 (21.88% from 255 or 10.54% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #D537FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D537FE is #2AC801. Grayscale: #7C7C7C. Windows color (decimal): -2803714 or 16660437. OLE color: 16660437.
HSL color Cylindrical-coordinate representation of color #D537FE: hue angle of 287.64º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D537FE is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 55 | 254 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.00 |
| HSL | 287.64º | 0.99% | 0.61% | - |
| HSV(B) | 287.64º | 0.78% | 1% | - |
| XYZ | 46.7 | 24.03 | 95.94 | - |
| YUV | 124.93 | 200.85 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 254 | 0.16 | 0.78 | 0 | 0.00 | 287.64 | 0.99 | 0.61 |
| Hex | D5 | 37 | FE | 10 | 4E | 0 | 0 | 120 | 63 | 3D |
| Octal | 325 | 67 | 376 | 20 | 116 | 0 | 0 | 440 | 143 | 75 |
| Binary | 11010101 | 110111 | 11111110 | 10000 | 1001110 | 0 | 0 | 100100000 | 1100011 | 111101 |
Color Harmonies of #D537FE
Complementary color
Monochromatic Colors of #D537FE
Black with #D537FE
Text Example
Text Example
White with #D537FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537FE; }
p { color: rgb(213,55,254); }
H1.HeaderClassName
{
color: #D537FE;
}
.AnyTagClassName
{
color: #D537FE;
}
</style>
background-color css
<style>
a { background-color: #D537FE; }
a { background-color: rgb(213,55,254); }
div.DivClassName
{
background-color: #D537FE;
}
.BgClassName
{
background-color: #D537FE;
}
</style>
border-color css
<style>
span { border-color: #D537FE; }
span { border-color: rgb(213,55,254); }
td.TdClassName
{
border-color: #D537FE;
}
.TagClassName
{
border-color: #D537FE;
}
</style>