Shades of Psychedelic Purple #D128F8
Tints of Psychedelic Purple #D128F8
RGB
CMYK
RGB Variations
Color information
#D128F8 (or 0xD128F8) is known color: Psychedelic Purple. HEX triplet: D1, 28 and F8. RGB value is (209,40,248). Sum of RGB (Red+Green+Blue) = 209+40+248=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 40 (16.02% from 255 or 8.05% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #D128F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D128F8 is #2ED707. Grayscale: #717171. Windows color (decimal): -3069704 or 16263377. OLE color: 16263377.
HSL color Cylindrical-coordinate representation of color #D128F8: hue angle of 288.75º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D128F8 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 40 | 248 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.03 |
| HSL | 288.75º | 0.94% | 0.56% | - |
| HSV(B) | 288.75º | 0.84% | 0.97% | - |
| XYZ | 44 | 21.85 | 90.71 | - |
| YUV | 114.24 | 203.49 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 248 | 0.16 | 0.84 | 0 | 0.03 | 288.75 | 0.94 | 0.56 |
| Hex | D1 | 28 | F8 | 10 | 54 | 0 | 3 | 121 | 5E | 38 |
| Octal | 321 | 50 | 370 | 20 | 124 | 0 | 3 | 441 | 136 | 70 |
| Binary | 11010001 | 101000 | 11111000 | 10000 | 1010100 | 0 | 11 | 100100001 | 1011110 | 111000 |
Color Harmonies of #D128F8
Complementary color
Monochromatic Colors of #D128F8
Black with #D128F8
Text Example
Text Example
White with #D128F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D128F8; }
p { color: rgb(209,40,248); }
H1.HeaderClassName
{
color: #D128F8;
}
.AnyTagClassName
{
color: #D128F8;
}
</style>
background-color css
<style>
a { background-color: #D128F8; }
a { background-color: rgb(209,40,248); }
div.DivClassName
{
background-color: #D128F8;
}
.BgClassName
{
background-color: #D128F8;
}
</style>
border-color css
<style>
span { border-color: #D128F8; }
span { border-color: rgb(209,40,248); }
td.TdClassName
{
border-color: #D128F8;
}
.TagClassName
{
border-color: #D128F8;
}
</style>