Shades of Psychedelic Purple #DD2BEB
Tints of Psychedelic Purple #DD2BEB
RGB
CMYK
RGB Variations
Color information
#DD2BEB (or 0xDD2BEB) is known color: Psychedelic Purple. HEX triplet: DD, 2B and EB. RGB value is (221,43,235). Sum of RGB (Red+Green+Blue) = 221+43+235=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 43 (17.19% from 255 or 8.62% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD2BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2BEB is #22D414. Grayscale: #757575. Windows color (decimal): -2282517 or 15412189. OLE color: 15412189.
HSL color Cylindrical-coordinate representation of color #DD2BEB: hue angle of 295.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2BEB is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 43 | 235 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.08 |
| HSL | 295.63º | 0.83% | 0.55% | - |
| HSV(B) | 295.63º | 0.82% | 0.92% | - |
| XYZ | 45.68 | 23.1 | 80.65 | - |
| YUV | 118.11 | 193.97 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 235 | 0.06 | 0.82 | 0 | 0.08 | 295.63 | 0.83 | 0.55 |
| Hex | DD | 2B | EB | 6 | 52 | 0 | 8 | 128 | 53 | 37 |
| Octal | 335 | 53 | 353 | 6 | 122 | 0 | 10 | 450 | 123 | 67 |
| Binary | 11011101 | 101011 | 11101011 | 110 | 1010010 | 0 | 1000 | 100101000 | 1010011 | 110111 |
Color Harmonies of #DD2BEB
Complementary color
Monochromatic Colors of #DD2BEB
Black with #DD2BEB
Text Example
Text Example
White with #DD2BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2BEB; }
p { color: rgb(221,43,235); }
H1.HeaderClassName
{
color: #DD2BEB;
}
.AnyTagClassName
{
color: #DD2BEB;
}
</style>
background-color css
<style>
a { background-color: #DD2BEB; }
a { background-color: rgb(221,43,235); }
div.DivClassName
{
background-color: #DD2BEB;
}
.BgClassName
{
background-color: #DD2BEB;
}
</style>
border-color css
<style>
span { border-color: #DD2BEB; }
span { border-color: rgb(221,43,235); }
td.TdClassName
{
border-color: #DD2BEB;
}
.TagClassName
{
border-color: #DD2BEB;
}
</style>