Shades of Psychedelic Purple #D11CEB
Tints of Psychedelic Purple #D11CEB
RGB
CMYK
RGB Variations
Color information
#D11CEB (or 0xD11CEB) is known color: Psychedelic Purple. HEX triplet: D1, 1C and EB. RGB value is (209,28,235). Sum of RGB (Red+Green+Blue) = 209+28+235=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #D11CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11CEB is #2EE314. Grayscale: #696969. Windows color (decimal): -3072789 or 15408337. OLE color: 15408337.
HSL color Cylindrical-coordinate representation of color #D11CEB: hue angle of 292.46º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11CEB is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 28 | 235 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.08 |
| HSL | 292.46º | 0.84% | 0.52% | - |
| HSV(B) | 292.46º | 0.88% | 0.92% | - |
| XYZ | 41.71 | 20.38 | 80.33 | - |
| YUV | 105.72 | 200.97 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 235 | 0.11 | 0.88 | 0 | 0.08 | 292.46 | 0.84 | 0.52 |
| Hex | D1 | 1C | EB | B | 58 | 0 | 8 | 124 | 54 | 34 |
| Octal | 321 | 34 | 353 | 13 | 130 | 0 | 10 | 444 | 124 | 64 |
| Binary | 11010001 | 11100 | 11101011 | 1011 | 1011000 | 0 | 1000 | 100100100 | 1010100 | 110100 |
Color Harmonies of #D11CEB
Complementary color
Monochromatic Colors of #D11CEB
Black with #D11CEB
Text Example
Text Example
White with #D11CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CEB; }
p { color: rgb(209,28,235); }
H1.HeaderClassName
{
color: #D11CEB;
}
.AnyTagClassName
{
color: #D11CEB;
}
</style>
background-color css
<style>
a { background-color: #D11CEB; }
a { background-color: rgb(209,28,235); }
div.DivClassName
{
background-color: #D11CEB;
}
.BgClassName
{
background-color: #D11CEB;
}
</style>
border-color css
<style>
span { border-color: #D11CEB; }
span { border-color: rgb(209,28,235); }
td.TdClassName
{
border-color: #D11CEB;
}
.TagClassName
{
border-color: #D11CEB;
}
</style>