Shades of Psychedelic Purple #D837FF
Tints of Psychedelic Purple #D837FF
RGB
CMYK
RGB Variations
Color information
#D837FF (or 0xD837FF) is known color: Psychedelic Purple. HEX triplet: D8, 37 and FF. RGB value is (216,55,255). Sum of RGB (Red+Green+Blue) = 216+55+255=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 55 (21.88% from 255 or 10.46% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #D837FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D837FF is #27C800. Grayscale: #7D7D7D. Windows color (decimal): -2607105 or 16725976. OLE color: 16725976.
HSL color Cylindrical-coordinate representation of color #D837FF: hue angle of 288.3º 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 #D837FF is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 55 | 255 | - |
| CMYK | 0.15 | 0.78 | 0 | 0 |
| HSL | 288.3º | 1% | 0.61% | - |
| HSV(B) | 288.3º | 0.78% | 1% | - |
| XYZ | 47.74 | 24.55 | 96.83 | - |
| YUV | 125.94 | 200.84 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 55 | 255 | 0.15 | 0.78 | 0 | 0 | 288.3 | 1 | 0.61 |
| Hex | D8 | 37 | FF | F | 4E | 0 | 0 | 120 | 64 | 3D |
| Octal | 330 | 67 | 377 | 17 | 116 | 0 | 0 | 440 | 144 | 75 |
| Binary | 11011000 | 110111 | 11111111 | 1111 | 1001110 | 0 | 0 | 100100000 | 1100100 | 111101 |
Color Harmonies of #D837FF
Complementary color
Monochromatic Colors of #D837FF
Black with #D837FF
Text Example
Text Example
White with #D837FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D837FF; }
p { color: rgb(216,55,255); }
H1.HeaderClassName
{
color: #D837FF;
}
.AnyTagClassName
{
color: #D837FF;
}
</style>
background-color css
<style>
a { background-color: #D837FF; }
a { background-color: rgb(216,55,255); }
div.DivClassName
{
background-color: #D837FF;
}
.BgClassName
{
background-color: #D837FF;
}
</style>
border-color css
<style>
span { border-color: #D837FF; }
span { border-color: rgb(216,55,255); }
td.TdClassName
{
border-color: #D837FF;
}
.TagClassName
{
border-color: #D837FF;
}
</style>