Shades of Psychedelic Purple #D128F4
Tints of Psychedelic Purple #D128F4
RGB
CMYK
RGB Variations
Color information
#D128F4 (or 0xD128F4) is known color: Psychedelic Purple. HEX triplet: D1, 28 and F4. RGB value is (209,40,244). Sum of RGB (Red+Green+Blue) = 209+40+244=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #D128F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D128F4 is #2ED70B. Grayscale: #717171. Windows color (decimal): -3069708 or 16001233. OLE color: 16001233.
HSL color Cylindrical-coordinate representation of color #D128F4: hue angle of 289.71º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D128F4 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 40 | 244 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.04 |
| HSL | 289.71º | 0.9% | 0.56% | - |
| HSV(B) | 289.71º | 0.84% | 0.96% | - |
| XYZ | 43.38 | 21.6 | 87.47 | - |
| YUV | 113.79 | 201.49 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 244 | 0.14 | 0.84 | 0 | 0.04 | 289.71 | 0.9 | 0.56 |
| Hex | D1 | 28 | F4 | E | 54 | 0 | 4 | 122 | 5A | 38 |
| Octal | 321 | 50 | 364 | 16 | 124 | 0 | 4 | 442 | 132 | 70 |
| Binary | 11010001 | 101000 | 11110100 | 1110 | 1010100 | 0 | 100 | 100100010 | 1011010 | 111000 |
Color Harmonies of #D128F4
Complementary color
Monochromatic Colors of #D128F4
Black with #D128F4
Text Example
Text Example
White with #D128F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D128F4; }
p { color: rgb(209,40,244); }
H1.HeaderClassName
{
color: #D128F4;
}
.AnyTagClassName
{
color: #D128F4;
}
</style>
background-color css
<style>
a { background-color: #D128F4; }
a { background-color: rgb(209,40,244); }
div.DivClassName
{
background-color: #D128F4;
}
.BgClassName
{
background-color: #D128F4;
}
</style>
border-color css
<style>
span { border-color: #D128F4; }
span { border-color: rgb(209,40,244); }
td.TdClassName
{
border-color: #D128F4;
}
.TagClassName
{
border-color: #D128F4;
}
</style>