Shades of Psychedelic Purple #D928FE
Tints of Psychedelic Purple #D928FE
RGB
CMYK
RGB Variations
Color information
#D928FE (or 0xD928FE) is known color: Psychedelic Purple. HEX triplet: D9, 28 and FE. RGB value is (217,40,254). Sum of RGB (Red+Green+Blue) = 217+40+254=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 40 (16.02% from 255 or 7.83% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #D928FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D928FE is #26D701. Grayscale: #747474. Windows color (decimal): -2545410 or 16656601. OLE color: 16656601.
HSL color Cylindrical-coordinate representation of color #D928FE: hue angle of 289.63º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D928FE is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 40 | 254 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.00 |
| HSL | 289.63º | 0.99% | 0.58% | - |
| HSV(B) | 289.63º | 0.84% | 1% | - |
| XYZ | 47.26 | 23.43 | 95.8 | - |
| YUV | 117.32 | 205.14 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 254 | 0.15 | 0.84 | 0 | 0.00 | 289.63 | 0.99 | 0.58 |
| Hex | D9 | 28 | FE | F | 54 | 0 | 0 | 122 | 63 | 3A |
| Octal | 331 | 50 | 376 | 17 | 124 | 0 | 0 | 442 | 143 | 72 |
| Binary | 11011001 | 101000 | 11111110 | 1111 | 1010100 | 0 | 0 | 100100010 | 1100011 | 111010 |
Color Harmonies of #D928FE
Complementary color
Monochromatic Colors of #D928FE
Black with #D928FE
Text Example
Text Example
White with #D928FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928FE; }
p { color: rgb(217,40,254); }
H1.HeaderClassName
{
color: #D928FE;
}
.AnyTagClassName
{
color: #D928FE;
}
</style>
background-color css
<style>
a { background-color: #D928FE; }
a { background-color: rgb(217,40,254); }
div.DivClassName
{
background-color: #D928FE;
}
.BgClassName
{
background-color: #D928FE;
}
</style>
border-color css
<style>
span { border-color: #D928FE; }
span { border-color: rgb(217,40,254); }
td.TdClassName
{
border-color: #D928FE;
}
.TagClassName
{
border-color: #D928FE;
}
</style>