Shades of Psychedelic Purple #DF1FFA
Tints of Psychedelic Purple #DF1FFA
RGB
CMYK
RGB Variations
Color information
#DF1FFA (or 0xDF1FFA) is known color: Psychedelic Purple. HEX triplet: DF, 1F and FA. RGB value is (223,31,250). Sum of RGB (Red+Green+Blue) = 223+31+250=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 31 (12.5% from 255 or 6.15% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF1FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1FFA is #20E005. Grayscale: #707070. Windows color (decimal): -2154502 or 16392159. OLE color: 16392159.
HSL color Cylindrical-coordinate representation of color #DF1FFA: hue angle of 292.6º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1FFA is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 31 | 250 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.02 |
| HSL | 292.6º | 0.96% | 0.55% | - |
| HSV(B) | 292.6º | 0.88% | 0.98% | - |
| XYZ | 48.18 | 23.57 | 92.45 | - |
| YUV | 113.37 | 205.11 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 250 | 0.11 | 0.88 | 0 | 0.02 | 292.6 | 0.96 | 0.55 |
| Hex | DF | 1F | FA | B | 58 | 0 | 2 | 125 | 60 | 37 |
| Octal | 337 | 37 | 372 | 13 | 130 | 0 | 2 | 445 | 140 | 67 |
| Binary | 11011111 | 11111 | 11111010 | 1011 | 1011000 | 0 | 10 | 100100101 | 1100000 | 110111 |
Color Harmonies of #DF1FFA
Complementary color
Monochromatic Colors of #DF1FFA
Black with #DF1FFA
Text Example
Text Example
White with #DF1FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1FFA; }
p { color: rgb(223,31,250); }
H1.HeaderClassName
{
color: #DF1FFA;
}
.AnyTagClassName
{
color: #DF1FFA;
}
</style>
background-color css
<style>
a { background-color: #DF1FFA; }
a { background-color: rgb(223,31,250); }
div.DivClassName
{
background-color: #DF1FFA;
}
.BgClassName
{
background-color: #DF1FFA;
}
</style>
border-color css
<style>
span { border-color: #DF1FFA; }
span { border-color: rgb(223,31,250); }
td.TdClassName
{
border-color: #DF1FFA;
}
.TagClassName
{
border-color: #DF1FFA;
}
</style>