Shades of Psychedelic Purple #D119F4
Tints of Psychedelic Purple #D119F4
RGB
CMYK
RGB Variations
Color information
#D119F4 (or 0xD119F4) is known color: Psychedelic Purple. HEX triplet: D1, 19 and F4. RGB value is (209,25,244). Sum of RGB (Red+Green+Blue) = 209+25+244=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 25 (10.16% from 255 or 5.23% from 478); Blue value is 244 (95.70% from 255 or 51.05% from 478); Max value from RGB is 244 - color contains mainly: blue. Hex color #D119F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D119F4 is #2EE60B. Grayscale: #686868. Windows color (decimal): -3073548 or 15997393. OLE color: 15997393.
HSL color Cylindrical-coordinate representation of color #D119F4: hue angle of 290.41º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D119F4 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 25 | 244 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.04 |
| HSL | 290.41º | 0.91% | 0.53% | - |
| HSV(B) | 290.41º | 0.9% | 0.96% | - |
| XYZ | 42.97 | 20.78 | 87.33 | - |
| YUV | 104.98 | 206.46 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 244 | 0.14 | 0.90 | 0 | 0.04 | 290.41 | 0.91 | 0.53 |
| Hex | D1 | 19 | F4 | E | 5A | 0 | 4 | 122 | 5B | 35 |
| Octal | 321 | 31 | 364 | 16 | 132 | 0 | 4 | 442 | 133 | 65 |
| Binary | 11010001 | 11001 | 11110100 | 1110 | 1011010 | 0 | 100 | 100100010 | 1011011 | 110101 |
Color Harmonies of #D119F4
Complementary color
Monochromatic Colors of #D119F4
Black with #D119F4
Text Example
Text Example
White with #D119F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D119F4; }
p { color: rgb(209,25,244); }
H1.HeaderClassName
{
color: #D119F4;
}
.AnyTagClassName
{
color: #D119F4;
}
</style>
background-color css
<style>
a { background-color: #D119F4; }
a { background-color: rgb(209,25,244); }
div.DivClassName
{
background-color: #D119F4;
}
.BgClassName
{
background-color: #D119F4;
}
</style>
border-color css
<style>
span { border-color: #D119F4; }
span { border-color: rgb(209,25,244); }
td.TdClassName
{
border-color: #D119F4;
}
.TagClassName
{
border-color: #D119F4;
}
</style>