Shades of Psychedelic Purple #D827EE
Tints of Psychedelic Purple #D827EE
RGB
CMYK
RGB Variations
Color information
#D827EE (or 0xD827EE) is known color: Psychedelic Purple. HEX triplet: D8, 27 and EE. RGB value is (216,39,238). Sum of RGB (Red+Green+Blue) = 216+39+238=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 39 (15.62% from 255 or 7.91% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #D827EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D827EE is #27D811. Grayscale: #717171. Windows color (decimal): -2611218 or 15607768. OLE color: 15607768.
HSL color Cylindrical-coordinate representation of color #D827EE: hue angle of 293.37º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D827EE is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 39 | 238 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.07 |
| HSL | 293.37º | 0.85% | 0.54% | - |
| HSV(B) | 293.37º | 0.84% | 0.93% | - |
| XYZ | 44.48 | 22.22 | 82.83 | - |
| YUV | 114.61 | 197.64 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 238 | 0.09 | 0.84 | 0 | 0.07 | 293.37 | 0.85 | 0.54 |
| Hex | D8 | 27 | EE | 9 | 54 | 0 | 7 | 125 | 55 | 36 |
| Octal | 330 | 47 | 356 | 11 | 124 | 0 | 7 | 445 | 125 | 66 |
| Binary | 11011000 | 100111 | 11101110 | 1001 | 1010100 | 0 | 111 | 100100101 | 1010101 | 110110 |
Color Harmonies of #D827EE
Complementary color
Monochromatic Colors of #D827EE
Black with #D827EE
Text Example
Text Example
White with #D827EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D827EE; }
p { color: rgb(216,39,238); }
H1.HeaderClassName
{
color: #D827EE;
}
.AnyTagClassName
{
color: #D827EE;
}
</style>
background-color css
<style>
a { background-color: #D827EE; }
a { background-color: rgb(216,39,238); }
div.DivClassName
{
background-color: #D827EE;
}
.BgClassName
{
background-color: #D827EE;
}
</style>
border-color css
<style>
span { border-color: #D827EE; }
span { border-color: rgb(216,39,238); }
td.TdClassName
{
border-color: #D827EE;
}
.TagClassName
{
border-color: #D827EE;
}
</style>