Shades of Psychedelic Purple #DF19FD
Tints of Psychedelic Purple #DF19FD
RGB
CMYK
RGB Variations
Color information
#DF19FD (or 0xDF19FD) is known color: Psychedelic Purple. HEX triplet: DF, 19 and FD. RGB value is (223,25,253). Sum of RGB (Red+Green+Blue) = 223+25+253=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 25 (10.16% from 255 or 4.99% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF19FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF19FD is #20E602. Grayscale: #6D6D6D. Windows color (decimal): -2156035 or 16587231. OLE color: 16587231.
HSL color Cylindrical-coordinate representation of color #DF19FD: hue angle of 292.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF19FD is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 25 | 253 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.01 |
| HSL | 292.11º | 0.98% | 0.55% | - |
| HSV(B) | 292.11º | 0.9% | 0.99% | - |
| XYZ | 48.51 | 23.48 | 94.9 | - |
| YUV | 110.19 | 208.6 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 253 | 0.12 | 0.90 | 0 | 0.01 | 292.11 | 0.98 | 0.55 |
| Hex | DF | 19 | FD | C | 5A | 0 | 1 | 124 | 62 | 37 |
| Octal | 337 | 31 | 375 | 14 | 132 | 0 | 1 | 444 | 142 | 67 |
| Binary | 11011111 | 11001 | 11111101 | 1100 | 1011010 | 0 | 1 | 100100100 | 1100010 | 110111 |
Color Harmonies of #DF19FD
Complementary color
Monochromatic Colors of #DF19FD
Black with #DF19FD
Text Example
Text Example
White with #DF19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF19FD; }
p { color: rgb(223,25,253); }
H1.HeaderClassName
{
color: #DF19FD;
}
.AnyTagClassName
{
color: #DF19FD;
}
</style>
background-color css
<style>
a { background-color: #DF19FD; }
a { background-color: rgb(223,25,253); }
div.DivClassName
{
background-color: #DF19FD;
}
.BgClassName
{
background-color: #DF19FD;
}
</style>
border-color css
<style>
span { border-color: #DF19FD; }
span { border-color: rgb(223,25,253); }
td.TdClassName
{
border-color: #DF19FD;
}
.TagClassName
{
border-color: #DF19FD;
}
</style>