Shades of Psychedelic Purple #DD32FA
Tints of Psychedelic Purple #DD32FA
RGB
CMYK
RGB Variations
Color information
#DD32FA (or 0xDD32FA) is known color: Psychedelic Purple. HEX triplet: DD, 32 and FA. RGB value is (221,50,250). Sum of RGB (Red+Green+Blue) = 221+50+250=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 50 (19.92% from 255 or 9.60% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD32FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD32FA is #22CD05. Grayscale: #7B7B7B. Windows color (decimal): -2280710 or 16397021. OLE color: 16397021.
HSL color Cylindrical-coordinate representation of color #DD32FA: hue angle of 291.3º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD32FA is Cyan = 0.12, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 50 | 250 | - |
| CMYK | 0.12 | 0.8 | 0 | 0.02 |
| HSL | 291.3º | 0.95% | 0.59% | - |
| HSV(B) | 291.3º | 0.8% | 0.98% | - |
| XYZ | 48.21 | 24.56 | 92.64 | - |
| YUV | 123.93 | 199.15 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 250 | 0.12 | 0.8 | 0 | 0.02 | 291.3 | 0.95 | 0.59 |
| Hex | DD | 32 | FA | C | 50 | 0 | 2 | 123 | 5F | 3B |
| Octal | 335 | 62 | 372 | 14 | 120 | 0 | 2 | 443 | 137 | 73 |
| Binary | 11011101 | 110010 | 11111010 | 1100 | 1010000 | 0 | 10 | 100100011 | 1011111 | 111011 |
Color Harmonies of #DD32FA
Complementary color
Monochromatic Colors of #DD32FA
Black with #DD32FA
Text Example
Text Example
White with #DD32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32FA; }
p { color: rgb(221,50,250); }
H1.HeaderClassName
{
color: #DD32FA;
}
.AnyTagClassName
{
color: #DD32FA;
}
</style>
background-color css
<style>
a { background-color: #DD32FA; }
a { background-color: rgb(221,50,250); }
div.DivClassName
{
background-color: #DD32FA;
}
.BgClassName
{
background-color: #DD32FA;
}
</style>
border-color css
<style>
span { border-color: #DD32FA; }
span { border-color: rgb(221,50,250); }
td.TdClassName
{
border-color: #DD32FA;
}
.TagClassName
{
border-color: #DD32FA;
}
</style>