Shades of Psychedelic Purple #DF19FF
Tints of Psychedelic Purple #DF19FF
RGB
CMYK
RGB Variations
Color information
#DF19FF (or 0xDF19FF) is known color: Psychedelic Purple. HEX triplet: DF, 19 and FF. RGB value is (223,25,255). Sum of RGB (Red+Green+Blue) = 223+25+255=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 25 (10.16% from 255 or 4.97% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF19FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF19FF is #20E600. Grayscale: #6D6D6D. Windows color (decimal): -2156033 or 16718303. OLE color: 16718303.
HSL color Cylindrical-coordinate representation of color #DF19FF: hue angle of 291.65º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF19FF is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 25 | 255 | - |
| CMYK | 0.13 | 0.90 | 0 | 0 |
| HSL | 291.65º | 1% | 0.55% | - |
| HSV(B) | 291.65º | 0.9% | 1% | - |
| XYZ | 48.83 | 23.6 | 96.59 | - |
| YUV | 110.42 | 209.6 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 255 | 0.13 | 0.90 | 0 | 0 | 291.65 | 1 | 0.55 |
| Hex | DF | 19 | FF | D | 5A | 0 | 0 | 124 | 64 | 37 |
| Octal | 337 | 31 | 377 | 15 | 132 | 0 | 0 | 444 | 144 | 67 |
| Binary | 11011111 | 11001 | 11111111 | 1101 | 1011010 | 0 | 0 | 100100100 | 1100100 | 110111 |
Color Harmonies of #DF19FF
Complementary color
Monochromatic Colors of #DF19FF
Black with #DF19FF
Text Example
Text Example
White with #DF19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF19FF; }
p { color: rgb(223,25,255); }
H1.HeaderClassName
{
color: #DF19FF;
}
.AnyTagClassName
{
color: #DF19FF;
}
</style>
background-color css
<style>
a { background-color: #DF19FF; }
a { background-color: rgb(223,25,255); }
div.DivClassName
{
background-color: #DF19FF;
}
.BgClassName
{
background-color: #DF19FF;
}
</style>
border-color css
<style>
span { border-color: #DF19FF; }
span { border-color: rgb(223,25,255); }
td.TdClassName
{
border-color: #DF19FF;
}
.TagClassName
{
border-color: #DF19FF;
}
</style>