Shades of Psychedelic Purple #D537FF
Tints of Psychedelic Purple #D537FF
RGB
CMYK
RGB Variations
Color information
#D537FF (or 0xD537FF) is known color: Psychedelic Purple. HEX triplet: D5, 37 and FF. RGB value is (213,55,255). Sum of RGB (Red+Green+Blue) = 213+55+255=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 55 (21.88% from 255 or 10.52% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #D537FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D537FF is #2AC800. Grayscale: #7C7C7C. Windows color (decimal): -2803713 or 16725973. OLE color: 16725973.
HSL color Cylindrical-coordinate representation of color #D537FF: hue angle of 287.4º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D537FF is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 55 | 255 | - |
| CMYK | 0.16 | 0.78 | 0 | 0 |
| HSL | 287.4º | 1% | 0.61% | - |
| HSV(B) | 287.4º | 0.78% | 1% | - |
| XYZ | 46.86 | 24.1 | 96.79 | - |
| YUV | 125.04 | 201.35 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 255 | 0.16 | 0.78 | 0 | 0 | 287.4 | 1 | 0.61 |
| Hex | D5 | 37 | FF | 10 | 4E | 0 | 0 | 11F | 64 | 3D |
| Octal | 325 | 67 | 377 | 20 | 116 | 0 | 0 | 437 | 144 | 75 |
| Binary | 11010101 | 110111 | 11111111 | 10000 | 1001110 | 0 | 0 | 100011111 | 1100100 | 111101 |
Color Harmonies of #D537FF
Complementary color
Monochromatic Colors of #D537FF
Black with #D537FF
Text Example
Text Example
White with #D537FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537FF; }
p { color: rgb(213,55,255); }
H1.HeaderClassName
{
color: #D537FF;
}
.AnyTagClassName
{
color: #D537FF;
}
</style>
background-color css
<style>
a { background-color: #D537FF; }
a { background-color: rgb(213,55,255); }
div.DivClassName
{
background-color: #D537FF;
}
.BgClassName
{
background-color: #D537FF;
}
</style>
border-color css
<style>
span { border-color: #D537FF; }
span { border-color: rgb(213,55,255); }
td.TdClassName
{
border-color: #D537FF;
}
.TagClassName
{
border-color: #D537FF;
}
</style>