Shades of Psychedelic Purple #DD32FE
Tints of Psychedelic Purple #DD32FE
RGB
CMYK
RGB Variations
Color information
#DD32FE (or 0xDD32FE) is known color: Psychedelic Purple. HEX triplet: DD, 32 and FE. RGB value is (221,50,254). Sum of RGB (Red+Green+Blue) = 221+50+254=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 50 (19.92% from 255 or 9.52% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD32FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD32FE is #22CD01. Grayscale: #7B7B7B. Windows color (decimal): -2280706 or 16659165. OLE color: 16659165.
HSL color Cylindrical-coordinate representation of color #DD32FE: hue angle of 290.29º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD32FE is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 50 | 254 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.00 |
| HSL | 290.29º | 0.99% | 0.6% | - |
| HSV(B) | 290.29º | 0.8% | 1% | - |
| XYZ | 48.85 | 24.81 | 95.98 | - |
| YUV | 124.39 | 201.15 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 254 | 0.13 | 0.80 | 0 | 0.00 | 290.29 | 0.99 | 0.6 |
| Hex | DD | 32 | FE | D | 50 | 0 | 0 | 122 | 63 | 3C |
| Octal | 335 | 62 | 376 | 15 | 120 | 0 | 0 | 442 | 143 | 74 |
| Binary | 11011101 | 110010 | 11111110 | 1101 | 1010000 | 0 | 0 | 100100010 | 1100011 | 111100 |
Color Harmonies of #DD32FE
Complementary color
Monochromatic Colors of #DD32FE
Black with #DD32FE
Text Example
Text Example
White with #DD32FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32FE; }
p { color: rgb(221,50,254); }
H1.HeaderClassName
{
color: #DD32FE;
}
.AnyTagClassName
{
color: #DD32FE;
}
</style>
background-color css
<style>
a { background-color: #DD32FE; }
a { background-color: rgb(221,50,254); }
div.DivClassName
{
background-color: #DD32FE;
}
.BgClassName
{
background-color: #DD32FE;
}
</style>
border-color css
<style>
span { border-color: #DD32FE; }
span { border-color: rgb(221,50,254); }
td.TdClassName
{
border-color: #DD32FE;
}
.TagClassName
{
border-color: #DD32FE;
}
</style>