Shades of Psychedelic Purple #D110EB
Tints of Psychedelic Purple #D110EB
RGB
CMYK
RGB Variations
Color information
#D110EB (or 0xD110EB) is known color: Psychedelic Purple. HEX triplet: D1, 10 and EB. RGB value is (209,16,235). Sum of RGB (Red+Green+Blue) = 209+16+235=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 16 (6.64% from 255 or 3.48% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #D110EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D110EB is #2EEF14. Grayscale: #616161. Windows color (decimal): -3075861 or 15405265. OLE color: 15405265.
HSL color Cylindrical-coordinate representation of color #D110EB: hue angle of 292.88º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D110EB is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 16 | 235 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.08 |
| HSL | 292.88º | 0.87% | 0.49% | - |
| HSV(B) | 292.88º | 0.93% | 0.92% | - |
| XYZ | 41.48 | 19.92 | 80.26 | - |
| YUV | 98.67 | 204.94 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 235 | 0.11 | 0.93 | 0 | 0.08 | 292.88 | 0.87 | 0.49 |
| Hex | D1 | 10 | EB | B | 5D | 0 | 8 | 125 | 57 | 31 |
| Octal | 321 | 20 | 353 | 13 | 135 | 0 | 10 | 445 | 127 | 61 |
| Binary | 11010001 | 10000 | 11101011 | 1011 | 1011101 | 0 | 1000 | 100100101 | 1010111 | 110001 |
Color Harmonies of #D110EB
Complementary color
Monochromatic Colors of #D110EB
Black with #D110EB
Text Example
Text Example
White with #D110EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D110EB; }
p { color: rgb(209,16,235); }
H1.HeaderClassName
{
color: #D110EB;
}
.AnyTagClassName
{
color: #D110EB;
}
</style>
background-color css
<style>
a { background-color: #D110EB; }
a { background-color: rgb(209,16,235); }
div.DivClassName
{
background-color: #D110EB;
}
.BgClassName
{
background-color: #D110EB;
}
</style>
border-color css
<style>
span { border-color: #D110EB; }
span { border-color: rgb(209,16,235); }
td.TdClassName
{
border-color: #D110EB;
}
.TagClassName
{
border-color: #D110EB;
}
</style>