Shades of Psychedelic Purple #D119EC
Tints of Psychedelic Purple #D119EC
RGB
CMYK
RGB Variations
Color information
#D119EC (or 0xD119EC) is known color: Psychedelic Purple. HEX triplet: D1, 19 and EC. RGB value is (209,25,236). Sum of RGB (Red+Green+Blue) = 209+25+236=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #D119EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D119EC is #2EE613. Grayscale: #676767. Windows color (decimal): -3073556 or 15473105. OLE color: 15473105.
HSL color Cylindrical-coordinate representation of color #D119EC: hue angle of 292.32º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D119EC is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 25 | 236 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.07 |
| HSL | 292.32º | 0.85% | 0.51% | - |
| HSV(B) | 292.32º | 0.89% | 0.93% | - |
| XYZ | 41.78 | 20.31 | 81.07 | - |
| YUV | 104.07 | 202.46 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 236 | 0.11 | 0.89 | 0 | 0.07 | 292.32 | 0.85 | 0.51 |
| Hex | D1 | 19 | EC | B | 59 | 0 | 7 | 124 | 55 | 33 |
| Octal | 321 | 31 | 354 | 13 | 131 | 0 | 7 | 444 | 125 | 63 |
| Binary | 11010001 | 11001 | 11101100 | 1011 | 1011001 | 0 | 111 | 100100100 | 1010101 | 110011 |
Color Harmonies of #D119EC
Complementary color
Monochromatic Colors of #D119EC
Black with #D119EC
Text Example
Text Example
White with #D119EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D119EC; }
p { color: rgb(209,25,236); }
H1.HeaderClassName
{
color: #D119EC;
}
.AnyTagClassName
{
color: #D119EC;
}
</style>
background-color css
<style>
a { background-color: #D119EC; }
a { background-color: rgb(209,25,236); }
div.DivClassName
{
background-color: #D119EC;
}
.BgClassName
{
background-color: #D119EC;
}
</style>
border-color css
<style>
span { border-color: #D119EC; }
span { border-color: rgb(209,25,236); }
td.TdClassName
{
border-color: #D119EC;
}
.TagClassName
{
border-color: #D119EC;
}
</style>