Shades of Psychedelic Purple #DF19EF
Tints of Psychedelic Purple #DF19EF
RGB
CMYK
RGB Variations
Color information
#DF19EF (or 0xDF19EF) is known color: Psychedelic Purple. HEX triplet: DF, 19 and EF. RGB value is (223,25,239). Sum of RGB (Red+Green+Blue) = 223+25+239=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 25 (10.16% from 255 or 5.13% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF19EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF19EF is #20E610. Grayscale: #6B6B6B. Windows color (decimal): -2156049 or 15669727. OLE color: 15669727.
HSL color Cylindrical-coordinate representation of color #DF19EF: hue angle of 295.51º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF19EF is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 25 | 239 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.06 |
| HSL | 295.51º | 0.87% | 0.52% | - |
| HSV(B) | 295.51º | 0.9% | 0.94% | - |
| XYZ | 46.36 | 22.62 | 83.58 | - |
| YUV | 108.6 | 201.6 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 239 | 0.07 | 0.90 | 0 | 0.06 | 295.51 | 0.87 | 0.52 |
| Hex | DF | 19 | EF | 7 | 5A | 0 | 6 | 128 | 57 | 34 |
| Octal | 337 | 31 | 357 | 7 | 132 | 0 | 6 | 450 | 127 | 64 |
| Binary | 11011111 | 11001 | 11101111 | 111 | 1011010 | 0 | 110 | 100101000 | 1010111 | 110100 |
Color Harmonies of #DF19EF
Complementary color
Monochromatic Colors of #DF19EF
Black with #DF19EF
Text Example
Text Example
White with #DF19EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF19EF; }
p { color: rgb(223,25,239); }
H1.HeaderClassName
{
color: #DF19EF;
}
.AnyTagClassName
{
color: #DF19EF;
}
</style>
background-color css
<style>
a { background-color: #DF19EF; }
a { background-color: rgb(223,25,239); }
div.DivClassName
{
background-color: #DF19EF;
}
.BgClassName
{
background-color: #DF19EF;
}
</style>
border-color css
<style>
span { border-color: #DF19EF; }
span { border-color: rgb(223,25,239); }
td.TdClassName
{
border-color: #DF19EF;
}
.TagClassName
{
border-color: #DF19EF;
}
</style>