Shades of Psychedelic Purple #D92BFB
Tints of Psychedelic Purple #D92BFB
RGB
CMYK
RGB Variations
Color information
#D92BFB (or 0xD92BFB) is known color: Psychedelic Purple. HEX triplet: D9, 2B and FB. RGB value is (217,43,251). Sum of RGB (Red+Green+Blue) = 217+43+251=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 43 (17.19% from 255 or 8.41% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #D92BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92BFB is #26D404. Grayscale: #767676. Windows color (decimal): -2544645 or 16460761. OLE color: 16460761.
HSL color Cylindrical-coordinate representation of color #D92BFB: hue angle of 290.19º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92BFB is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 43 | 251 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.02 |
| HSL | 290.19º | 0.96% | 0.58% | - |
| HSV(B) | 290.19º | 0.83% | 0.98% | - |
| XYZ | 46.89 | 23.44 | 93.32 | - |
| YUV | 118.74 | 202.65 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 251 | 0.14 | 0.83 | 0 | 0.02 | 290.19 | 0.96 | 0.58 |
| Hex | D9 | 2B | FB | E | 53 | 0 | 2 | 122 | 60 | 3A |
| Octal | 331 | 53 | 373 | 16 | 123 | 0 | 2 | 442 | 140 | 72 |
| Binary | 11011001 | 101011 | 11111011 | 1110 | 1010011 | 0 | 10 | 100100010 | 1100000 | 111010 |
Color Harmonies of #D92BFB
Complementary color
Monochromatic Colors of #D92BFB
Black with #D92BFB
Text Example
Text Example
White with #D92BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92BFB; }
p { color: rgb(217,43,251); }
H1.HeaderClassName
{
color: #D92BFB;
}
.AnyTagClassName
{
color: #D92BFB;
}
</style>
background-color css
<style>
a { background-color: #D92BFB; }
a { background-color: rgb(217,43,251); }
div.DivClassName
{
background-color: #D92BFB;
}
.BgClassName
{
background-color: #D92BFB;
}
</style>
border-color css
<style>
span { border-color: #D92BFB; }
span { border-color: rgb(217,43,251); }
td.TdClassName
{
border-color: #D92BFB;
}
.TagClassName
{
border-color: #D92BFB;
}
</style>