Shades of Psychedelic Purple #DD32FF
Tints of Psychedelic Purple #DD32FF
RGB
CMYK
RGB Variations
Color information
#DD32FF (or 0xDD32FF) is known color: Psychedelic Purple. HEX triplet: DD, 32 and FF. RGB value is (221,50,255). Sum of RGB (Red+Green+Blue) = 221+50+255=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 50 (19.92% from 255 or 9.51% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD32FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD32FF is #22CD00. Grayscale: #7B7B7B. Windows color (decimal): -2280705 or 16724701. OLE color: 16724701.
HSL color Cylindrical-coordinate representation of color #DD32FF: hue angle of 290.05º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD32FF is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 50 | 255 | - |
| CMYK | 0.13 | 0.80 | 0 | 0 |
| HSL | 290.05º | 1% | 0.6% | - |
| HSV(B) | 290.05º | 0.8% | 1% | - |
| XYZ | 49.01 | 24.87 | 96.83 | - |
| YUV | 124.5 | 201.65 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 255 | 0.13 | 0.80 | 0 | 0 | 290.05 | 1 | 0.6 |
| Hex | DD | 32 | FF | D | 50 | 0 | 0 | 122 | 64 | 3C |
| Octal | 335 | 62 | 377 | 15 | 120 | 0 | 0 | 442 | 144 | 74 |
| Binary | 11011101 | 110010 | 11111111 | 1101 | 1010000 | 0 | 0 | 100100010 | 1100100 | 111100 |
Color Harmonies of #DD32FF
Complementary color
Monochromatic Colors of #DD32FF
Black with #DD32FF
Text Example
Text Example
White with #DD32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32FF; }
p { color: rgb(221,50,255); }
H1.HeaderClassName
{
color: #DD32FF;
}
.AnyTagClassName
{
color: #DD32FF;
}
</style>
background-color css
<style>
a { background-color: #DD32FF; }
a { background-color: rgb(221,50,255); }
div.DivClassName
{
background-color: #DD32FF;
}
.BgClassName
{
background-color: #DD32FF;
}
</style>
border-color css
<style>
span { border-color: #DD32FF; }
span { border-color: rgb(221,50,255); }
td.TdClassName
{
border-color: #DD32FF;
}
.TagClassName
{
border-color: #DD32FF;
}
</style>