Shades of Psychedelic Purple #D123EF
Tints of Psychedelic Purple #D123EF
RGB
CMYK
RGB Variations
Color information
#D123EF (or 0xD123EF) is known color: Psychedelic Purple. HEX triplet: D1, 23 and EF. RGB value is (209,35,239). Sum of RGB (Red+Green+Blue) = 209+35+239=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 35 (14.06% from 255 or 7.25% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #D123EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D123EF is #2EDC10. Grayscale: #6D6D6D. Windows color (decimal): -3070993 or 15672273. OLE color: 15672273.
HSL color Cylindrical-coordinate representation of color #D123EF: hue angle of 291.18º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D123EF is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 35 | 239 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.06 |
| HSL | 291.18º | 0.86% | 0.54% | - |
| HSV(B) | 291.18º | 0.85% | 0.94% | - |
| XYZ | 42.48 | 20.99 | 83.47 | - |
| YUV | 110.28 | 200.65 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 239 | 0.13 | 0.85 | 0 | 0.06 | 291.18 | 0.86 | 0.54 |
| Hex | D1 | 23 | EF | D | 55 | 0 | 6 | 123 | 56 | 36 |
| Octal | 321 | 43 | 357 | 15 | 125 | 0 | 6 | 443 | 126 | 66 |
| Binary | 11010001 | 100011 | 11101111 | 1101 | 1010101 | 0 | 110 | 100100011 | 1010110 | 110110 |
Color Harmonies of #D123EF
Complementary color
Monochromatic Colors of #D123EF
Black with #D123EF
Text Example
Text Example
White with #D123EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D123EF; }
p { color: rgb(209,35,239); }
H1.HeaderClassName
{
color: #D123EF;
}
.AnyTagClassName
{
color: #D123EF;
}
</style>
background-color css
<style>
a { background-color: #D123EF; }
a { background-color: rgb(209,35,239); }
div.DivClassName
{
background-color: #D123EF;
}
.BgClassName
{
background-color: #D123EF;
}
</style>
border-color css
<style>
span { border-color: #D123EF; }
span { border-color: rgb(209,35,239); }
td.TdClassName
{
border-color: #D123EF;
}
.TagClassName
{
border-color: #D123EF;
}
</style>