Shades of Psychedelic Purple #D113EE
Tints of Psychedelic Purple #D113EE
RGB
CMYK
RGB Variations
Color information
#D113EE (or 0xD113EE) is known color: Psychedelic Purple. HEX triplet: D1, 13 and EE. RGB value is (209,19,238). Sum of RGB (Red+Green+Blue) = 209+19+238=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #D113EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D113EE is #2EEC11. Grayscale: #646464. Windows color (decimal): -3075090 or 15602641. OLE color: 15602641.
HSL color Cylindrical-coordinate representation of color #D113EE: hue angle of 292.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D113EE is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 19 | 238 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.07 |
| HSL | 292.05º | 0.87% | 0.5% | - |
| HSV(B) | 292.05º | 0.92% | 0.93% | - |
| XYZ | 41.96 | 20.19 | 82.58 | - |
| YUV | 100.78 | 205.45 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 238 | 0.12 | 0.92 | 0 | 0.07 | 292.05 | 0.87 | 0.5 |
| Hex | D1 | 13 | EE | C | 5C | 0 | 7 | 124 | 57 | 32 |
| Octal | 321 | 23 | 356 | 14 | 134 | 0 | 7 | 444 | 127 | 62 |
| Binary | 11010001 | 10011 | 11101110 | 1100 | 1011100 | 0 | 111 | 100100100 | 1010111 | 110010 |
Color Harmonies of #D113EE
Complementary color
Monochromatic Colors of #D113EE
Black with #D113EE
Text Example
Text Example
White with #D113EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D113EE; }
p { color: rgb(209,19,238); }
H1.HeaderClassName
{
color: #D113EE;
}
.AnyTagClassName
{
color: #D113EE;
}
</style>
background-color css
<style>
a { background-color: #D113EE; }
a { background-color: rgb(209,19,238); }
div.DivClassName
{
background-color: #D113EE;
}
.BgClassName
{
background-color: #D113EE;
}
</style>
border-color css
<style>
span { border-color: #D113EE; }
span { border-color: rgb(209,19,238); }
td.TdClassName
{
border-color: #D113EE;
}
.TagClassName
{
border-color: #D113EE;
}
</style>