Shades of Psychedelic Purple #D128F3
Tints of Psychedelic Purple #D128F3
RGB
CMYK
RGB Variations
Color information
#D128F3 (or 0xD128F3) is known color: Psychedelic Purple. HEX triplet: D1, 28 and F3. RGB value is (209,40,243). Sum of RGB (Red+Green+Blue) = 209+40+243=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 40 (16.02% from 255 or 8.13% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #D128F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D128F3 is #2ED70C. Grayscale: #717171. Windows color (decimal): -3069709 or 15935697. OLE color: 15935697.
HSL color Cylindrical-coordinate representation of color #D128F3: hue angle of 289.95º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D128F3 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 40 | 243 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.05 |
| HSL | 289.95º | 0.89% | 0.55% | - |
| HSV(B) | 289.95º | 0.84% | 0.95% | - |
| XYZ | 43.23 | 21.54 | 86.67 | - |
| YUV | 113.67 | 200.99 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 243 | 0.14 | 0.84 | 0 | 0.05 | 289.95 | 0.89 | 0.55 |
| Hex | D1 | 28 | F3 | E | 54 | 0 | 5 | 122 | 59 | 37 |
| Octal | 321 | 50 | 363 | 16 | 124 | 0 | 5 | 442 | 131 | 67 |
| Binary | 11010001 | 101000 | 11110011 | 1110 | 1010100 | 0 | 101 | 100100010 | 1011001 | 110111 |
Color Harmonies of #D128F3
Complementary color
Monochromatic Colors of #D128F3
Black with #D128F3
Text Example
Text Example
White with #D128F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D128F3; }
p { color: rgb(209,40,243); }
H1.HeaderClassName
{
color: #D128F3;
}
.AnyTagClassName
{
color: #D128F3;
}
</style>
background-color css
<style>
a { background-color: #D128F3; }
a { background-color: rgb(209,40,243); }
div.DivClassName
{
background-color: #D128F3;
}
.BgClassName
{
background-color: #D128F3;
}
</style>
border-color css
<style>
span { border-color: #D128F3; }
span { border-color: rgb(209,40,243); }
td.TdClassName
{
border-color: #D128F3;
}
.TagClassName
{
border-color: #D128F3;
}
</style>