Shades of Psychedelic Purple #DF19F0
Tints of Psychedelic Purple #DF19F0
RGB
CMYK
RGB Variations
Color information
#DF19F0 (or 0xDF19F0) is known color: Psychedelic Purple. HEX triplet: DF, 19 and F0. RGB value is (223,25,240). Sum of RGB (Red+Green+Blue) = 223+25+240=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 25 (10.16% from 255 or 5.12% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF19F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF19F0 is #20E60F. Grayscale: #6C6C6C. Windows color (decimal): -2156048 or 15735263. OLE color: 15735263.
HSL color Cylindrical-coordinate representation of color #DF19F0: hue angle of 295.26º degrees, saturation: 0.88, 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 #DF19F0 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 25 | 240 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.06 |
| HSL | 295.26º | 0.88% | 0.52% | - |
| HSV(B) | 295.26º | 0.9% | 0.94% | - |
| XYZ | 46.51 | 22.67 | 84.36 | - |
| YUV | 108.71 | 202.1 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 240 | 0.07 | 0.90 | 0 | 0.06 | 295.26 | 0.88 | 0.52 |
| Hex | DF | 19 | F0 | 7 | 5A | 0 | 6 | 127 | 58 | 34 |
| Octal | 337 | 31 | 360 | 7 | 132 | 0 | 6 | 447 | 130 | 64 |
| Binary | 11011111 | 11001 | 11110000 | 111 | 1011010 | 0 | 110 | 100100111 | 1011000 | 110100 |
Color Harmonies of #DF19F0
Complementary color
Monochromatic Colors of #DF19F0
Black with #DF19F0
Text Example
Text Example
White with #DF19F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF19F0; }
p { color: rgb(223,25,240); }
H1.HeaderClassName
{
color: #DF19F0;
}
.AnyTagClassName
{
color: #DF19F0;
}
</style>
background-color css
<style>
a { background-color: #DF19F0; }
a { background-color: rgb(223,25,240); }
div.DivClassName
{
background-color: #DF19F0;
}
.BgClassName
{
background-color: #DF19F0;
}
</style>
border-color css
<style>
span { border-color: #DF19F0; }
span { border-color: rgb(223,25,240); }
td.TdClassName
{
border-color: #DF19F0;
}
.TagClassName
{
border-color: #DF19F0;
}
</style>