Shades of Psychedelic Purple #DD2DED
Tints of Psychedelic Purple #DD2DED
RGB
CMYK
RGB Variations
Color information
#DD2DED (or 0xDD2DED) is known color: Psychedelic Purple. HEX triplet: DD, 2D and ED. RGB value is (221,45,237). Sum of RGB (Red+Green+Blue) = 221+45+237=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 45 (17.97% from 255 or 8.95% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD2DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2DED is #22D212. Grayscale: #767676. Windows color (decimal): -2282003 or 15543773. OLE color: 15543773.
HSL color Cylindrical-coordinate representation of color #DD2DED: hue angle of 295º degrees, saturation: 0.84, 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 #DD2DED is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 45 | 237 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.07 |
| HSL | 295º | 0.84% | 0.55% | - |
| HSV(B) | 295º | 0.81% | 0.93% | - |
| XYZ | 46.04 | 23.36 | 82.2 | - |
| YUV | 119.51 | 194.31 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 237 | 0.07 | 0.81 | 0 | 0.07 | 295 | 0.84 | 0.55 |
| Hex | DD | 2D | ED | 7 | 51 | 0 | 7 | 127 | 54 | 37 |
| Octal | 335 | 55 | 355 | 7 | 121 | 0 | 7 | 447 | 124 | 67 |
| Binary | 11011101 | 101101 | 11101101 | 111 | 1010001 | 0 | 111 | 100100111 | 1010100 | 110111 |
Color Harmonies of #DD2DED
Complementary color
Monochromatic Colors of #DD2DED
Black with #DD2DED
Text Example
Text Example
White with #DD2DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DED; }
p { color: rgb(221,45,237); }
H1.HeaderClassName
{
color: #DD2DED;
}
.AnyTagClassName
{
color: #DD2DED;
}
</style>
background-color css
<style>
a { background-color: #DD2DED; }
a { background-color: rgb(221,45,237); }
div.DivClassName
{
background-color: #DD2DED;
}
.BgClassName
{
background-color: #DD2DED;
}
</style>
border-color css
<style>
span { border-color: #DD2DED; }
span { border-color: rgb(221,45,237); }
td.TdClassName
{
border-color: #DD2DED;
}
.TagClassName
{
border-color: #DD2DED;
}
</style>