Shades of Psychedelic Purple #D92DF5
Tints of Psychedelic Purple #D92DF5
RGB
CMYK
RGB Variations
Color information
#D92DF5 (or 0xD92DF5) is known color: Psychedelic Purple. HEX triplet: D9, 2D and F5. RGB value is (217,45,245). Sum of RGB (Red+Green+Blue) = 217+45+245=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 45 (17.97% from 255 or 8.88% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 245 - color contains mainly: blue. Hex color #D92DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92DF5 is #26D20A. Grayscale: #767676. Windows color (decimal): -2544139 or 16068057. OLE color: 16068057.
HSL color Cylindrical-coordinate representation of color #D92DF5: hue angle of 291.6º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92DF5 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 45 | 245 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.04 |
| HSL | 291.6º | 0.91% | 0.57% | - |
| HSV(B) | 291.6º | 0.82% | 0.96% | - |
| XYZ | 46.04 | 23.22 | 88.44 | - |
| YUV | 119.23 | 198.98 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 245 | 0.11 | 0.82 | 0 | 0.04 | 291.6 | 0.91 | 0.57 |
| Hex | D9 | 2D | F5 | B | 52 | 0 | 4 | 124 | 5B | 39 |
| Octal | 331 | 55 | 365 | 13 | 122 | 0 | 4 | 444 | 133 | 71 |
| Binary | 11011001 | 101101 | 11110101 | 1011 | 1010010 | 0 | 100 | 100100100 | 1011011 | 111001 |
Color Harmonies of #D92DF5
Complementary color
Monochromatic Colors of #D92DF5
Black with #D92DF5
Text Example
Text Example
White with #D92DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92DF5; }
p { color: rgb(217,45,245); }
H1.HeaderClassName
{
color: #D92DF5;
}
.AnyTagClassName
{
color: #D92DF5;
}
</style>
background-color css
<style>
a { background-color: #D92DF5; }
a { background-color: rgb(217,45,245); }
div.DivClassName
{
background-color: #D92DF5;
}
.BgClassName
{
background-color: #D92DF5;
}
</style>
border-color css
<style>
span { border-color: #D92DF5; }
span { border-color: rgb(217,45,245); }
td.TdClassName
{
border-color: #D92DF5;
}
.TagClassName
{
border-color: #D92DF5;
}
</style>