Shades of Psychedelic Purple #D110EE
Tints of Psychedelic Purple #D110EE
RGB
CMYK
RGB Variations
Color information
#D110EE (or 0xD110EE) is known color: Psychedelic Purple. HEX triplet: D1, 10 and EE. RGB value is (209,16,238). Sum of RGB (Red+Green+Blue) = 209+16+238=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 16 (6.64% from 255 or 3.46% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #D110EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D110EE is #2EEF11. Grayscale: #626262. Windows color (decimal): -3075858 or 15601873. OLE color: 15601873.
HSL color Cylindrical-coordinate representation of color #D110EE: hue angle of 292.16º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D110EE is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 16 | 238 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.07 |
| HSL | 292.16º | 0.87% | 0.5% | - |
| HSV(B) | 292.16º | 0.93% | 0.93% | - |
| XYZ | 41.91 | 20.1 | 82.56 | - |
| YUV | 99.02 | 206.44 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 238 | 0.12 | 0.93 | 0 | 0.07 | 292.16 | 0.87 | 0.5 |
| Hex | D1 | 10 | EE | C | 5D | 0 | 7 | 124 | 57 | 32 |
| Octal | 321 | 20 | 356 | 14 | 135 | 0 | 7 | 444 | 127 | 62 |
| Binary | 11010001 | 10000 | 11101110 | 1100 | 1011101 | 0 | 111 | 100100100 | 1010111 | 110010 |
Color Harmonies of #D110EE
Complementary color
Monochromatic Colors of #D110EE
Black with #D110EE
Text Example
Text Example
White with #D110EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D110EE; }
p { color: rgb(209,16,238); }
H1.HeaderClassName
{
color: #D110EE;
}
.AnyTagClassName
{
color: #D110EE;
}
</style>
background-color css
<style>
a { background-color: #D110EE; }
a { background-color: rgb(209,16,238); }
div.DivClassName
{
background-color: #D110EE;
}
.BgClassName
{
background-color: #D110EE;
}
</style>
border-color css
<style>
span { border-color: #D110EE; }
span { border-color: rgb(209,16,238); }
td.TdClassName
{
border-color: #D110EE;
}
.TagClassName
{
border-color: #D110EE;
}
</style>