Shades of Psychedelic Purple #D928FF
Tints of Psychedelic Purple #D928FF
RGB
CMYK
RGB Variations
Color information
#D928FF (or 0xD928FF) is known color: Psychedelic Purple. HEX triplet: D9, 28 and FF. RGB value is (217,40,255). Sum of RGB (Red+Green+Blue) = 217+40+255=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 40 (16.02% from 255 or 7.81% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #D928FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D928FF is #26D700. Grayscale: #747474. Windows color (decimal): -2545409 or 16722137. OLE color: 16722137.
HSL color Cylindrical-coordinate representation of color #D928FF: hue angle of 289.4º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D928FF is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 40 | 255 | - |
| CMYK | 0.15 | 0.84 | 0 | 0 |
| HSL | 289.4º | 1% | 0.58% | - |
| HSV(B) | 289.4º | 0.84% | 1% | - |
| XYZ | 47.42 | 23.49 | 96.64 | - |
| YUV | 117.43 | 205.64 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 255 | 0.15 | 0.84 | 0 | 0 | 289.4 | 1 | 0.58 |
| Hex | D9 | 28 | FF | F | 54 | 0 | 0 | 121 | 64 | 3A |
| Octal | 331 | 50 | 377 | 17 | 124 | 0 | 0 | 441 | 144 | 72 |
| Binary | 11011001 | 101000 | 11111111 | 1111 | 1010100 | 0 | 0 | 100100001 | 1100100 | 111010 |
Color Harmonies of #D928FF
Complementary color
Monochromatic Colors of #D928FF
Black with #D928FF
Text Example
Text Example
White with #D928FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928FF; }
p { color: rgb(217,40,255); }
H1.HeaderClassName
{
color: #D928FF;
}
.AnyTagClassName
{
color: #D928FF;
}
</style>
background-color css
<style>
a { background-color: #D928FF; }
a { background-color: rgb(217,40,255); }
div.DivClassName
{
background-color: #D928FF;
}
.BgClassName
{
background-color: #D928FF;
}
</style>
border-color css
<style>
span { border-color: #D928FF; }
span { border-color: rgb(217,40,255); }
td.TdClassName
{
border-color: #D928FF;
}
.TagClassName
{
border-color: #D928FF;
}
</style>