Shades of Psychedelic Purple #D92BE5
Tints of Psychedelic Purple #D92BE5
RGB
CMYK
RGB Variations
Color information
#D92BE5 (or 0xD92BE5) is known color: Psychedelic Purple. HEX triplet: D9, 2B and E5. RGB value is (217,43,229). Sum of RGB (Red+Green+Blue) = 217+43+229=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 43 (17.19% from 255 or 8.79% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #D92BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92BE5 is #26D41A. Grayscale: #737373. Windows color (decimal): -2544667 or 15018969. OLE color: 15018969.
HSL color Cylindrical-coordinate representation of color #D92BE5: hue angle of 296.13º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92BE5 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 43 | 229 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.10 |
| HSL | 296.13º | 0.78% | 0.53% | - |
| HSV(B) | 296.13º | 0.81% | 0.9% | - |
| XYZ | 43.62 | 22.14 | 76.1 | - |
| YUV | 116.23 | 191.65 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 229 | 0.05 | 0.81 | 0 | 0.10 | 296.13 | 0.78 | 0.53 |
| Hex | D9 | 2B | E5 | 5 | 51 | 0 | A | 128 | 4E | 35 |
| Octal | 331 | 53 | 345 | 5 | 121 | 0 | 12 | 450 | 116 | 65 |
| Binary | 11011001 | 101011 | 11100101 | 101 | 1010001 | 0 | 1010 | 100101000 | 1001110 | 110101 |
Color Harmonies of #D92BE5
Complementary color
Monochromatic Colors of #D92BE5
Black with #D92BE5
Text Example
Text Example
White with #D92BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92BE5; }
p { color: rgb(217,43,229); }
H1.HeaderClassName
{
color: #D92BE5;
}
.AnyTagClassName
{
color: #D92BE5;
}
</style>
background-color css
<style>
a { background-color: #D92BE5; }
a { background-color: rgb(217,43,229); }
div.DivClassName
{
background-color: #D92BE5;
}
.BgClassName
{
background-color: #D92BE5;
}
</style>
border-color css
<style>
span { border-color: #D92BE5; }
span { border-color: rgb(217,43,229); }
td.TdClassName
{
border-color: #D92BE5;
}
.TagClassName
{
border-color: #D92BE5;
}
</style>