Shades of Psychedelic Purple #D826E8
Tints of Psychedelic Purple #D826E8
RGB
CMYK
RGB Variations
Color information
#D826E8 (or 0xD826E8) is known color: Psychedelic Purple. HEX triplet: D8, 26 and E8. RGB value is (216,38,232). Sum of RGB (Red+Green+Blue) = 216+38+232=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 38 (15.23% from 255 or 7.82% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #D826E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D826E8 is #27D917. Grayscale: #707070. Windows color (decimal): -2611480 or 15214296. OLE color: 15214296.
HSL color Cylindrical-coordinate representation of color #D826E8: hue angle of 295.05º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D826E8 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 38 | 232 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.09 |
| HSL | 295.05º | 0.81% | 0.53% | - |
| HSV(B) | 295.05º | 0.84% | 0.91% | - |
| XYZ | 43.58 | 21.81 | 78.26 | - |
| YUV | 113.34 | 194.97 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 232 | 0.07 | 0.84 | 0 | 0.09 | 295.05 | 0.81 | 0.53 |
| Hex | D8 | 26 | E8 | 7 | 54 | 0 | 9 | 127 | 51 | 35 |
| Octal | 330 | 46 | 350 | 7 | 124 | 0 | 11 | 447 | 121 | 65 |
| Binary | 11011000 | 100110 | 11101000 | 111 | 1010100 | 0 | 1001 | 100100111 | 1010001 | 110101 |
Color Harmonies of #D826E8
Complementary color
Monochromatic Colors of #D826E8
Black with #D826E8
Text Example
Text Example
White with #D826E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D826E8; }
p { color: rgb(216,38,232); }
H1.HeaderClassName
{
color: #D826E8;
}
.AnyTagClassName
{
color: #D826E8;
}
</style>
background-color css
<style>
a { background-color: #D826E8; }
a { background-color: rgb(216,38,232); }
div.DivClassName
{
background-color: #D826E8;
}
.BgClassName
{
background-color: #D826E8;
}
</style>
border-color css
<style>
span { border-color: #D826E8; }
span { border-color: rgb(216,38,232); }
td.TdClassName
{
border-color: #D826E8;
}
.TagClassName
{
border-color: #D826E8;
}
</style>