Shades of Psychedelic Purple #D92DF9
Tints of Psychedelic Purple #D92DF9
RGB
CMYK
RGB Variations
Color information
#D92DF9 (or 0xD92DF9) is known color: Psychedelic Purple. HEX triplet: D9, 2D and F9. RGB value is (217,45,249). Sum of RGB (Red+Green+Blue) = 217+45+249=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 45 (17.97% from 255 or 8.81% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #D92DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92DF9 is #26D206. Grayscale: #777777. Windows color (decimal): -2544135 or 16330201. OLE color: 16330201.
HSL color Cylindrical-coordinate representation of color #D92DF9: hue angle of 290.59º degrees, saturation: 0.94, 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 #D92DF9 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 45 | 249 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.02 |
| HSL | 290.59º | 0.94% | 0.58% | - |
| HSV(B) | 290.59º | 0.82% | 0.98% | - |
| XYZ | 46.65 | 23.47 | 91.69 | - |
| YUV | 119.68 | 200.98 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 249 | 0.13 | 0.82 | 0 | 0.02 | 290.59 | 0.94 | 0.58 |
| Hex | D9 | 2D | F9 | D | 52 | 0 | 2 | 123 | 5E | 3A |
| Octal | 331 | 55 | 371 | 15 | 122 | 0 | 2 | 443 | 136 | 72 |
| Binary | 11011001 | 101101 | 11111001 | 1101 | 1010010 | 0 | 10 | 100100011 | 1011110 | 111010 |
Color Harmonies of #D92DF9
Complementary color
Monochromatic Colors of #D92DF9
Black with #D92DF9
Text Example
Text Example
White with #D92DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92DF9; }
p { color: rgb(217,45,249); }
H1.HeaderClassName
{
color: #D92DF9;
}
.AnyTagClassName
{
color: #D92DF9;
}
</style>
background-color css
<style>
a { background-color: #D92DF9; }
a { background-color: rgb(217,45,249); }
div.DivClassName
{
background-color: #D92DF9;
}
.BgClassName
{
background-color: #D92DF9;
}
</style>
border-color css
<style>
span { border-color: #D92DF9; }
span { border-color: rgb(217,45,249); }
td.TdClassName
{
border-color: #D92DF9;
}
.TagClassName
{
border-color: #D92DF9;
}
</style>