Shades of Psychedelic Purple #D123EB
Tints of Psychedelic Purple #D123EB
RGB
CMYK
RGB Variations
Color information
#D123EB (or 0xD123EB) is known color: Psychedelic Purple. HEX triplet: D1, 23 and EB. RGB value is (209,35,235). Sum of RGB (Red+Green+Blue) = 209+35+235=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 35 (14.06% from 255 or 7.31% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #D123EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D123EB is #2EDC14. Grayscale: #6D6D6D. Windows color (decimal): -3070997 or 15410129. OLE color: 15410129.
HSL color Cylindrical-coordinate representation of color #D123EB: hue angle of 292.2º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D123EB is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 35 | 235 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.08 |
| HSL | 292.2º | 0.83% | 0.53% | - |
| HSV(B) | 292.2º | 0.85% | 0.92% | - |
| XYZ | 41.89 | 20.76 | 80.4 | - |
| YUV | 109.83 | 198.65 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 235 | 0.11 | 0.85 | 0 | 0.08 | 292.2 | 0.83 | 0.53 |
| Hex | D1 | 23 | EB | B | 55 | 0 | 8 | 124 | 53 | 35 |
| Octal | 321 | 43 | 353 | 13 | 125 | 0 | 10 | 444 | 123 | 65 |
| Binary | 11010001 | 100011 | 11101011 | 1011 | 1010101 | 0 | 1000 | 100100100 | 1010011 | 110101 |
Color Harmonies of #D123EB
Complementary color
Monochromatic Colors of #D123EB
Black with #D123EB
Text Example
Text Example
White with #D123EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D123EB; }
p { color: rgb(209,35,235); }
H1.HeaderClassName
{
color: #D123EB;
}
.AnyTagClassName
{
color: #D123EB;
}
</style>
background-color css
<style>
a { background-color: #D123EB; }
a { background-color: rgb(209,35,235); }
div.DivClassName
{
background-color: #D123EB;
}
.BgClassName
{
background-color: #D123EB;
}
</style>
border-color css
<style>
span { border-color: #D123EB; }
span { border-color: rgb(209,35,235); }
td.TdClassName
{
border-color: #D123EB;
}
.TagClassName
{
border-color: #D123EB;
}
</style>