Shades of Psychedelic Purple #D92AFE
Tints of Psychedelic Purple #D92AFE
RGB
CMYK
RGB Variations
Color information
#D92AFE (or 0xD92AFE) is known color: Psychedelic Purple. HEX triplet: D9, 2A and FE. RGB value is (217,42,254). Sum of RGB (Red+Green+Blue) = 217+42+254=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 42 (16.80% from 255 or 8.19% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #D92AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92AFE is #26D501. Grayscale: #757575. Windows color (decimal): -2544898 or 16657113. OLE color: 16657113.
HSL color Cylindrical-coordinate representation of color #D92AFE: hue angle of 289.53º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92AFE is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 42 | 254 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.00 |
| HSL | 289.53º | 0.99% | 0.58% | - |
| HSV(B) | 289.53º | 0.83% | 1% | - |
| XYZ | 47.33 | 23.56 | 95.82 | - |
| YUV | 118.49 | 204.48 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 254 | 0.15 | 0.83 | 0 | 0.00 | 289.53 | 0.99 | 0.58 |
| Hex | D9 | 2A | FE | F | 53 | 0 | 0 | 122 | 63 | 3A |
| Octal | 331 | 52 | 376 | 17 | 123 | 0 | 0 | 442 | 143 | 72 |
| Binary | 11011001 | 101010 | 11111110 | 1111 | 1010011 | 0 | 0 | 100100010 | 1100011 | 111010 |
Color Harmonies of #D92AFE
Complementary color
Monochromatic Colors of #D92AFE
Black with #D92AFE
Text Example
Text Example
White with #D92AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92AFE; }
p { color: rgb(217,42,254); }
H1.HeaderClassName
{
color: #D92AFE;
}
.AnyTagClassName
{
color: #D92AFE;
}
</style>
background-color css
<style>
a { background-color: #D92AFE; }
a { background-color: rgb(217,42,254); }
div.DivClassName
{
background-color: #D92AFE;
}
.BgClassName
{
background-color: #D92AFE;
}
</style>
border-color css
<style>
span { border-color: #D92AFE; }
span { border-color: rgb(217,42,254); }
td.TdClassName
{
border-color: #D92AFE;
}
.TagClassName
{
border-color: #D92AFE;
}
</style>