Shades of Psychedelic Purple #DD20FB
Tints of Psychedelic Purple #DD20FB
RGB
CMYK
RGB Variations
Color information
#DD20FB (or 0xDD20FB) is known color: Psychedelic Purple. HEX triplet: DD, 20 and FB. RGB value is (221,32,251). Sum of RGB (Red+Green+Blue) = 221+32+251=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 32 (12.89% from 255 or 6.35% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD20FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD20FB is #22DF04. Grayscale: #707070. Windows color (decimal): -2285317 or 16457949. OLE color: 16457949.
HSL color Cylindrical-coordinate representation of color #DD20FB: hue angle of 291.78º 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 #DD20FB is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 32 | 251 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.02 |
| HSL | 291.78º | 0.96% | 0.55% | - |
| HSV(B) | 291.78º | 0.87% | 0.98% | - |
| XYZ | 47.75 | 23.37 | 93.26 | - |
| YUV | 113.48 | 205.62 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 251 | 0.12 | 0.87 | 0 | 0.02 | 291.78 | 0.96 | 0.55 |
| Hex | DD | 20 | FB | C | 57 | 0 | 2 | 124 | 60 | 37 |
| Octal | 335 | 40 | 373 | 14 | 127 | 0 | 2 | 444 | 140 | 67 |
| Binary | 11011101 | 100000 | 11111011 | 1100 | 1010111 | 0 | 10 | 100100100 | 1100000 | 110111 |
Color Harmonies of #DD20FB
Complementary color
Monochromatic Colors of #DD20FB
Black with #DD20FB
Text Example
Text Example
White with #DD20FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20FB; }
p { color: rgb(221,32,251); }
H1.HeaderClassName
{
color: #DD20FB;
}
.AnyTagClassName
{
color: #DD20FB;
}
</style>
background-color css
<style>
a { background-color: #DD20FB; }
a { background-color: rgb(221,32,251); }
div.DivClassName
{
background-color: #DD20FB;
}
.BgClassName
{
background-color: #DD20FB;
}
</style>
border-color css
<style>
span { border-color: #DD20FB; }
span { border-color: rgb(221,32,251); }
td.TdClassName
{
border-color: #DD20FB;
}
.TagClassName
{
border-color: #DD20FB;
}
</style>