Shades of Psychedelic Purple #DD1DEC
Tints of Psychedelic Purple #DD1DEC
RGB
CMYK
RGB Variations
Color information
#DD1DEC (or 0xDD1DEC) is known color: Psychedelic Purple. HEX triplet: DD, 1D and EC. RGB value is (221,29,236). Sum of RGB (Red+Green+Blue) = 221+29+236=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 29 (11.72% from 255 or 5.97% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD1DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1DEC is #22E213. Grayscale: #6D6D6D. Windows color (decimal): -2286100 or 15474141. OLE color: 15474141.
HSL color Cylindrical-coordinate representation of color #DD1DEC: hue angle of 295.65º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1DEC is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 29 | 236 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.07 |
| HSL | 295.65º | 0.84% | 0.52% | - |
| HSV(B) | 295.65º | 0.88% | 0.93% | - |
| XYZ | 45.4 | 22.31 | 81.27 | - |
| YUV | 110.01 | 199.11 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 236 | 0.06 | 0.88 | 0 | 0.07 | 295.65 | 0.84 | 0.52 |
| Hex | DD | 1D | EC | 6 | 58 | 0 | 7 | 128 | 54 | 34 |
| Octal | 335 | 35 | 354 | 6 | 130 | 0 | 7 | 450 | 124 | 64 |
| Binary | 11011101 | 11101 | 11101100 | 110 | 1011000 | 0 | 111 | 100101000 | 1010100 | 110100 |
Color Harmonies of #DD1DEC
Complementary color
Monochromatic Colors of #DD1DEC
Black with #DD1DEC
Text Example
Text Example
White with #DD1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1DEC; }
p { color: rgb(221,29,236); }
H1.HeaderClassName
{
color: #DD1DEC;
}
.AnyTagClassName
{
color: #DD1DEC;
}
</style>
background-color css
<style>
a { background-color: #DD1DEC; }
a { background-color: rgb(221,29,236); }
div.DivClassName
{
background-color: #DD1DEC;
}
.BgClassName
{
background-color: #DD1DEC;
}
</style>
border-color css
<style>
span { border-color: #DD1DEC; }
span { border-color: rgb(221,29,236); }
td.TdClassName
{
border-color: #DD1DEC;
}
.TagClassName
{
border-color: #DD1DEC;
}
</style>