Shades of Psychedelic Purple #D928F0
Tints of Psychedelic Purple #D928F0
RGB
CMYK
RGB Variations
Color information
#D928F0 (or 0xD928F0) is known color: Psychedelic Purple. HEX triplet: D9, 28 and F0. RGB value is (217,40,240). Sum of RGB (Red+Green+Blue) = 217+40+240=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 40 (16.02% from 255 or 8.05% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #D928F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D928F0 is #26D70F. Grayscale: #737373. Windows color (decimal): -2545424 or 15739097. OLE color: 15739097.
HSL color Cylindrical-coordinate representation of color #D928F0: hue angle of 293.1º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D928F0 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 40 | 240 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.06 |
| HSL | 293.1º | 0.87% | 0.55% | - |
| HSV(B) | 293.1º | 0.83% | 0.94% | - |
| XYZ | 45.1 | 22.56 | 84.42 | - |
| YUV | 115.72 | 198.14 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 240 | 0.10 | 0.83 | 0 | 0.06 | 293.1 | 0.87 | 0.55 |
| Hex | D9 | 28 | F0 | A | 53 | 0 | 6 | 125 | 57 | 37 |
| Octal | 331 | 50 | 360 | 12 | 123 | 0 | 6 | 445 | 127 | 67 |
| Binary | 11011001 | 101000 | 11110000 | 1010 | 1010011 | 0 | 110 | 100100101 | 1010111 | 110111 |
Color Harmonies of #D928F0
Complementary color
Monochromatic Colors of #D928F0
Black with #D928F0
Text Example
Text Example
White with #D928F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928F0; }
p { color: rgb(217,40,240); }
H1.HeaderClassName
{
color: #D928F0;
}
.AnyTagClassName
{
color: #D928F0;
}
</style>
background-color css
<style>
a { background-color: #D928F0; }
a { background-color: rgb(217,40,240); }
div.DivClassName
{
background-color: #D928F0;
}
.BgClassName
{
background-color: #D928F0;
}
</style>
border-color css
<style>
span { border-color: #D928F0; }
span { border-color: rgb(217,40,240); }
td.TdClassName
{
border-color: #D928F0;
}
.TagClassName
{
border-color: #D928F0;
}
</style>