Shades of Psychedelic Purple #D022EE
Tints of Psychedelic Purple #D022EE
RGB
CMYK
RGB Variations
Color information
#D022EE (or 0xD022EE) is known color: Psychedelic Purple. HEX triplet: D0, 22 and EE. RGB value is (208,34,238). Sum of RGB (Red+Green+Blue) = 208+34+238=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 34 (13.67% from 255 or 7.08% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #D022EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D022EE is #2FDD11. Grayscale: #6C6C6C. Windows color (decimal): -3136786 or 15606480. OLE color: 15606480.
HSL color Cylindrical-coordinate representation of color #D022EE: hue angle of 291.18º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D022EE is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 34 | 238 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.07 |
| HSL | 291.18º | 0.86% | 0.53% | - |
| HSV(B) | 291.18º | 0.86% | 0.93% | - |
| XYZ | 42.02 | 20.73 | 82.68 | - |
| YUV | 109.28 | 200.65 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 238 | 0.13 | 0.86 | 0 | 0.07 | 291.18 | 0.86 | 0.53 |
| Hex | D0 | 22 | EE | D | 56 | 0 | 7 | 123 | 56 | 35 |
| Octal | 320 | 42 | 356 | 15 | 126 | 0 | 7 | 443 | 126 | 65 |
| Binary | 11010000 | 100010 | 11101110 | 1101 | 1010110 | 0 | 111 | 100100011 | 1010110 | 110101 |
Color Harmonies of #D022EE
Complementary color
Monochromatic Colors of #D022EE
Black with #D022EE
Text Example
Text Example
White with #D022EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D022EE; }
p { color: rgb(208,34,238); }
H1.HeaderClassName
{
color: #D022EE;
}
.AnyTagClassName
{
color: #D022EE;
}
</style>
background-color css
<style>
a { background-color: #D022EE; }
a { background-color: rgb(208,34,238); }
div.DivClassName
{
background-color: #D022EE;
}
.BgClassName
{
background-color: #D022EE;
}
</style>
border-color css
<style>
span { border-color: #D022EE; }
span { border-color: rgb(208,34,238); }
td.TdClassName
{
border-color: #D022EE;
}
.TagClassName
{
border-color: #D022EE;
}
</style>