Shades of Psychedelic Purple #DD1EED
Tints of Psychedelic Purple #DD1EED
RGB
CMYK
RGB Variations
Color information
#DD1EED (or 0xDD1EED) is known color: Psychedelic Purple. HEX triplet: DD, 1E and ED. RGB value is (221,30,237). Sum of RGB (Red+Green+Blue) = 221+30+237=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 30 (12.11% from 255 or 6.15% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD1EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1EED is #22E112. Grayscale: #6E6E6E. Windows color (decimal): -2285843 or 15539933. OLE color: 15539933.
HSL color Cylindrical-coordinate representation of color #DD1EED: hue angle of 295.36º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1EED is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 30 | 237 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.07 |
| HSL | 295.36º | 0.85% | 0.52% | - |
| HSV(B) | 295.36º | 0.87% | 0.93% | - |
| XYZ | 45.57 | 22.42 | 82.05 | - |
| YUV | 110.71 | 199.28 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 237 | 0.07 | 0.87 | 0 | 0.07 | 295.36 | 0.85 | 0.52 |
| Hex | DD | 1E | ED | 7 | 57 | 0 | 7 | 127 | 55 | 34 |
| Octal | 335 | 36 | 355 | 7 | 127 | 0 | 7 | 447 | 125 | 64 |
| Binary | 11011101 | 11110 | 11101101 | 111 | 1010111 | 0 | 111 | 100100111 | 1010101 | 110100 |
Color Harmonies of #DD1EED
Complementary color
Monochromatic Colors of #DD1EED
Black with #DD1EED
Text Example
Text Example
White with #DD1EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1EED; }
p { color: rgb(221,30,237); }
H1.HeaderClassName
{
color: #DD1EED;
}
.AnyTagClassName
{
color: #DD1EED;
}
</style>
background-color css
<style>
a { background-color: #DD1EED; }
a { background-color: rgb(221,30,237); }
div.DivClassName
{
background-color: #DD1EED;
}
.BgClassName
{
background-color: #DD1EED;
}
</style>
border-color css
<style>
span { border-color: #DD1EED; }
span { border-color: rgb(221,30,237); }
td.TdClassName
{
border-color: #DD1EED;
}
.TagClassName
{
border-color: #DD1EED;
}
</style>