Shades of Psychedelic Purple #D123EE
Tints of Psychedelic Purple #D123EE
RGB
CMYK
RGB Variations
Color information
#D123EE (or 0xD123EE) is known color: Psychedelic Purple. HEX triplet: D1, 23 and EE. RGB value is (209,35,238). Sum of RGB (Red+Green+Blue) = 209+35+238=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 35 (14.06% from 255 or 7.26% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #D123EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D123EE is #2EDC11. Grayscale: #6D6D6D. Windows color (decimal): -3070994 or 15606737. OLE color: 15606737.
HSL color Cylindrical-coordinate representation of color #D123EE: hue angle of 291.43º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D123EE is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 35 | 238 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.07 |
| HSL | 291.43º | 0.86% | 0.54% | - |
| HSV(B) | 291.43º | 0.85% | 0.93% | - |
| XYZ | 42.33 | 20.93 | 82.7 | - |
| YUV | 110.17 | 200.15 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 238 | 0.12 | 0.85 | 0 | 0.07 | 291.43 | 0.86 | 0.54 |
| Hex | D1 | 23 | EE | C | 55 | 0 | 7 | 123 | 56 | 36 |
| Octal | 321 | 43 | 356 | 14 | 125 | 0 | 7 | 443 | 126 | 66 |
| Binary | 11010001 | 100011 | 11101110 | 1100 | 1010101 | 0 | 111 | 100100011 | 1010110 | 110110 |
Color Harmonies of #D123EE
Complementary color
Monochromatic Colors of #D123EE
Black with #D123EE
Text Example
Text Example
White with #D123EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D123EE; }
p { color: rgb(209,35,238); }
H1.HeaderClassName
{
color: #D123EE;
}
.AnyTagClassName
{
color: #D123EE;
}
</style>
background-color css
<style>
a { background-color: #D123EE; }
a { background-color: rgb(209,35,238); }
div.DivClassName
{
background-color: #D123EE;
}
.BgClassName
{
background-color: #D123EE;
}
</style>
border-color css
<style>
span { border-color: #D123EE; }
span { border-color: rgb(209,35,238); }
td.TdClassName
{
border-color: #D123EE;
}
.TagClassName
{
border-color: #D123EE;
}
</style>