Shades of Psychedelic Purple #D111E9
Tints of Psychedelic Purple #D111E9
RGB
CMYK
RGB Variations
Color information
#D111E9 (or 0xD111E9) is known color: Psychedelic Purple. HEX triplet: D1, 11 and E9. RGB value is (209,17,233). Sum of RGB (Red+Green+Blue) = 209+17+233=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 233 (91.41% from 255 or 50.76% from 459); Max value from RGB is 233 - color contains mainly: blue. Hex color #D111E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D111E9 is #2EEE16. Grayscale: #626262. Windows color (decimal): -3075607 or 15274449. OLE color: 15274449.
HSL color Cylindrical-coordinate representation of color #D111E9: hue angle of 293.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D111E9 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 17 | 233 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.09 |
| HSL | 293.33º | 0.86% | 0.49% | - |
| HSV(B) | 293.33º | 0.93% | 0.91% | - |
| XYZ | 41.2 | 19.84 | 78.75 | - |
| YUV | 99.03 | 203.61 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 233 | 0.10 | 0.93 | 0 | 0.09 | 293.33 | 0.86 | 0.49 |
| Hex | D1 | 11 | E9 | A | 5D | 0 | 9 | 125 | 56 | 31 |
| Octal | 321 | 21 | 351 | 12 | 135 | 0 | 11 | 445 | 126 | 61 |
| Binary | 11010001 | 10001 | 11101001 | 1010 | 1011101 | 0 | 1001 | 100100101 | 1010110 | 110001 |
Color Harmonies of #D111E9
Complementary color
Monochromatic Colors of #D111E9
Black with #D111E9
Text Example
Text Example
White with #D111E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111E9; }
p { color: rgb(209,17,233); }
H1.HeaderClassName
{
color: #D111E9;
}
.AnyTagClassName
{
color: #D111E9;
}
</style>
background-color css
<style>
a { background-color: #D111E9; }
a { background-color: rgb(209,17,233); }
div.DivClassName
{
background-color: #D111E9;
}
.BgClassName
{
background-color: #D111E9;
}
</style>
border-color css
<style>
span { border-color: #D111E9; }
span { border-color: rgb(209,17,233); }
td.TdClassName
{
border-color: #D111E9;
}
.TagClassName
{
border-color: #D111E9;
}
</style>