Shades of Psychedelic Purple #DD2BEA
Tints of Psychedelic Purple #DD2BEA
RGB
CMYK
RGB Variations
Color information
#DD2BEA (or 0xDD2BEA) is known color: Psychedelic Purple. HEX triplet: DD, 2B and EA. RGB value is (221,43,234). Sum of RGB (Red+Green+Blue) = 221+43+234=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 43 (17.19% from 255 or 8.63% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD2BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2BEA is #22D415. Grayscale: #757575. Windows color (decimal): -2282518 or 15346653. OLE color: 15346653.
HSL color Cylindrical-coordinate representation of color #DD2BEA: hue angle of 295.92º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2BEA is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 43 | 234 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.08 |
| HSL | 295.92º | 0.82% | 0.54% | - |
| HSV(B) | 295.92º | 0.82% | 0.92% | - |
| XYZ | 45.53 | 23.04 | 79.89 | - |
| YUV | 118 | 193.47 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 234 | 0.06 | 0.82 | 0 | 0.08 | 295.92 | 0.82 | 0.54 |
| Hex | DD | 2B | EA | 6 | 52 | 0 | 8 | 128 | 52 | 36 |
| Octal | 335 | 53 | 352 | 6 | 122 | 0 | 10 | 450 | 122 | 66 |
| Binary | 11011101 | 101011 | 11101010 | 110 | 1010010 | 0 | 1000 | 100101000 | 1010010 | 110110 |
Color Harmonies of #DD2BEA
Complementary color
Monochromatic Colors of #DD2BEA
Black with #DD2BEA
Text Example
Text Example
White with #DD2BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2BEA; }
p { color: rgb(221,43,234); }
H1.HeaderClassName
{
color: #DD2BEA;
}
.AnyTagClassName
{
color: #DD2BEA;
}
</style>
background-color css
<style>
a { background-color: #DD2BEA; }
a { background-color: rgb(221,43,234); }
div.DivClassName
{
background-color: #DD2BEA;
}
.BgClassName
{
background-color: #DD2BEA;
}
</style>
border-color css
<style>
span { border-color: #DD2BEA; }
span { border-color: rgb(221,43,234); }
td.TdClassName
{
border-color: #DD2BEA;
}
.TagClassName
{
border-color: #DD2BEA;
}
</style>