Shades of Psychedelic Purple #DD20FA
Tints of Psychedelic Purple #DD20FA
RGB
CMYK
RGB Variations
Color information
#DD20FA (or 0xDD20FA) is known color: Psychedelic Purple. HEX triplet: DD, 20 and FA. RGB value is (221,32,250). Sum of RGB (Red+Green+Blue) = 221+32+250=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 32 (12.89% from 255 or 6.36% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD20FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD20FA is #22DF05. Grayscale: #707070. Windows color (decimal): -2285318 or 16392413. OLE color: 16392413.
HSL color Cylindrical-coordinate representation of color #DD20FA: hue angle of 292.02º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD20FA is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 32 | 250 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.02 |
| HSL | 292.02º | 0.96% | 0.55% | - |
| HSV(B) | 292.02º | 0.87% | 0.98% | - |
| XYZ | 47.59 | 23.31 | 92.43 | - |
| YUV | 113.36 | 205.12 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 250 | 0.12 | 0.87 | 0 | 0.02 | 292.02 | 0.96 | 0.55 |
| Hex | DD | 20 | FA | C | 57 | 0 | 2 | 124 | 60 | 37 |
| Octal | 335 | 40 | 372 | 14 | 127 | 0 | 2 | 444 | 140 | 67 |
| Binary | 11011101 | 100000 | 11111010 | 1100 | 1010111 | 0 | 10 | 100100100 | 1100000 | 110111 |
Color Harmonies of #DD20FA
Complementary color
Monochromatic Colors of #DD20FA
Black with #DD20FA
Text Example
Text Example
White with #DD20FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20FA; }
p { color: rgb(221,32,250); }
H1.HeaderClassName
{
color: #DD20FA;
}
.AnyTagClassName
{
color: #DD20FA;
}
</style>
background-color css
<style>
a { background-color: #DD20FA; }
a { background-color: rgb(221,32,250); }
div.DivClassName
{
background-color: #DD20FA;
}
.BgClassName
{
background-color: #DD20FA;
}
</style>
border-color css
<style>
span { border-color: #DD20FA; }
span { border-color: rgb(221,32,250); }
td.TdClassName
{
border-color: #DD20FA;
}
.TagClassName
{
border-color: #DD20FA;
}
</style>