Shades of Psychedelic Purple #D827E6
Tints of Psychedelic Purple #D827E6
RGB
CMYK
RGB Variations
Color information
#D827E6 (or 0xD827E6) is known color: Psychedelic Purple. HEX triplet: D8, 27 and E6. RGB value is (216,39,230). Sum of RGB (Red+Green+Blue) = 216+39+230=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 39 (15.62% from 255 or 8.04% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #D827E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D827E6 is #27D819. Grayscale: #717171. Windows color (decimal): -2611226 or 15083480. OLE color: 15083480.
HSL color Cylindrical-coordinate representation of color #D827E6: hue angle of 295.6º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D827E6 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 39 | 230 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.10 |
| HSL | 295.6º | 0.79% | 0.53% | - |
| HSV(B) | 295.6º | 0.83% | 0.9% | - |
| XYZ | 43.33 | 21.76 | 76.78 | - |
| YUV | 113.7 | 193.64 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 230 | 0.06 | 0.83 | 0 | 0.10 | 295.6 | 0.79 | 0.53 |
| Hex | D8 | 27 | E6 | 6 | 53 | 0 | A | 128 | 4F | 35 |
| Octal | 330 | 47 | 346 | 6 | 123 | 0 | 12 | 450 | 117 | 65 |
| Binary | 11011000 | 100111 | 11100110 | 110 | 1010011 | 0 | 1010 | 100101000 | 1001111 | 110101 |
Color Harmonies of #D827E6
Complementary color
Monochromatic Colors of #D827E6
Black with #D827E6
Text Example
Text Example
White with #D827E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D827E6; }
p { color: rgb(216,39,230); }
H1.HeaderClassName
{
color: #D827E6;
}
.AnyTagClassName
{
color: #D827E6;
}
</style>
background-color css
<style>
a { background-color: #D827E6; }
a { background-color: rgb(216,39,230); }
div.DivClassName
{
background-color: #D827E6;
}
.BgClassName
{
background-color: #D827E6;
}
</style>
border-color css
<style>
span { border-color: #D827E6; }
span { border-color: rgb(216,39,230); }
td.TdClassName
{
border-color: #D827E6;
}
.TagClassName
{
border-color: #D827E6;
}
</style>