Shades of Psychedelic Purple #D92CEE
Tints of Psychedelic Purple #D92CEE
RGB
CMYK
RGB Variations
Color information
#D92CEE (or 0xD92CEE) is known color: Psychedelic Purple. HEX triplet: D9, 2C and EE. RGB value is (217,44,238). Sum of RGB (Red+Green+Blue) = 217+44+238=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 44 (17.58% from 255 or 8.82% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #D92CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92CEE is #26D311. Grayscale: #757575. Windows color (decimal): -2544402 or 15609049. OLE color: 15609049.
HSL color Cylindrical-coordinate representation of color #D92CEE: hue angle of 293.51º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92CEE is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 44 | 238 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.07 |
| HSL | 293.51º | 0.85% | 0.55% | - |
| HSV(B) | 293.51º | 0.82% | 0.93% | - |
| XYZ | 44.95 | 22.73 | 82.91 | - |
| YUV | 117.84 | 195.81 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 238 | 0.09 | 0.82 | 0 | 0.07 | 293.51 | 0.85 | 0.55 |
| Hex | D9 | 2C | EE | 9 | 52 | 0 | 7 | 126 | 55 | 37 |
| Octal | 331 | 54 | 356 | 11 | 122 | 0 | 7 | 446 | 125 | 67 |
| Binary | 11011001 | 101100 | 11101110 | 1001 | 1010010 | 0 | 111 | 100100110 | 1010101 | 110111 |
Color Harmonies of #D92CEE
Complementary color
Monochromatic Colors of #D92CEE
Black with #D92CEE
Text Example
Text Example
White with #D92CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92CEE; }
p { color: rgb(217,44,238); }
H1.HeaderClassName
{
color: #D92CEE;
}
.AnyTagClassName
{
color: #D92CEE;
}
</style>
background-color css
<style>
a { background-color: #D92CEE; }
a { background-color: rgb(217,44,238); }
div.DivClassName
{
background-color: #D92CEE;
}
.BgClassName
{
background-color: #D92CEE;
}
</style>
border-color css
<style>
span { border-color: #D92CEE; }
span { border-color: rgb(217,44,238); }
td.TdClassName
{
border-color: #D92CEE;
}
.TagClassName
{
border-color: #D92CEE;
}
</style>