Shades of Psychedelic Purple #D11EEB
Tints of Psychedelic Purple #D11EEB
RGB
CMYK
RGB Variations
Color information
#D11EEB (or 0xD11EEB) is known color: Psychedelic Purple. HEX triplet: D1, 1E and EB. RGB value is (209,30,235). Sum of RGB (Red+Green+Blue) = 209+30+235=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 30 (12.11% from 255 or 6.33% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #D11EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11EEB is #2EE114. Grayscale: #6A6A6A. Windows color (decimal): -3072277 or 15408849. OLE color: 15408849.
HSL color Cylindrical-coordinate representation of color #D11EEB: hue angle of 292.39º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11EEB is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 30 | 235 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.08 |
| HSL | 292.39º | 0.84% | 0.52% | - |
| HSV(B) | 292.39º | 0.87% | 0.92% | - |
| XYZ | 41.75 | 20.48 | 80.35 | - |
| YUV | 106.89 | 200.3 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 235 | 0.11 | 0.87 | 0 | 0.08 | 292.39 | 0.84 | 0.52 |
| Hex | D1 | 1E | EB | B | 57 | 0 | 8 | 124 | 54 | 34 |
| Octal | 321 | 36 | 353 | 13 | 127 | 0 | 10 | 444 | 124 | 64 |
| Binary | 11010001 | 11110 | 11101011 | 1011 | 1010111 | 0 | 1000 | 100100100 | 1010100 | 110100 |
Color Harmonies of #D11EEB
Complementary color
Monochromatic Colors of #D11EEB
Black with #D11EEB
Text Example
Text Example
White with #D11EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11EEB; }
p { color: rgb(209,30,235); }
H1.HeaderClassName
{
color: #D11EEB;
}
.AnyTagClassName
{
color: #D11EEB;
}
</style>
background-color css
<style>
a { background-color: #D11EEB; }
a { background-color: rgb(209,30,235); }
div.DivClassName
{
background-color: #D11EEB;
}
.BgClassName
{
background-color: #D11EEB;
}
</style>
border-color css
<style>
span { border-color: #D11EEB; }
span { border-color: rgb(209,30,235); }
td.TdClassName
{
border-color: #D11EEB;
}
.TagClassName
{
border-color: #D11EEB;
}
</style>