Shades of Psychedelic Purple #D022EF
Tints of Psychedelic Purple #D022EF
RGB
CMYK
RGB Variations
Color information
#D022EF (or 0xD022EF) is known color: Psychedelic Purple. HEX triplet: D0, 22 and EF. RGB value is (208,34,239). Sum of RGB (Red+Green+Blue) = 208+34+239=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 34 (13.67% from 255 or 7.07% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #D022EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D022EF is #2FDD10. Grayscale: #6C6C6C. Windows color (decimal): -3136785 or 15672016. OLE color: 15672016.
HSL color Cylindrical-coordinate representation of color #D022EF: hue angle of 290.93º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D022EF is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 34 | 239 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.06 |
| HSL | 290.93º | 0.86% | 0.54% | - |
| HSV(B) | 290.93º | 0.86% | 0.94% | - |
| XYZ | 42.16 | 20.79 | 83.45 | - |
| YUV | 109.4 | 201.15 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 239 | 0.13 | 0.86 | 0 | 0.06 | 290.93 | 0.86 | 0.54 |
| Hex | D0 | 22 | EF | D | 56 | 0 | 6 | 123 | 56 | 36 |
| Octal | 320 | 42 | 357 | 15 | 126 | 0 | 6 | 443 | 126 | 66 |
| Binary | 11010000 | 100010 | 11101111 | 1101 | 1010110 | 0 | 110 | 100100011 | 1010110 | 110110 |
Color Harmonies of #D022EF
Complementary color
Monochromatic Colors of #D022EF
Black with #D022EF
Text Example
Text Example
White with #D022EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D022EF; }
p { color: rgb(208,34,239); }
H1.HeaderClassName
{
color: #D022EF;
}
.AnyTagClassName
{
color: #D022EF;
}
</style>
background-color css
<style>
a { background-color: #D022EF; }
a { background-color: rgb(208,34,239); }
div.DivClassName
{
background-color: #D022EF;
}
.BgClassName
{
background-color: #D022EF;
}
</style>
border-color css
<style>
span { border-color: #D022EF; }
span { border-color: rgb(208,34,239); }
td.TdClassName
{
border-color: #D022EF;
}
.TagClassName
{
border-color: #D022EF;
}
</style>