Shades of Psychedelic Purple #D11BED
Tints of Psychedelic Purple #D11BED
RGB
CMYK
RGB Variations
Color information
#D11BED (or 0xD11BED) is known color: Psychedelic Purple. HEX triplet: D1, 1B and ED. RGB value is (209,27,237). Sum of RGB (Red+Green+Blue) = 209+27+237=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 27 (10.94% from 255 or 5.71% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #D11BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11BED is #2EE412. Grayscale: #686868. Windows color (decimal): -3073043 or 15539153. OLE color: 15539153.
HSL color Cylindrical-coordinate representation of color #D11BED: hue angle of 292º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11BED is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 27 | 237 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.07 |
| HSL | 292º | 0.85% | 0.52% | - |
| HSV(B) | 292º | 0.89% | 0.93% | - |
| XYZ | 41.97 | 20.45 | 81.86 | - |
| YUV | 105.36 | 202.3 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 237 | 0.12 | 0.89 | 0 | 0.07 | 292 | 0.85 | 0.52 |
| Hex | D1 | 1B | ED | C | 59 | 0 | 7 | 124 | 55 | 34 |
| Octal | 321 | 33 | 355 | 14 | 131 | 0 | 7 | 444 | 125 | 64 |
| Binary | 11010001 | 11011 | 11101101 | 1100 | 1011001 | 0 | 111 | 100100100 | 1010101 | 110100 |
Color Harmonies of #D11BED
Complementary color
Monochromatic Colors of #D11BED
Black with #D11BED
Text Example
Text Example
White with #D11BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11BED; }
p { color: rgb(209,27,237); }
H1.HeaderClassName
{
color: #D11BED;
}
.AnyTagClassName
{
color: #D11BED;
}
</style>
background-color css
<style>
a { background-color: #D11BED; }
a { background-color: rgb(209,27,237); }
div.DivClassName
{
background-color: #D11BED;
}
.BgClassName
{
background-color: #D11BED;
}
</style>
border-color css
<style>
span { border-color: #D11BED; }
span { border-color: rgb(209,27,237); }
td.TdClassName
{
border-color: #D11BED;
}
.TagClassName
{
border-color: #D11BED;
}
</style>