Shades of Psychedelic Purple #D92FFB
Tints of Psychedelic Purple #D92FFB
RGB
CMYK
RGB Variations
Color information
#D92FFB (or 0xD92FFB) is known color: Psychedelic Purple. HEX triplet: D9, 2F and FB. RGB value is (217,47,251). Sum of RGB (Red+Green+Blue) = 217+47+251=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 47 (18.75% from 255 or 9.13% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #D92FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92FFB is #26D004. Grayscale: #787878. Windows color (decimal): -2543621 or 16461785. OLE color: 16461785.
HSL color Cylindrical-coordinate representation of color #D92FFB: hue angle of 290º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92FFB is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 47 | 251 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.02 |
| HSL | 290º | 0.96% | 0.58% | - |
| HSV(B) | 290º | 0.81% | 0.98% | - |
| XYZ | 47.04 | 23.75 | 93.37 | - |
| YUV | 121.09 | 201.32 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 251 | 0.14 | 0.81 | 0 | 0.02 | 290 | 0.96 | 0.58 |
| Hex | D9 | 2F | FB | E | 51 | 0 | 2 | 122 | 60 | 3A |
| Octal | 331 | 57 | 373 | 16 | 121 | 0 | 2 | 442 | 140 | 72 |
| Binary | 11011001 | 101111 | 11111011 | 1110 | 1010001 | 0 | 10 | 100100010 | 1100000 | 111010 |
Color Harmonies of #D92FFB
Complementary color
Monochromatic Colors of #D92FFB
Black with #D92FFB
Text Example
Text Example
White with #D92FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92FFB; }
p { color: rgb(217,47,251); }
H1.HeaderClassName
{
color: #D92FFB;
}
.AnyTagClassName
{
color: #D92FFB;
}
</style>
background-color css
<style>
a { background-color: #D92FFB; }
a { background-color: rgb(217,47,251); }
div.DivClassName
{
background-color: #D92FFB;
}
.BgClassName
{
background-color: #D92FFB;
}
</style>
border-color css
<style>
span { border-color: #D92FFB; }
span { border-color: rgb(217,47,251); }
td.TdClassName
{
border-color: #D92FFB;
}
.TagClassName
{
border-color: #D92FFB;
}
</style>