Shades of Psychedelic Purple #D92DFB
Tints of Psychedelic Purple #D92DFB
RGB
CMYK
RGB Variations
Color information
#D92DFB (or 0xD92DFB) is known color: Psychedelic Purple. HEX triplet: D9, 2D and FB. RGB value is (217,45,251). Sum of RGB (Red+Green+Blue) = 217+45+251=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 45 (17.97% from 255 or 8.77% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #D92DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92DFB is #26D204. Grayscale: #777777. Windows color (decimal): -2544133 or 16461273. OLE color: 16461273.
HSL color Cylindrical-coordinate representation of color #D92DFB: hue angle of 290.1º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92DFB is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 45 | 251 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.02 |
| HSL | 290.1º | 0.96% | 0.58% | - |
| HSV(B) | 290.1º | 0.82% | 0.98% | - |
| XYZ | 46.97 | 23.59 | 93.35 | - |
| YUV | 119.91 | 201.98 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 251 | 0.14 | 0.82 | 0 | 0.02 | 290.1 | 0.96 | 0.58 |
| Hex | D9 | 2D | FB | E | 52 | 0 | 2 | 122 | 60 | 3A |
| Octal | 331 | 55 | 373 | 16 | 122 | 0 | 2 | 442 | 140 | 72 |
| Binary | 11011001 | 101101 | 11111011 | 1110 | 1010010 | 0 | 10 | 100100010 | 1100000 | 111010 |
Color Harmonies of #D92DFB
Complementary color
Monochromatic Colors of #D92DFB
Black with #D92DFB
Text Example
Text Example
White with #D92DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92DFB; }
p { color: rgb(217,45,251); }
H1.HeaderClassName
{
color: #D92DFB;
}
.AnyTagClassName
{
color: #D92DFB;
}
</style>
background-color css
<style>
a { background-color: #D92DFB; }
a { background-color: rgb(217,45,251); }
div.DivClassName
{
background-color: #D92DFB;
}
.BgClassName
{
background-color: #D92DFB;
}
</style>
border-color css
<style>
span { border-color: #D92DFB; }
span { border-color: rgb(217,45,251); }
td.TdClassName
{
border-color: #D92DFB;
}
.TagClassName
{
border-color: #D92DFB;
}
</style>