Shades of Psychedelic Purple #DD22FA
Tints of Psychedelic Purple #DD22FA
RGB
CMYK
RGB Variations
Color information
#DD22FA (or 0xDD22FA) is known color: Psychedelic Purple. HEX triplet: DD, 22 and FA. RGB value is (221,34,250). Sum of RGB (Red+Green+Blue) = 221+34+250=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 34 (13.67% from 255 or 6.73% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD22FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD22FA is #22DD05. Grayscale: #717171. Windows color (decimal): -2284806 or 16392925. OLE color: 16392925.
HSL color Cylindrical-coordinate representation of color #DD22FA: hue angle of 291.94º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD22FA is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 34 | 250 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.02 |
| HSL | 291.94º | 0.96% | 0.56% | - |
| HSV(B) | 291.94º | 0.86% | 0.98% | - |
| XYZ | 47.65 | 23.42 | 92.45 | - |
| YUV | 114.54 | 204.45 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 250 | 0.12 | 0.86 | 0 | 0.02 | 291.94 | 0.96 | 0.56 |
| Hex | DD | 22 | FA | C | 56 | 0 | 2 | 124 | 60 | 38 |
| Octal | 335 | 42 | 372 | 14 | 126 | 0 | 2 | 444 | 140 | 70 |
| Binary | 11011101 | 100010 | 11111010 | 1100 | 1010110 | 0 | 10 | 100100100 | 1100000 | 111000 |
Color Harmonies of #DD22FA
Complementary color
Monochromatic Colors of #DD22FA
Black with #DD22FA
Text Example
Text Example
White with #DD22FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22FA; }
p { color: rgb(221,34,250); }
H1.HeaderClassName
{
color: #DD22FA;
}
.AnyTagClassName
{
color: #DD22FA;
}
</style>
background-color css
<style>
a { background-color: #DD22FA; }
a { background-color: rgb(221,34,250); }
div.DivClassName
{
background-color: #DD22FA;
}
.BgClassName
{
background-color: #DD22FA;
}
</style>
border-color css
<style>
span { border-color: #DD22FA; }
span { border-color: rgb(221,34,250); }
td.TdClassName
{
border-color: #DD22FA;
}
.TagClassName
{
border-color: #DD22FA;
}
</style>