Shades of Psychedelic Purple #DD2CEC
Tints of Psychedelic Purple #DD2CEC
RGB
CMYK
RGB Variations
Color information
#DD2CEC (or 0xDD2CEC) is known color: Psychedelic Purple. HEX triplet: DD, 2C and EC. RGB value is (221,44,236). Sum of RGB (Red+Green+Blue) = 221+44+236=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 44 (17.58% from 255 or 8.78% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD2CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2CEC is #22D313. Grayscale: #767676. Windows color (decimal): -2282260 or 15477981. OLE color: 15477981.
HSL color Cylindrical-coordinate representation of color #DD2CEC: hue angle of 295.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2CEC is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 44 | 236 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.07 |
| HSL | 295.31º | 0.83% | 0.55% | - |
| HSV(B) | 295.31º | 0.81% | 0.93% | - |
| XYZ | 45.86 | 23.23 | 81.42 | - |
| YUV | 118.81 | 194.14 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 236 | 0.06 | 0.81 | 0 | 0.07 | 295.31 | 0.83 | 0.55 |
| Hex | DD | 2C | EC | 6 | 51 | 0 | 7 | 127 | 53 | 37 |
| Octal | 335 | 54 | 354 | 6 | 121 | 0 | 7 | 447 | 123 | 67 |
| Binary | 11011101 | 101100 | 11101100 | 110 | 1010001 | 0 | 111 | 100100111 | 1010011 | 110111 |
Color Harmonies of #DD2CEC
Complementary color
Monochromatic Colors of #DD2CEC
Black with #DD2CEC
Text Example
Text Example
White with #DD2CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CEC; }
p { color: rgb(221,44,236); }
H1.HeaderClassName
{
color: #DD2CEC;
}
.AnyTagClassName
{
color: #DD2CEC;
}
</style>
background-color css
<style>
a { background-color: #DD2CEC; }
a { background-color: rgb(221,44,236); }
div.DivClassName
{
background-color: #DD2CEC;
}
.BgClassName
{
background-color: #DD2CEC;
}
</style>
border-color css
<style>
span { border-color: #DD2CEC; }
span { border-color: rgb(221,44,236); }
td.TdClassName
{
border-color: #DD2CEC;
}
.TagClassName
{
border-color: #DD2CEC;
}
</style>