Shades of Psychedelic Purple #DD32F3
Tints of Psychedelic Purple #DD32F3
RGB
CMYK
RGB Variations
Color information
#DD32F3 (or 0xDD32F3) is known color: Psychedelic Purple. HEX triplet: DD, 32 and F3. RGB value is (221,50,243). Sum of RGB (Red+Green+Blue) = 221+50+243=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 50 (19.92% from 255 or 9.73% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD32F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD32F3 is #22CD0C. Grayscale: #7A7A7A. Windows color (decimal): -2280717 or 15938269. OLE color: 15938269.
HSL color Cylindrical-coordinate representation of color #DD32F3: hue angle of 293.16º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD32F3 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 50 | 243 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.05 |
| HSL | 293.16º | 0.89% | 0.57% | - |
| HSV(B) | 293.16º | 0.79% | 0.95% | - |
| XYZ | 47.14 | 24.12 | 86.97 | - |
| YUV | 123.13 | 195.65 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 243 | 0.09 | 0.79 | 0 | 0.05 | 293.16 | 0.89 | 0.57 |
| Hex | DD | 32 | F3 | 9 | 4F | 0 | 5 | 125 | 59 | 39 |
| Octal | 335 | 62 | 363 | 11 | 117 | 0 | 5 | 445 | 131 | 71 |
| Binary | 11011101 | 110010 | 11110011 | 1001 | 1001111 | 0 | 101 | 100100101 | 1011001 | 111001 |
Color Harmonies of #DD32F3
Complementary color
Monochromatic Colors of #DD32F3
Black with #DD32F3
Text Example
Text Example
White with #DD32F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32F3; }
p { color: rgb(221,50,243); }
H1.HeaderClassName
{
color: #DD32F3;
}
.AnyTagClassName
{
color: #DD32F3;
}
</style>
background-color css
<style>
a { background-color: #DD32F3; }
a { background-color: rgb(221,50,243); }
div.DivClassName
{
background-color: #DD32F3;
}
.BgClassName
{
background-color: #DD32F3;
}
</style>
border-color css
<style>
span { border-color: #DD32F3; }
span { border-color: rgb(221,50,243); }
td.TdClassName
{
border-color: #DD32F3;
}
.TagClassName
{
border-color: #DD32F3;
}
</style>