Shades of Psychedelic Purple #D825E8
Tints of Psychedelic Purple #D825E8
RGB
CMYK
RGB Variations
Color information
#D825E8 (or 0xD825E8) is known color: Psychedelic Purple. HEX triplet: D8, 25 and E8. RGB value is (216,37,232). Sum of RGB (Red+Green+Blue) = 216+37+232=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #D825E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D825E8 is #27DA17. Grayscale: #707070. Windows color (decimal): -2611736 or 15214040. OLE color: 15214040.
HSL color Cylindrical-coordinate representation of color #D825E8: hue angle of 295.08º 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 #D825E8 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 37 | 232 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.09 |
| HSL | 295.08º | 0.81% | 0.53% | - |
| HSV(B) | 295.08º | 0.84% | 0.91% | - |
| XYZ | 43.55 | 21.75 | 78.25 | - |
| YUV | 112.75 | 195.3 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 232 | 0.07 | 0.84 | 0 | 0.09 | 295.08 | 0.81 | 0.53 |
| Hex | D8 | 25 | E8 | 7 | 54 | 0 | 9 | 127 | 51 | 35 |
| Octal | 330 | 45 | 350 | 7 | 124 | 0 | 11 | 447 | 121 | 65 |
| Binary | 11011000 | 100101 | 11101000 | 111 | 1010100 | 0 | 1001 | 100100111 | 1010001 | 110101 |
Color Harmonies of #D825E8
Complementary color
Monochromatic Colors of #D825E8
Black with #D825E8
Text Example
Text Example
White with #D825E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825E8; }
p { color: rgb(216,37,232); }
H1.HeaderClassName
{
color: #D825E8;
}
.AnyTagClassName
{
color: #D825E8;
}
</style>
background-color css
<style>
a { background-color: #D825E8; }
a { background-color: rgb(216,37,232); }
div.DivClassName
{
background-color: #D825E8;
}
.BgClassName
{
background-color: #D825E8;
}
</style>
border-color css
<style>
span { border-color: #D825E8; }
span { border-color: rgb(216,37,232); }
td.TdClassName
{
border-color: #D825E8;
}
.TagClassName
{
border-color: #D825E8;
}
</style>