Shades of Psychedelic Purple #DC21EE
Tints of Psychedelic Purple #DC21EE
RGB
CMYK
RGB Variations
Color information
#DC21EE (or 0xDC21EE) is known color: Psychedelic Purple. HEX triplet: DC, 21 and EE. RGB value is (220,33,238). Sum of RGB (Red+Green+Blue) = 220+33+238=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 33 (13.28% from 255 or 6.72% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC21EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC21EE is #23DE11. Grayscale: #6F6F6F. Windows color (decimal): -2350610 or 15606236. OLE color: 15606236.
HSL color Cylindrical-coordinate representation of color #DC21EE: hue angle of 294.73º 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 #DC21EE is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 33 | 238 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.07 |
| HSL | 294.73º | 0.86% | 0.53% | - |
| HSV(B) | 294.73º | 0.86% | 0.93% | - |
| XYZ | 45.49 | 22.48 | 82.83 | - |
| YUV | 112.28 | 198.95 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 238 | 0.08 | 0.86 | 0 | 0.07 | 294.73 | 0.86 | 0.53 |
| Hex | DC | 21 | EE | 8 | 56 | 0 | 7 | 127 | 56 | 35 |
| Octal | 334 | 41 | 356 | 10 | 126 | 0 | 7 | 447 | 126 | 65 |
| Binary | 11011100 | 100001 | 11101110 | 1000 | 1010110 | 0 | 111 | 100100111 | 1010110 | 110101 |
Color Harmonies of #DC21EE
Complementary color
Monochromatic Colors of #DC21EE
Black with #DC21EE
Text Example
Text Example
White with #DC21EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC21EE; }
p { color: rgb(220,33,238); }
H1.HeaderClassName
{
color: #DC21EE;
}
.AnyTagClassName
{
color: #DC21EE;
}
</style>
background-color css
<style>
a { background-color: #DC21EE; }
a { background-color: rgb(220,33,238); }
div.DivClassName
{
background-color: #DC21EE;
}
.BgClassName
{
background-color: #DC21EE;
}
</style>
border-color css
<style>
span { border-color: #DC21EE; }
span { border-color: rgb(220,33,238); }
td.TdClassName
{
border-color: #DC21EE;
}
.TagClassName
{
border-color: #DC21EE;
}
</style>