Shades of Psychedelic Purple #DD29FC
Tints of Psychedelic Purple #DD29FC
RGB
CMYK
RGB Variations
Color information
#DD29FC (or 0xDD29FC) is known color: Psychedelic Purple. HEX triplet: DD, 29 and FC. RGB value is (221,41,252). Sum of RGB (Red+Green+Blue) = 221+41+252=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 41 (16.41% from 255 or 7.98% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD29FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD29FC is #22D603. Grayscale: #767676. Windows color (decimal): -2283012 or 16525789. OLE color: 16525789.
HSL color Cylindrical-coordinate representation of color #DD29FC: hue angle of 291.18º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD29FC is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 41 | 252 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.01 |
| HSL | 291.18º | 0.97% | 0.57% | - |
| HSV(B) | 291.18º | 0.84% | 0.99% | - |
| XYZ | 48.18 | 23.99 | 94.19 | - |
| YUV | 118.87 | 203.13 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 252 | 0.12 | 0.84 | 0 | 0.01 | 291.18 | 0.97 | 0.57 |
| Hex | DD | 29 | FC | C | 54 | 0 | 1 | 123 | 61 | 39 |
| Octal | 335 | 51 | 374 | 14 | 124 | 0 | 1 | 443 | 141 | 71 |
| Binary | 11011101 | 101001 | 11111100 | 1100 | 1010100 | 0 | 1 | 100100011 | 1100001 | 111001 |
Color Harmonies of #DD29FC
Complementary color
Monochromatic Colors of #DD29FC
Black with #DD29FC
Text Example
Text Example
White with #DD29FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD29FC; }
p { color: rgb(221,41,252); }
H1.HeaderClassName
{
color: #DD29FC;
}
.AnyTagClassName
{
color: #DD29FC;
}
</style>
background-color css
<style>
a { background-color: #DD29FC; }
a { background-color: rgb(221,41,252); }
div.DivClassName
{
background-color: #DD29FC;
}
.BgClassName
{
background-color: #DD29FC;
}
</style>
border-color css
<style>
span { border-color: #DD29FC; }
span { border-color: rgb(221,41,252); }
td.TdClassName
{
border-color: #DD29FC;
}
.TagClassName
{
border-color: #DD29FC;
}
</style>