Shades of Psychedelic Purple #D825EA
Tints of Psychedelic Purple #D825EA
RGB
CMYK
RGB Variations
Color information
#D825EA (or 0xD825EA) is known color: Psychedelic Purple. HEX triplet: D8, 25 and EA. RGB value is (216,37,234). Sum of RGB (Red+Green+Blue) = 216+37+234=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #D825EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D825EA is #27DA15. Grayscale: #707070. Windows color (decimal): -2611734 or 15345112. OLE color: 15345112.
HSL color Cylindrical-coordinate representation of color #D825EA: hue angle of 294.52º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D825EA is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 37 | 234 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.08 |
| HSL | 294.52º | 0.82% | 0.53% | - |
| HSV(B) | 294.52º | 0.84% | 0.92% | - |
| XYZ | 43.83 | 21.86 | 79.75 | - |
| YUV | 112.98 | 196.3 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 234 | 0.08 | 0.84 | 0 | 0.08 | 294.52 | 0.82 | 0.53 |
| Hex | D8 | 25 | EA | 8 | 54 | 0 | 8 | 127 | 52 | 35 |
| Octal | 330 | 45 | 352 | 10 | 124 | 0 | 10 | 447 | 122 | 65 |
| Binary | 11011000 | 100101 | 11101010 | 1000 | 1010100 | 0 | 1000 | 100100111 | 1010010 | 110101 |
Color Harmonies of #D825EA
Complementary color
Monochromatic Colors of #D825EA
Black with #D825EA
Text Example
Text Example
White with #D825EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825EA; }
p { color: rgb(216,37,234); }
H1.HeaderClassName
{
color: #D825EA;
}
.AnyTagClassName
{
color: #D825EA;
}
</style>
background-color css
<style>
a { background-color: #D825EA; }
a { background-color: rgb(216,37,234); }
div.DivClassName
{
background-color: #D825EA;
}
.BgClassName
{
background-color: #D825EA;
}
</style>
border-color css
<style>
span { border-color: #D825EA; }
span { border-color: rgb(216,37,234); }
td.TdClassName
{
border-color: #D825EA;
}
.TagClassName
{
border-color: #D825EA;
}
</style>