Shades of Psychedelic Purple #D92BEE
Tints of Psychedelic Purple #D92BEE
RGB
CMYK
RGB Variations
Color information
#D92BEE (or 0xD92BEE) is known color: Psychedelic Purple. HEX triplet: D9, 2B and EE. RGB value is (217,43,238). Sum of RGB (Red+Green+Blue) = 217+43+238=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 43 (17.19% from 255 or 8.63% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #D92BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92BEE is #26D411. Grayscale: #747474. Windows color (decimal): -2544658 or 15608793. OLE color: 15608793.
HSL color Cylindrical-coordinate representation of color #D92BEE: hue angle of 293.54º 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 #D92BEE is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 43 | 238 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.07 |
| HSL | 293.54º | 0.85% | 0.55% | - |
| HSV(B) | 293.54º | 0.82% | 0.93% | - |
| XYZ | 44.91 | 22.65 | 82.89 | - |
| YUV | 117.26 | 196.15 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 238 | 0.09 | 0.82 | 0 | 0.07 | 293.54 | 0.85 | 0.55 |
| Hex | D9 | 2B | EE | 9 | 52 | 0 | 7 | 126 | 55 | 37 |
| Octal | 331 | 53 | 356 | 11 | 122 | 0 | 7 | 446 | 125 | 67 |
| Binary | 11011001 | 101011 | 11101110 | 1001 | 1010010 | 0 | 111 | 100100110 | 1010101 | 110111 |
Color Harmonies of #D92BEE
Complementary color
Monochromatic Colors of #D92BEE
Black with #D92BEE
Text Example
Text Example
White with #D92BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92BEE; }
p { color: rgb(217,43,238); }
H1.HeaderClassName
{
color: #D92BEE;
}
.AnyTagClassName
{
color: #D92BEE;
}
</style>
background-color css
<style>
a { background-color: #D92BEE; }
a { background-color: rgb(217,43,238); }
div.DivClassName
{
background-color: #D92BEE;
}
.BgClassName
{
background-color: #D92BEE;
}
</style>
border-color css
<style>
span { border-color: #D92BEE; }
span { border-color: rgb(217,43,238); }
td.TdClassName
{
border-color: #D92BEE;
}
.TagClassName
{
border-color: #D92BEE;
}
</style>