Shades of Psychedelic Purple #DF29F7
Tints of Psychedelic Purple #DF29F7
RGB
CMYK
RGB Variations
Color information
#DF29F7 (or 0xDF29F7) is known color: Psychedelic Purple. HEX triplet: DF, 29 and F7. RGB value is (223,41,247). Sum of RGB (Red+Green+Blue) = 223+41+247=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 41 (16.41% from 255 or 8.02% from 511); Blue value is 247 (96.88% from 255 or 48.34% from 511); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF29F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF29F7 is #20D608. Grayscale: #767676. Windows color (decimal): -2151945 or 16198111. OLE color: 16198111.
HSL color Cylindrical-coordinate representation of color #DF29F7: hue angle of 293.01º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF29F7 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 41 | 247 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.03 |
| HSL | 293.01º | 0.93% | 0.56% | - |
| HSV(B) | 293.01º | 0.83% | 0.97% | - |
| XYZ | 48.01 | 23.99 | 90.1 | - |
| YUV | 118.9 | 200.3 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 247 | 0.10 | 0.83 | 0 | 0.03 | 293.01 | 0.93 | 0.56 |
| Hex | DF | 29 | F7 | A | 53 | 0 | 3 | 125 | 5D | 38 |
| Octal | 337 | 51 | 367 | 12 | 123 | 0 | 3 | 445 | 135 | 70 |
| Binary | 11011111 | 101001 | 11110111 | 1010 | 1010011 | 0 | 11 | 100100101 | 1011101 | 111000 |
Color Harmonies of #DF29F7
Complementary color
Monochromatic Colors of #DF29F7
Black with #DF29F7
Text Example
Text Example
White with #DF29F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF29F7; }
p { color: rgb(223,41,247); }
H1.HeaderClassName
{
color: #DF29F7;
}
.AnyTagClassName
{
color: #DF29F7;
}
</style>
background-color css
<style>
a { background-color: #DF29F7; }
a { background-color: rgb(223,41,247); }
div.DivClassName
{
background-color: #DF29F7;
}
.BgClassName
{
background-color: #DF29F7;
}
</style>
border-color css
<style>
span { border-color: #DF29F7; }
span { border-color: rgb(223,41,247); }
td.TdClassName
{
border-color: #DF29F7;
}
.TagClassName
{
border-color: #DF29F7;
}
</style>