Shades of Psychedelic Purple #DD2CEB
Tints of Psychedelic Purple #DD2CEB
RGB
CMYK
RGB Variations
Color information
#DD2CEB (or 0xDD2CEB) is known color: Psychedelic Purple. HEX triplet: DD, 2C and EB. RGB value is (221,44,235). Sum of RGB (Red+Green+Blue) = 221+44+235=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 44 (17.58% from 255 or 8.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD2CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2CEB is #22D314. Grayscale: #767676. Windows color (decimal): -2282261 or 15412445. OLE color: 15412445.
HSL color Cylindrical-coordinate representation of color #DD2CEB: hue angle of 295.6º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2CEB is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 44 | 235 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.08 |
| HSL | 295.6º | 0.83% | 0.55% | - |
| HSV(B) | 295.6º | 0.81% | 0.92% | - |
| XYZ | 45.71 | 23.17 | 80.66 | - |
| YUV | 118.7 | 193.64 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 235 | 0.06 | 0.81 | 0 | 0.08 | 295.6 | 0.83 | 0.55 |
| Hex | DD | 2C | EB | 6 | 51 | 0 | 8 | 128 | 53 | 37 |
| Octal | 335 | 54 | 353 | 6 | 121 | 0 | 10 | 450 | 123 | 67 |
| Binary | 11011101 | 101100 | 11101011 | 110 | 1010001 | 0 | 1000 | 100101000 | 1010011 | 110111 |
Color Harmonies of #DD2CEB
Complementary color
Monochromatic Colors of #DD2CEB
Black with #DD2CEB
Text Example
Text Example
White with #DD2CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CEB; }
p { color: rgb(221,44,235); }
H1.HeaderClassName
{
color: #DD2CEB;
}
.AnyTagClassName
{
color: #DD2CEB;
}
</style>
background-color css
<style>
a { background-color: #DD2CEB; }
a { background-color: rgb(221,44,235); }
div.DivClassName
{
background-color: #DD2CEB;
}
.BgClassName
{
background-color: #DD2CEB;
}
</style>
border-color css
<style>
span { border-color: #DD2CEB; }
span { border-color: rgb(221,44,235); }
td.TdClassName
{
border-color: #DD2CEB;
}
.TagClassName
{
border-color: #DD2CEB;
}
</style>