Shades of Psychedelic Purple #DF29E6
Tints of Psychedelic Purple #DF29E6
RGB
CMYK
RGB Variations
Color information
#DF29E6 (or 0xDF29E6) is known color: Psychedelic Purple. HEX triplet: DF, 29 and E6. RGB value is (223,41,230). Sum of RGB (Red+Green+Blue) = 223+41+230=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 41 (16.41% from 255 or 8.30% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF29E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF29E6 is #20D619. Grayscale: #747474. Windows color (decimal): -2151962 or 15083999. OLE color: 15083999.
HSL color Cylindrical-coordinate representation of color #DF29E6: hue angle of 297.78º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF29E6 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 41 | 230 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.10 |
| HSL | 297.78º | 0.79% | 0.53% | - |
| HSV(B) | 297.78º | 0.82% | 0.9% | - |
| XYZ | 45.51 | 22.99 | 76.9 | - |
| YUV | 116.96 | 191.8 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 230 | 0.03 | 0.82 | 0 | 0.10 | 297.78 | 0.79 | 0.53 |
| Hex | DF | 29 | E6 | 3 | 52 | 0 | A | 12A | 4F | 35 |
| Octal | 337 | 51 | 346 | 3 | 122 | 0 | 12 | 452 | 117 | 65 |
| Binary | 11011111 | 101001 | 11100110 | 11 | 1010010 | 0 | 1010 | 100101010 | 1001111 | 110101 |
Color Harmonies of #DF29E6
Complementary color
Monochromatic Colors of #DF29E6
Black with #DF29E6
Text Example
Text Example
White with #DF29E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF29E6; }
p { color: rgb(223,41,230); }
H1.HeaderClassName
{
color: #DF29E6;
}
.AnyTagClassName
{
color: #DF29E6;
}
</style>
background-color css
<style>
a { background-color: #DF29E6; }
a { background-color: rgb(223,41,230); }
div.DivClassName
{
background-color: #DF29E6;
}
.BgClassName
{
background-color: #DF29E6;
}
</style>
border-color css
<style>
span { border-color: #DF29E6; }
span { border-color: rgb(223,41,230); }
td.TdClassName
{
border-color: #DF29E6;
}
.TagClassName
{
border-color: #DF29E6;
}
</style>