Shades of Psychedelic Purple #D11DED
Tints of Psychedelic Purple #D11DED
RGB
CMYK
RGB Variations
Color information
#D11DED (or 0xD11DED) is known color: Psychedelic Purple. HEX triplet: D1, 1D and ED. RGB value is (209,29,237). Sum of RGB (Red+Green+Blue) = 209+29+237=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #D11DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11DED is #2EE212. Grayscale: #696969. Windows color (decimal): -3072531 or 15539665. OLE color: 15539665.
HSL color Cylindrical-coordinate representation of color #D11DED: hue angle of 291.92º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11DED is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 29 | 237 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.07 |
| HSL | 291.92º | 0.85% | 0.52% | - |
| HSV(B) | 291.92º | 0.88% | 0.93% | - |
| XYZ | 42.02 | 20.55 | 81.87 | - |
| YUV | 106.53 | 201.63 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 237 | 0.12 | 0.88 | 0 | 0.07 | 291.92 | 0.85 | 0.52 |
| Hex | D1 | 1D | ED | C | 58 | 0 | 7 | 124 | 55 | 34 |
| Octal | 321 | 35 | 355 | 14 | 130 | 0 | 7 | 444 | 125 | 64 |
| Binary | 11010001 | 11101 | 11101101 | 1100 | 1011000 | 0 | 111 | 100100100 | 1010101 | 110100 |
Color Harmonies of #D11DED
Complementary color
Monochromatic Colors of #D11DED
Black with #D11DED
Text Example
Text Example
White with #D11DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11DED; }
p { color: rgb(209,29,237); }
H1.HeaderClassName
{
color: #D11DED;
}
.AnyTagClassName
{
color: #D11DED;
}
</style>
background-color css
<style>
a { background-color: #D11DED; }
a { background-color: rgb(209,29,237); }
div.DivClassName
{
background-color: #D11DED;
}
.BgClassName
{
background-color: #D11DED;
}
</style>
border-color css
<style>
span { border-color: #D11DED; }
span { border-color: rgb(209,29,237); }
td.TdClassName
{
border-color: #D11DED;
}
.TagClassName
{
border-color: #D11DED;
}
</style>