Shades of Psychedelic Purple #D728FF
Tints of Psychedelic Purple #D728FF
RGB
CMYK
RGB Variations
Color information
#D728FF (or 0xD728FF) is known color: Psychedelic Purple. HEX triplet: D7, 28 and FF. RGB value is (215,40,255). Sum of RGB (Red+Green+Blue) = 215+40+255=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 40 (16.02% from 255 or 7.84% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #D728FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D728FF is #28D700. Grayscale: #747474. Windows color (decimal): -2676481 or 16722135. OLE color: 16722135.
HSL color Cylindrical-coordinate representation of color #D728FF: hue angle of 288.84º 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 #D728FF is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 40 | 255 | - |
| CMYK | 0.16 | 0.84 | 0 | 0 |
| HSL | 288.84º | 1% | 0.58% | - |
| HSV(B) | 288.84º | 0.84% | 1% | - |
| XYZ | 46.83 | 23.18 | 96.61 | - |
| YUV | 116.84 | 205.98 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 255 | 0.16 | 0.84 | 0 | 0 | 288.84 | 1 | 0.58 |
| Hex | D7 | 28 | FF | 10 | 54 | 0 | 0 | 121 | 64 | 3A |
| Octal | 327 | 50 | 377 | 20 | 124 | 0 | 0 | 441 | 144 | 72 |
| Binary | 11010111 | 101000 | 11111111 | 10000 | 1010100 | 0 | 0 | 100100001 | 1100100 | 111010 |
Color Harmonies of #D728FF
Complementary color
Monochromatic Colors of #D728FF
Black with #D728FF
Text Example
Text Example
White with #D728FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D728FF; }
p { color: rgb(215,40,255); }
H1.HeaderClassName
{
color: #D728FF;
}
.AnyTagClassName
{
color: #D728FF;
}
</style>
background-color css
<style>
a { background-color: #D728FF; }
a { background-color: rgb(215,40,255); }
div.DivClassName
{
background-color: #D728FF;
}
.BgClassName
{
background-color: #D728FF;
}
</style>
border-color css
<style>
span { border-color: #D728FF; }
span { border-color: rgb(215,40,255); }
td.TdClassName
{
border-color: #D728FF;
}
.TagClassName
{
border-color: #D728FF;
}
</style>