Shades of Psychedelic Purple #DD1CEC
Tints of Psychedelic Purple #DD1CEC
RGB
CMYK
RGB Variations
Color information
#DD1CEC (or 0xDD1CEC) is known color: Psychedelic Purple. HEX triplet: DD, 1C and EC. RGB value is (221,28,236). Sum of RGB (Red+Green+Blue) = 221+28+236=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 28 (11.33% from 255 or 5.77% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD1CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1CEC is #22E313. Grayscale: #6C6C6C. Windows color (decimal): -2286356 or 15473885. OLE color: 15473885.
HSL color Cylindrical-coordinate representation of color #DD1CEC: hue angle of 295.67º degrees, saturation: 0.85, 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 #DD1CEC is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 28 | 236 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.07 |
| HSL | 295.67º | 0.85% | 0.52% | - |
| HSV(B) | 295.67º | 0.88% | 0.93% | - |
| XYZ | 45.37 | 22.26 | 81.26 | - |
| YUV | 109.42 | 199.44 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 236 | 0.06 | 0.88 | 0 | 0.07 | 295.67 | 0.85 | 0.52 |
| Hex | DD | 1C | EC | 6 | 58 | 0 | 7 | 128 | 55 | 34 |
| Octal | 335 | 34 | 354 | 6 | 130 | 0 | 7 | 450 | 125 | 64 |
| Binary | 11011101 | 11100 | 11101100 | 110 | 1011000 | 0 | 111 | 100101000 | 1010101 | 110100 |
Color Harmonies of #DD1CEC
Complementary color
Monochromatic Colors of #DD1CEC
Black with #DD1CEC
Text Example
Text Example
White with #DD1CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1CEC; }
p { color: rgb(221,28,236); }
H1.HeaderClassName
{
color: #DD1CEC;
}
.AnyTagClassName
{
color: #DD1CEC;
}
</style>
background-color css
<style>
a { background-color: #DD1CEC; }
a { background-color: rgb(221,28,236); }
div.DivClassName
{
background-color: #DD1CEC;
}
.BgClassName
{
background-color: #DD1CEC;
}
</style>
border-color css
<style>
span { border-color: #DD1CEC; }
span { border-color: rgb(221,28,236); }
td.TdClassName
{
border-color: #DD1CEC;
}
.TagClassName
{
border-color: #DD1CEC;
}
</style>