Shades of Psychedelic Purple #DD20FD
Tints of Psychedelic Purple #DD20FD
RGB
CMYK
RGB Variations
Color information
#DD20FD (or 0xDD20FD) is known color: Psychedelic Purple. HEX triplet: DD, 20 and FD. RGB value is (221,32,253). Sum of RGB (Red+Green+Blue) = 221+32+253=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 32 (12.89% from 255 or 6.32% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD20FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD20FD is #22DF02. Grayscale: #717171. Windows color (decimal): -2285315 or 16589021. OLE color: 16589021.
HSL color Cylindrical-coordinate representation of color #DD20FD: hue angle of 291.31º degrees, saturation: 0.98, 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 #DD20FD is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 32 | 253 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.01 |
| HSL | 291.31º | 0.98% | 0.56% | - |
| HSV(B) | 291.31º | 0.87% | 0.99% | - |
| XYZ | 48.06 | 23.5 | 94.93 | - |
| YUV | 113.71 | 206.62 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 253 | 0.13 | 0.87 | 0 | 0.01 | 291.31 | 0.98 | 0.56 |
| Hex | DD | 20 | FD | D | 57 | 0 | 1 | 123 | 62 | 38 |
| Octal | 335 | 40 | 375 | 15 | 127 | 0 | 1 | 443 | 142 | 70 |
| Binary | 11011101 | 100000 | 11111101 | 1101 | 1010111 | 0 | 1 | 100100011 | 1100010 | 111000 |
Color Harmonies of #DD20FD
Complementary color
Monochromatic Colors of #DD20FD
Black with #DD20FD
Text Example
Text Example
White with #DD20FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20FD; }
p { color: rgb(221,32,253); }
H1.HeaderClassName
{
color: #DD20FD;
}
.AnyTagClassName
{
color: #DD20FD;
}
</style>
background-color css
<style>
a { background-color: #DD20FD; }
a { background-color: rgb(221,32,253); }
div.DivClassName
{
background-color: #DD20FD;
}
.BgClassName
{
background-color: #DD20FD;
}
</style>
border-color css
<style>
span { border-color: #DD20FD; }
span { border-color: rgb(221,32,253); }
td.TdClassName
{
border-color: #DD20FD;
}
.TagClassName
{
border-color: #DD20FD;
}
</style>