Shades of Psychedelic Purple #D929EE
Tints of Psychedelic Purple #D929EE
RGB
CMYK
RGB Variations
Color information
#D929EE (or 0xD929EE) is known color: Psychedelic Purple. HEX triplet: D9, 29 and EE. RGB value is (217,41,238). Sum of RGB (Red+Green+Blue) = 217+41+238=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 41 (16.41% from 255 or 8.27% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #D929EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D929EE is #26D611. Grayscale: #737373. Windows color (decimal): -2545170 or 15608281. OLE color: 15608281.
HSL color Cylindrical-coordinate representation of color #D929EE: hue angle of 293.6º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D929EE is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 41 | 238 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.07 |
| HSL | 293.6º | 0.85% | 0.55% | - |
| HSV(B) | 293.6º | 0.83% | 0.93% | - |
| XYZ | 44.84 | 22.51 | 82.87 | - |
| YUV | 116.08 | 196.81 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 238 | 0.09 | 0.83 | 0 | 0.07 | 293.6 | 0.85 | 0.55 |
| Hex | D9 | 29 | EE | 9 | 53 | 0 | 7 | 126 | 55 | 37 |
| Octal | 331 | 51 | 356 | 11 | 123 | 0 | 7 | 446 | 125 | 67 |
| Binary | 11011001 | 101001 | 11101110 | 1001 | 1010011 | 0 | 111 | 100100110 | 1010101 | 110111 |
Color Harmonies of #D929EE
Complementary color
Monochromatic Colors of #D929EE
Black with #D929EE
Text Example
Text Example
White with #D929EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D929EE; }
p { color: rgb(217,41,238); }
H1.HeaderClassName
{
color: #D929EE;
}
.AnyTagClassName
{
color: #D929EE;
}
</style>
background-color css
<style>
a { background-color: #D929EE; }
a { background-color: rgb(217,41,238); }
div.DivClassName
{
background-color: #D929EE;
}
.BgClassName
{
background-color: #D929EE;
}
</style>
border-color css
<style>
span { border-color: #D929EE; }
span { border-color: rgb(217,41,238); }
td.TdClassName
{
border-color: #D929EE;
}
.TagClassName
{
border-color: #D929EE;
}
</style>