Shades of Psychedelic Purple #DD20FC
Tints of Psychedelic Purple #DD20FC
RGB
CMYK
RGB Variations
Color information
#DD20FC (or 0xDD20FC) is known color: Psychedelic Purple. HEX triplet: DD, 20 and FC. RGB value is (221,32,252). Sum of RGB (Red+Green+Blue) = 221+32+252=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 32 (12.89% from 255 or 6.34% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD20FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD20FC is #22DF03. Grayscale: #707070. Windows color (decimal): -2285316 or 16523485. OLE color: 16523485.
HSL color Cylindrical-coordinate representation of color #DD20FC: hue angle of 291.55º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD20FC is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 32 | 252 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.01 |
| HSL | 291.55º | 0.97% | 0.56% | - |
| HSV(B) | 291.55º | 0.87% | 0.99% | - |
| XYZ | 47.91 | 23.43 | 94.09 | - |
| YUV | 113.59 | 206.12 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 252 | 0.12 | 0.87 | 0 | 0.01 | 291.55 | 0.97 | 0.56 |
| Hex | DD | 20 | FC | C | 57 | 0 | 1 | 124 | 61 | 38 |
| Octal | 335 | 40 | 374 | 14 | 127 | 0 | 1 | 444 | 141 | 70 |
| Binary | 11011101 | 100000 | 11111100 | 1100 | 1010111 | 0 | 1 | 100100100 | 1100001 | 111000 |
Color Harmonies of #DD20FC
Complementary color
Monochromatic Colors of #DD20FC
Black with #DD20FC
Text Example
Text Example
White with #DD20FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20FC; }
p { color: rgb(221,32,252); }
H1.HeaderClassName
{
color: #DD20FC;
}
.AnyTagClassName
{
color: #DD20FC;
}
</style>
background-color css
<style>
a { background-color: #DD20FC; }
a { background-color: rgb(221,32,252); }
div.DivClassName
{
background-color: #DD20FC;
}
.BgClassName
{
background-color: #DD20FC;
}
</style>
border-color css
<style>
span { border-color: #DD20FC; }
span { border-color: rgb(221,32,252); }
td.TdClassName
{
border-color: #DD20FC;
}
.TagClassName
{
border-color: #DD20FC;
}
</style>