Shades of Psychedelic Purple #D119EB
Tints of Psychedelic Purple #D119EB
RGB
CMYK
RGB Variations
Color information
#D119EB (or 0xD119EB) is known color: Psychedelic Purple. HEX triplet: D1, 19 and EB. RGB value is (209,25,235). Sum of RGB (Red+Green+Blue) = 209+25+235=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 25 (10.16% from 255 or 5.33% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #D119EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D119EB is #2EE614. Grayscale: #676767. Windows color (decimal): -3073557 or 15407569. OLE color: 15407569.
HSL color Cylindrical-coordinate representation of color #D119EB: hue angle of 292.57º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D119EB is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 25 | 235 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.08 |
| HSL | 292.57º | 0.84% | 0.51% | - |
| HSV(B) | 292.57º | 0.89% | 0.92% | - |
| XYZ | 41.64 | 20.25 | 80.31 | - |
| YUV | 103.96 | 201.96 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 235 | 0.11 | 0.89 | 0 | 0.08 | 292.57 | 0.84 | 0.51 |
| Hex | D1 | 19 | EB | B | 59 | 0 | 8 | 125 | 54 | 33 |
| Octal | 321 | 31 | 353 | 13 | 131 | 0 | 10 | 445 | 124 | 63 |
| Binary | 11010001 | 11001 | 11101011 | 1011 | 1011001 | 0 | 1000 | 100100101 | 1010100 | 110011 |
Color Harmonies of #D119EB
Complementary color
Monochromatic Colors of #D119EB
Black with #D119EB
Text Example
Text Example
White with #D119EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D119EB; }
p { color: rgb(209,25,235); }
H1.HeaderClassName
{
color: #D119EB;
}
.AnyTagClassName
{
color: #D119EB;
}
</style>
background-color css
<style>
a { background-color: #D119EB; }
a { background-color: rgb(209,25,235); }
div.DivClassName
{
background-color: #D119EB;
}
.BgClassName
{
background-color: #D119EB;
}
</style>
border-color css
<style>
span { border-color: #D119EB; }
span { border-color: rgb(209,25,235); }
td.TdClassName
{
border-color: #D119EB;
}
.TagClassName
{
border-color: #D119EB;
}
</style>