Shades of Psychedelic Purple #D825ED
Tints of Psychedelic Purple #D825ED
RGB
CMYK
RGB Variations
Color information
#D825ED (or 0xD825ED) is known color: Psychedelic Purple. HEX triplet: D8, 25 and ED. RGB value is (216,37,237). Sum of RGB (Red+Green+Blue) = 216+37+237=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 37 (14.84% from 255 or 7.55% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #D825ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D825ED is #27DA12. Grayscale: #707070. Windows color (decimal): -2611731 or 15541720. OLE color: 15541720.
HSL color Cylindrical-coordinate representation of color #D825ED: hue angle of 293.7º 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 #D825ED is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 37 | 237 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.07 |
| HSL | 293.7º | 0.85% | 0.54% | - |
| HSV(B) | 293.7º | 0.84% | 0.93% | - |
| XYZ | 44.27 | 22.04 | 82.04 | - |
| YUV | 113.32 | 197.8 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 237 | 0.09 | 0.84 | 0 | 0.07 | 293.7 | 0.85 | 0.54 |
| Hex | D8 | 25 | ED | 9 | 54 | 0 | 7 | 126 | 55 | 36 |
| Octal | 330 | 45 | 355 | 11 | 124 | 0 | 7 | 446 | 125 | 66 |
| Binary | 11011000 | 100101 | 11101101 | 1001 | 1010100 | 0 | 111 | 100100110 | 1010101 | 110110 |
Color Harmonies of #D825ED
Complementary color
Monochromatic Colors of #D825ED
Black with #D825ED
Text Example
Text Example
White with #D825ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825ED; }
p { color: rgb(216,37,237); }
H1.HeaderClassName
{
color: #D825ED;
}
.AnyTagClassName
{
color: #D825ED;
}
</style>
background-color css
<style>
a { background-color: #D825ED; }
a { background-color: rgb(216,37,237); }
div.DivClassName
{
background-color: #D825ED;
}
.BgClassName
{
background-color: #D825ED;
}
</style>
border-color css
<style>
span { border-color: #D825ED; }
span { border-color: rgb(216,37,237); }
td.TdClassName
{
border-color: #D825ED;
}
.TagClassName
{
border-color: #D825ED;
}
</style>