Shades of Psychedelic Purple #DD2BED
Tints of Psychedelic Purple #DD2BED
RGB
CMYK
RGB Variations
Color information
#DD2BED (or 0xDD2BED) is known color: Psychedelic Purple. HEX triplet: DD, 2B and ED. RGB value is (221,43,237). Sum of RGB (Red+Green+Blue) = 221+43+237=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 43 (17.19% from 255 or 8.58% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD2BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2BED is #22D412. Grayscale: #757575. Windows color (decimal): -2282515 or 15543261. OLE color: 15543261.
HSL color Cylindrical-coordinate representation of color #DD2BED: hue angle of 295.05º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2BED is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 43 | 237 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.07 |
| HSL | 295.05º | 0.84% | 0.55% | - |
| HSV(B) | 295.05º | 0.82% | 0.93% | - |
| XYZ | 45.97 | 23.21 | 82.18 | - |
| YUV | 118.34 | 194.97 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 237 | 0.07 | 0.82 | 0 | 0.07 | 295.05 | 0.84 | 0.55 |
| Hex | DD | 2B | ED | 7 | 52 | 0 | 7 | 127 | 54 | 37 |
| Octal | 335 | 53 | 355 | 7 | 122 | 0 | 7 | 447 | 124 | 67 |
| Binary | 11011101 | 101011 | 11101101 | 111 | 1010010 | 0 | 111 | 100100111 | 1010100 | 110111 |
Color Harmonies of #DD2BED
Complementary color
Monochromatic Colors of #DD2BED
Black with #DD2BED
Text Example
Text Example
White with #DD2BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2BED; }
p { color: rgb(221,43,237); }
H1.HeaderClassName
{
color: #DD2BED;
}
.AnyTagClassName
{
color: #DD2BED;
}
</style>
background-color css
<style>
a { background-color: #DD2BED; }
a { background-color: rgb(221,43,237); }
div.DivClassName
{
background-color: #DD2BED;
}
.BgClassName
{
background-color: #DD2BED;
}
</style>
border-color css
<style>
span { border-color: #DD2BED; }
span { border-color: rgb(221,43,237); }
td.TdClassName
{
border-color: #DD2BED;
}
.TagClassName
{
border-color: #DD2BED;
}
</style>