Shades of Psychedelic Purple #DD2CE9
Tints of Psychedelic Purple #DD2CE9
RGB
CMYK
RGB Variations
Color information
#DD2CE9 (or 0xDD2CE9) is known color: Psychedelic Purple. HEX triplet: DD, 2C and E9. RGB value is (221,44,233). Sum of RGB (Red+Green+Blue) = 221+44+233=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 44 (17.58% from 255 or 8.84% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD2CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2CE9 is #22D316. Grayscale: #757575. Windows color (decimal): -2282263 or 15281373. OLE color: 15281373.
HSL color Cylindrical-coordinate representation of color #DD2CE9: hue angle of 296.19º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2CE9 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 44 | 233 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.09 |
| HSL | 296.19º | 0.81% | 0.54% | - |
| HSV(B) | 296.19º | 0.81% | 0.91% | - |
| XYZ | 45.43 | 23.06 | 79.15 | - |
| YUV | 118.47 | 192.64 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 233 | 0.05 | 0.81 | 0 | 0.09 | 296.19 | 0.81 | 0.54 |
| Hex | DD | 2C | E9 | 5 | 51 | 0 | 9 | 128 | 51 | 36 |
| Octal | 335 | 54 | 351 | 5 | 121 | 0 | 11 | 450 | 121 | 66 |
| Binary | 11011101 | 101100 | 11101001 | 101 | 1010001 | 0 | 1001 | 100101000 | 1010001 | 110110 |
Color Harmonies of #DD2CE9
Complementary color
Monochromatic Colors of #DD2CE9
Black with #DD2CE9
Text Example
Text Example
White with #DD2CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CE9; }
p { color: rgb(221,44,233); }
H1.HeaderClassName
{
color: #DD2CE9;
}
.AnyTagClassName
{
color: #DD2CE9;
}
</style>
background-color css
<style>
a { background-color: #DD2CE9; }
a { background-color: rgb(221,44,233); }
div.DivClassName
{
background-color: #DD2CE9;
}
.BgClassName
{
background-color: #DD2CE9;
}
</style>
border-color css
<style>
span { border-color: #DD2CE9; }
span { border-color: rgb(221,44,233); }
td.TdClassName
{
border-color: #DD2CE9;
}
.TagClassName
{
border-color: #DD2CE9;
}
</style>