Shades of Psychedelic Purple #DC2CE9
Tints of Psychedelic Purple #DC2CE9
RGB
CMYK
RGB Variations
Color information
#DC2CE9 (or 0xDC2CE9) is known color: Psychedelic Purple. HEX triplet: DC, 2C and E9. RGB value is (220,44,233). Sum of RGB (Red+Green+Blue) = 220+44+233=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 44 (17.58% from 255 or 8.85% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC2CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2CE9 is #23D316. Grayscale: #757575. Windows color (decimal): -2347799 or 15281372. OLE color: 15281372.
HSL color Cylindrical-coordinate representation of color #DC2CE9: hue angle of 295.87º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2CE9 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 44 | 233 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.09 |
| HSL | 295.87º | 0.81% | 0.54% | - |
| HSV(B) | 295.87º | 0.81% | 0.91% | - |
| XYZ | 45.12 | 22.9 | 79.13 | - |
| YUV | 118.17 | 192.81 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 233 | 0.06 | 0.81 | 0 | 0.09 | 295.87 | 0.81 | 0.54 |
| Hex | DC | 2C | E9 | 6 | 51 | 0 | 9 | 128 | 51 | 36 |
| Octal | 334 | 54 | 351 | 6 | 121 | 0 | 11 | 450 | 121 | 66 |
| Binary | 11011100 | 101100 | 11101001 | 110 | 1010001 | 0 | 1001 | 100101000 | 1010001 | 110110 |
Color Harmonies of #DC2CE9
Complementary color
Monochromatic Colors of #DC2CE9
Black with #DC2CE9
Text Example
Text Example
White with #DC2CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CE9; }
p { color: rgb(220,44,233); }
H1.HeaderClassName
{
color: #DC2CE9;
}
.AnyTagClassName
{
color: #DC2CE9;
}
</style>
background-color css
<style>
a { background-color: #DC2CE9; }
a { background-color: rgb(220,44,233); }
div.DivClassName
{
background-color: #DC2CE9;
}
.BgClassName
{
background-color: #DC2CE9;
}
</style>
border-color css
<style>
span { border-color: #DC2CE9; }
span { border-color: rgb(220,44,233); }
td.TdClassName
{
border-color: #DC2CE9;
}
.TagClassName
{
border-color: #DC2CE9;
}
</style>