Shades of Psychedelic Purple #DD21F7
Tints of Psychedelic Purple #DD21F7
RGB
CMYK
RGB Variations
Color information
#DD21F7 (or 0xDD21F7) is known color: Psychedelic Purple. HEX triplet: DD, 21 and F7. RGB value is (221,33,247). Sum of RGB (Red+Green+Blue) = 221+33+247=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 33 (13.28% from 255 or 6.59% from 501); Blue value is 247 (96.88% from 255 or 49.30% from 501); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD21F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD21F7 is #22DE08. Grayscale: #707070. Windows color (decimal): -2285065 or 16196061. OLE color: 16196061.
HSL color Cylindrical-coordinate representation of color #DD21F7: hue angle of 292.71º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD21F7 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 33 | 247 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.03 |
| HSL | 292.71º | 0.93% | 0.55% | - |
| HSV(B) | 292.71º | 0.87% | 0.97% | - |
| XYZ | 47.15 | 23.18 | 89.98 | - |
| YUV | 113.61 | 203.28 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 247 | 0.11 | 0.87 | 0 | 0.03 | 292.71 | 0.93 | 0.55 |
| Hex | DD | 21 | F7 | B | 57 | 0 | 3 | 125 | 5D | 37 |
| Octal | 335 | 41 | 367 | 13 | 127 | 0 | 3 | 445 | 135 | 67 |
| Binary | 11011101 | 100001 | 11110111 | 1011 | 1010111 | 0 | 11 | 100100101 | 1011101 | 110111 |
Color Harmonies of #DD21F7
Complementary color
Monochromatic Colors of #DD21F7
Black with #DD21F7
Text Example
Text Example
White with #DD21F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21F7; }
p { color: rgb(221,33,247); }
H1.HeaderClassName
{
color: #DD21F7;
}
.AnyTagClassName
{
color: #DD21F7;
}
</style>
background-color css
<style>
a { background-color: #DD21F7; }
a { background-color: rgb(221,33,247); }
div.DivClassName
{
background-color: #DD21F7;
}
.BgClassName
{
background-color: #DD21F7;
}
</style>
border-color css
<style>
span { border-color: #DD21F7; }
span { border-color: rgb(221,33,247); }
td.TdClassName
{
border-color: #DD21F7;
}
.TagClassName
{
border-color: #DD21F7;
}
</style>