Shades of Psychedelic Purple #D11BEB
Tints of Psychedelic Purple #D11BEB
RGB
CMYK
RGB Variations
Color information
#D11BEB (or 0xD11BEB) is known color: Psychedelic Purple. HEX triplet: D1, 1B and EB. RGB value is (209,27,235). Sum of RGB (Red+Green+Blue) = 209+27+235=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 27 (10.94% from 255 or 5.73% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #D11BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11BEB is #2EE414. Grayscale: #686868. Windows color (decimal): -3073045 or 15408081. OLE color: 15408081.
HSL color Cylindrical-coordinate representation of color #D11BEB: hue angle of 292.5º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11BEB is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 27 | 235 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.08 |
| HSL | 292.5º | 0.84% | 0.51% | - |
| HSV(B) | 292.5º | 0.89% | 0.92% | - |
| XYZ | 41.68 | 20.34 | 80.33 | - |
| YUV | 105.13 | 201.3 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 235 | 0.11 | 0.89 | 0 | 0.08 | 292.5 | 0.84 | 0.51 |
| Hex | D1 | 1B | EB | B | 59 | 0 | 8 | 124 | 54 | 33 |
| Octal | 321 | 33 | 353 | 13 | 131 | 0 | 10 | 444 | 124 | 63 |
| Binary | 11010001 | 11011 | 11101011 | 1011 | 1011001 | 0 | 1000 | 100100100 | 1010100 | 110011 |
Color Harmonies of #D11BEB
Complementary color
Monochromatic Colors of #D11BEB
Black with #D11BEB
Text Example
Text Example
White with #D11BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11BEB; }
p { color: rgb(209,27,235); }
H1.HeaderClassName
{
color: #D11BEB;
}
.AnyTagClassName
{
color: #D11BEB;
}
</style>
background-color css
<style>
a { background-color: #D11BEB; }
a { background-color: rgb(209,27,235); }
div.DivClassName
{
background-color: #D11BEB;
}
.BgClassName
{
background-color: #D11BEB;
}
</style>
border-color css
<style>
span { border-color: #D11BEB; }
span { border-color: rgb(209,27,235); }
td.TdClassName
{
border-color: #D11BEB;
}
.TagClassName
{
border-color: #D11BEB;
}
</style>