Shades of Psychedelic Purple #DF19E5
Tints of Psychedelic Purple #DF19E5
RGB
CMYK
RGB Variations
Color information
#DF19E5 (or 0xDF19E5) is known color: Psychedelic Purple. HEX triplet: DF, 19 and E5. RGB value is (223,25,229). Sum of RGB (Red+Green+Blue) = 223+25+229=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 25 (10.16% from 255 or 5.24% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF19E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF19E5 is #20E61A. Grayscale: #6A6A6A. Windows color (decimal): -2156059 or 15014367. OLE color: 15014367.
HSL color Cylindrical-coordinate representation of color #DF19E5: hue angle of 298.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF19E5 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 25 | 229 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.10 |
| HSL | 298.24º | 0.8% | 0.5% | - |
| HSV(B) | 298.24º | 0.89% | 0.9% | - |
| XYZ | 44.92 | 22.04 | 76.02 | - |
| YUV | 107.46 | 196.6 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 229 | 0.03 | 0.89 | 0 | 0.10 | 298.24 | 0.8 | 0.5 |
| Hex | DF | 19 | E5 | 3 | 59 | 0 | A | 12A | 50 | 32 |
| Octal | 337 | 31 | 345 | 3 | 131 | 0 | 12 | 452 | 120 | 62 |
| Binary | 11011111 | 11001 | 11100101 | 11 | 1011001 | 0 | 1010 | 100101010 | 1010000 | 110010 |
Color Harmonies of #DF19E5
Complementary color
Monochromatic Colors of #DF19E5
Black with #DF19E5
Text Example
Text Example
White with #DF19E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF19E5; }
p { color: rgb(223,25,229); }
H1.HeaderClassName
{
color: #DF19E5;
}
.AnyTagClassName
{
color: #DF19E5;
}
</style>
background-color css
<style>
a { background-color: #DF19E5; }
a { background-color: rgb(223,25,229); }
div.DivClassName
{
background-color: #DF19E5;
}
.BgClassName
{
background-color: #DF19E5;
}
</style>
border-color css
<style>
span { border-color: #DF19E5; }
span { border-color: rgb(223,25,229); }
td.TdClassName
{
border-color: #DF19E5;
}
.TagClassName
{
border-color: #DF19E5;
}
</style>