Shades of Psychedelic Purple #DD2DEA
Tints of Psychedelic Purple #DD2DEA
RGB
CMYK
RGB Variations
Color information
#DD2DEA (or 0xDD2DEA) is known color: Psychedelic Purple. HEX triplet: DD, 2D and EA. RGB value is (221,45,234). Sum of RGB (Red+Green+Blue) = 221+45+234=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 45 (17.97% from 255 or 9% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD2DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2DEA is #22D215. Grayscale: #767676. Windows color (decimal): -2282006 or 15347165. OLE color: 15347165.
HSL color Cylindrical-coordinate representation of color #DD2DEA: hue angle of 295.87º degrees, saturation: 0.82, 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 #DD2DEA is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 45 | 234 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.08 |
| HSL | 295.87º | 0.82% | 0.55% | - |
| HSV(B) | 295.87º | 0.81% | 0.92% | - |
| XYZ | 45.61 | 23.19 | 79.91 | - |
| YUV | 119.17 | 192.81 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 234 | 0.06 | 0.81 | 0 | 0.08 | 295.87 | 0.82 | 0.55 |
| Hex | DD | 2D | EA | 6 | 51 | 0 | 8 | 128 | 52 | 37 |
| Octal | 335 | 55 | 352 | 6 | 121 | 0 | 10 | 450 | 122 | 67 |
| Binary | 11011101 | 101101 | 11101010 | 110 | 1010001 | 0 | 1000 | 100101000 | 1010010 | 110111 |
Color Harmonies of #DD2DEA
Complementary color
Monochromatic Colors of #DD2DEA
Black with #DD2DEA
Text Example
Text Example
White with #DD2DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DEA; }
p { color: rgb(221,45,234); }
H1.HeaderClassName
{
color: #DD2DEA;
}
.AnyTagClassName
{
color: #DD2DEA;
}
</style>
background-color css
<style>
a { background-color: #DD2DEA; }
a { background-color: rgb(221,45,234); }
div.DivClassName
{
background-color: #DD2DEA;
}
.BgClassName
{
background-color: #DD2DEA;
}
</style>
border-color css
<style>
span { border-color: #DD2DEA; }
span { border-color: rgb(221,45,234); }
td.TdClassName
{
border-color: #DD2DEA;
}
.TagClassName
{
border-color: #DD2DEA;
}
</style>