Shades of Psychedelic Purple #D222EE
Tints of Psychedelic Purple #D222EE
RGB
CMYK
RGB Variations
Color information
#D222EE (or 0xD222EE) is known color: Psychedelic Purple. HEX triplet: D2, 22 and EE. RGB value is (210,34,238). Sum of RGB (Red+Green+Blue) = 210+34+238=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 34 (13.67% from 255 or 7.05% 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 #D222EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D222EE is #2DDD11. Grayscale: #6D6D6D. Windows color (decimal): -3005714 or 15606482. OLE color: 15606482.
HSL color Cylindrical-coordinate representation of color #D222EE: hue angle of 291.76º 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 #D222EE is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 34 | 238 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.07 |
| HSL | 291.76º | 0.86% | 0.53% | - |
| HSV(B) | 291.76º | 0.86% | 0.93% | - |
| XYZ | 42.58 | 21.02 | 82.7 | - |
| YUV | 109.88 | 200.31 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 238 | 0.12 | 0.86 | 0 | 0.07 | 291.76 | 0.86 | 0.53 |
| Hex | D2 | 22 | EE | C | 56 | 0 | 7 | 124 | 56 | 35 |
| Octal | 322 | 42 | 356 | 14 | 126 | 0 | 7 | 444 | 126 | 65 |
| Binary | 11010010 | 100010 | 11101110 | 1100 | 1010110 | 0 | 111 | 100100100 | 1010110 | 110101 |
Color Harmonies of #D222EE
Complementary color
Monochromatic Colors of #D222EE
Black with #D222EE
Text Example
Text Example
White with #D222EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D222EE; }
p { color: rgb(210,34,238); }
H1.HeaderClassName
{
color: #D222EE;
}
.AnyTagClassName
{
color: #D222EE;
}
</style>
background-color css
<style>
a { background-color: #D222EE; }
a { background-color: rgb(210,34,238); }
div.DivClassName
{
background-color: #D222EE;
}
.BgClassName
{
background-color: #D222EE;
}
</style>
border-color css
<style>
span { border-color: #D222EE; }
span { border-color: rgb(210,34,238); }
td.TdClassName
{
border-color: #D222EE;
}
.TagClassName
{
border-color: #D222EE;
}
</style>