Shades of Psychedelic Purple #DD1DED
Tints of Psychedelic Purple #DD1DED
RGB
CMYK
RGB Variations
Color information
#DD1DED (or 0xDD1DED) is known color: Psychedelic Purple. HEX triplet: DD, 1D and ED. RGB value is (221,29,237). Sum of RGB (Red+Green+Blue) = 221+29+237=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 29 (11.72% from 255 or 5.95% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD1DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1DED is #22E212. Grayscale: #6D6D6D. Windows color (decimal): -2286099 or 15539677. OLE color: 15539677.
HSL color Cylindrical-coordinate representation of color #DD1DED: hue angle of 295.38º 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 #DD1DED is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 29 | 237 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.07 |
| HSL | 295.38º | 0.85% | 0.52% | - |
| HSV(B) | 295.38º | 0.88% | 0.93% | - |
| XYZ | 45.54 | 22.37 | 82.04 | - |
| YUV | 110.12 | 199.61 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 237 | 0.07 | 0.88 | 0 | 0.07 | 295.38 | 0.85 | 0.52 |
| Hex | DD | 1D | ED | 7 | 58 | 0 | 7 | 127 | 55 | 34 |
| Octal | 335 | 35 | 355 | 7 | 130 | 0 | 7 | 447 | 125 | 64 |
| Binary | 11011101 | 11101 | 11101101 | 111 | 1011000 | 0 | 111 | 100100111 | 1010101 | 110100 |
Color Harmonies of #DD1DED
Complementary color
Monochromatic Colors of #DD1DED
Black with #DD1DED
Text Example
Text Example
White with #DD1DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1DED; }
p { color: rgb(221,29,237); }
H1.HeaderClassName
{
color: #DD1DED;
}
.AnyTagClassName
{
color: #DD1DED;
}
</style>
background-color css
<style>
a { background-color: #DD1DED; }
a { background-color: rgb(221,29,237); }
div.DivClassName
{
background-color: #DD1DED;
}
.BgClassName
{
background-color: #DD1DED;
}
</style>
border-color css
<style>
span { border-color: #DD1DED; }
span { border-color: rgb(221,29,237); }
td.TdClassName
{
border-color: #DD1DED;
}
.TagClassName
{
border-color: #DD1DED;
}
</style>