Shades of Psychedelic Purple #D92FF8
Tints of Psychedelic Purple #D92FF8
RGB
CMYK
RGB Variations
Color information
#D92FF8 (or 0xD92FF8) is known color: Psychedelic Purple. HEX triplet: D9, 2F and F8. RGB value is (217,47,248). Sum of RGB (Red+Green+Blue) = 217+47+248=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 47 (18.75% from 255 or 9.18% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #D92FF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92FF8 is #26D007. Grayscale: #787878. Windows color (decimal): -2543624 or 16265177. OLE color: 16265177.
HSL color Cylindrical-coordinate representation of color #D92FF8: hue angle of 290.75º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92FF8 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 47 | 248 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.03 |
| HSL | 290.75º | 0.93% | 0.58% | - |
| HSV(B) | 290.75º | 0.81% | 0.97% | - |
| XYZ | 46.58 | 23.56 | 90.9 | - |
| YUV | 120.74 | 199.82 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 248 | 0.12 | 0.81 | 0 | 0.03 | 290.75 | 0.93 | 0.58 |
| Hex | D9 | 2F | F8 | C | 51 | 0 | 3 | 123 | 5D | 3A |
| Octal | 331 | 57 | 370 | 14 | 121 | 0 | 3 | 443 | 135 | 72 |
| Binary | 11011001 | 101111 | 11111000 | 1100 | 1010001 | 0 | 11 | 100100011 | 1011101 | 111010 |
Color Harmonies of #D92FF8
Complementary color
Monochromatic Colors of #D92FF8
Black with #D92FF8
Text Example
Text Example
White with #D92FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92FF8; }
p { color: rgb(217,47,248); }
H1.HeaderClassName
{
color: #D92FF8;
}
.AnyTagClassName
{
color: #D92FF8;
}
</style>
background-color css
<style>
a { background-color: #D92FF8; }
a { background-color: rgb(217,47,248); }
div.DivClassName
{
background-color: #D92FF8;
}
.BgClassName
{
background-color: #D92FF8;
}
</style>
border-color css
<style>
span { border-color: #D92FF8; }
span { border-color: rgb(217,47,248); }
td.TdClassName
{
border-color: #D92FF8;
}
.TagClassName
{
border-color: #D92FF8;
}
</style>