Shades of Psychedelic Purple #D937FE
Tints of Psychedelic Purple #D937FE
RGB
CMYK
RGB Variations
Color information
#D937FE (or 0xD937FE) is known color: Psychedelic Purple. HEX triplet: D9, 37 and FE. RGB value is (217,55,254). Sum of RGB (Red+Green+Blue) = 217+55+254=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 55 (21.88% from 255 or 10.46% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #D937FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D937FE is #26C801. Grayscale: #7D7D7D. Windows color (decimal): -2541570 or 16660441. OLE color: 16660441.
HSL color Cylindrical-coordinate representation of color #D937FE: hue angle of 288.84º 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 #D937FE is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 55 | 254 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.00 |
| HSL | 288.84º | 0.99% | 0.61% | - |
| HSV(B) | 288.84º | 0.78% | 1% | - |
| XYZ | 47.87 | 24.64 | 96 | - |
| YUV | 126.12 | 200.17 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 254 | 0.15 | 0.78 | 0 | 0.00 | 288.84 | 0.99 | 0.61 |
| Hex | D9 | 37 | FE | F | 4E | 0 | 0 | 121 | 63 | 3D |
| Octal | 331 | 67 | 376 | 17 | 116 | 0 | 0 | 441 | 143 | 75 |
| Binary | 11011001 | 110111 | 11111110 | 1111 | 1001110 | 0 | 0 | 100100001 | 1100011 | 111101 |
Color Harmonies of #D937FE
Complementary color
Monochromatic Colors of #D937FE
Black with #D937FE
Text Example
Text Example
White with #D937FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D937FE; }
p { color: rgb(217,55,254); }
H1.HeaderClassName
{
color: #D937FE;
}
.AnyTagClassName
{
color: #D937FE;
}
</style>
background-color css
<style>
a { background-color: #D937FE; }
a { background-color: rgb(217,55,254); }
div.DivClassName
{
background-color: #D937FE;
}
.BgClassName
{
background-color: #D937FE;
}
</style>
border-color css
<style>
span { border-color: #D937FE; }
span { border-color: rgb(217,55,254); }
td.TdClassName
{
border-color: #D937FE;
}
.TagClassName
{
border-color: #D937FE;
}
</style>