Shades of Psychedelic Purple #DC2CEB
Tints of Psychedelic Purple #DC2CEB
RGB
CMYK
RGB Variations
Color information
#DC2CEB (or 0xDC2CEB) is known color: Psychedelic Purple. HEX triplet: DC, 2C and EB. RGB value is (220,44,235). Sum of RGB (Red+Green+Blue) = 220+44+235=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 44 (17.58% from 255 or 8.82% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC2CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2CEB is #23D314. Grayscale: #757575. Windows color (decimal): -2347797 or 15412444. OLE color: 15412444.
HSL color Cylindrical-coordinate representation of color #DC2CEB: hue angle of 295.29º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2CEB is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 44 | 235 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.08 |
| HSL | 295.29º | 0.83% | 0.55% | - |
| HSV(B) | 295.29º | 0.81% | 0.92% | - |
| XYZ | 45.41 | 23.02 | 80.65 | - |
| YUV | 118.4 | 193.81 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 235 | 0.06 | 0.81 | 0 | 0.08 | 295.29 | 0.83 | 0.55 |
| Hex | DC | 2C | EB | 6 | 51 | 0 | 8 | 127 | 53 | 37 |
| Octal | 334 | 54 | 353 | 6 | 121 | 0 | 10 | 447 | 123 | 67 |
| Binary | 11011100 | 101100 | 11101011 | 110 | 1010001 | 0 | 1000 | 100100111 | 1010011 | 110111 |
Color Harmonies of #DC2CEB
Complementary color
Monochromatic Colors of #DC2CEB
Black with #DC2CEB
Text Example
Text Example
White with #DC2CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CEB; }
p { color: rgb(220,44,235); }
H1.HeaderClassName
{
color: #DC2CEB;
}
.AnyTagClassName
{
color: #DC2CEB;
}
</style>
background-color css
<style>
a { background-color: #DC2CEB; }
a { background-color: rgb(220,44,235); }
div.DivClassName
{
background-color: #DC2CEB;
}
.BgClassName
{
background-color: #DC2CEB;
}
</style>
border-color css
<style>
span { border-color: #DC2CEB; }
span { border-color: rgb(220,44,235); }
td.TdClassName
{
border-color: #DC2CEB;
}
.TagClassName
{
border-color: #DC2CEB;
}
</style>