Shades of Psychedelic Purple #DD20F9
Tints of Psychedelic Purple #DD20F9
RGB
CMYK
RGB Variations
Color information
#DD20F9 (or 0xDD20F9) is known color: Psychedelic Purple. HEX triplet: DD, 20 and F9. RGB value is (221,32,249). Sum of RGB (Red+Green+Blue) = 221+32+249=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 32 (12.89% from 255 or 6.37% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD20F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD20F9 is #22DF06. Grayscale: #707070. Windows color (decimal): -2285319 or 16326877. OLE color: 16326877.
HSL color Cylindrical-coordinate representation of color #DD20F9: hue angle of 292.26º degrees, saturation: 0.95, 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 #DD20F9 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 32 | 249 | - |
CMYK | 0.11 | 0.87 | 0 | 0.02 |
HSL | 292.26º | 0.95% | 0.55% | - |
HSV(B) | 292.26º | 0.87% | 0.98% | - |
XYZ | 47.43 | 23.24 | 91.61 | - |
YUV | 113.25 | 204.62 | 204.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 32 | 249 | 0.11 | 0.87 | 0 | 0.02 | 292.26 | 0.95 | 0.55 |
Hex | DD | 20 | F9 | B | 57 | 0 | 2 | 124 | 5F | 37 |
Octal | 335 | 40 | 371 | 13 | 127 | 0 | 2 | 444 | 137 | 67 |
Binary | 11011101 | 100000 | 11111001 | 1011 | 1010111 | 0 | 10 | 100100100 | 1011111 | 110111 |
Color Harmonies of #DD20F9
Complementary color
Monochromatic Colors of #DD20F9
Black with #DD20F9
Text Example
Text Example
White with #DD20F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20F9; }
p { color: rgb(221,32,249); }
H1.HeaderClassName
{
color: #DD20F9;
}
.AnyTagClassName
{
color: #DD20F9;
}
</style>
background-color css
<style>
a { background-color: #DD20F9; }
a { background-color: rgb(221,32,249); }
div.DivClassName
{
background-color: #DD20F9;
}
.BgClassName
{
background-color: #DD20F9;
}
</style>
border-color css
<style>
span { border-color: #DD20F9; }
span { border-color: rgb(221,32,249); }
td.TdClassName
{
border-color: #DD20F9;
}
.TagClassName
{
border-color: #DD20F9;
}
</style>