Shades of Psychedelic Purple #DC2EEF
Tints of Psychedelic Purple #DC2EEF
RGB
CMYK
RGB Variations
Color information
#DC2EEF (or 0xDC2EEF) is known color: Psychedelic Purple. HEX triplet: DC, 2E and EF. RGB value is (220,46,239). Sum of RGB (Red+Green+Blue) = 220+46+239=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 46 (18.36% from 255 or 9.11% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC2EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2EEF is #23D110. Grayscale: #777777. Windows color (decimal): -2347281 or 15675100. OLE color: 15675100.
HSL color Cylindrical-coordinate representation of color #DC2EEF: hue angle of 294.09º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2EEF is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 46 | 239 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.06 |
| HSL | 294.09º | 0.86% | 0.56% | - |
| HSV(B) | 294.09º | 0.81% | 0.94% | - |
| XYZ | 46.07 | 23.4 | 83.75 | - |
| YUV | 120.03 | 195.15 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 239 | 0.08 | 0.81 | 0 | 0.06 | 294.09 | 0.86 | 0.56 |
| Hex | DC | 2E | EF | 8 | 51 | 0 | 6 | 126 | 56 | 38 |
| Octal | 334 | 56 | 357 | 10 | 121 | 0 | 6 | 446 | 126 | 70 |
| Binary | 11011100 | 101110 | 11101111 | 1000 | 1010001 | 0 | 110 | 100100110 | 1010110 | 111000 |
Color Harmonies of #DC2EEF
Complementary color
Monochromatic Colors of #DC2EEF
Black with #DC2EEF
Text Example
Text Example
White with #DC2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2EEF; }
p { color: rgb(220,46,239); }
H1.HeaderClassName
{
color: #DC2EEF;
}
.AnyTagClassName
{
color: #DC2EEF;
}
</style>
background-color css
<style>
a { background-color: #DC2EEF; }
a { background-color: rgb(220,46,239); }
div.DivClassName
{
background-color: #DC2EEF;
}
.BgClassName
{
background-color: #DC2EEF;
}
</style>
border-color css
<style>
span { border-color: #DC2EEF; }
span { border-color: rgb(220,46,239); }
td.TdClassName
{
border-color: #DC2EEF;
}
.TagClassName
{
border-color: #DC2EEF;
}
</style>