Shades of Psychedelic Purple #DF1FF8
Tints of Psychedelic Purple #DF1FF8
RGB
CMYK
RGB Variations
Color information
#DF1FF8 (or 0xDF1FF8) is known color: Psychedelic Purple. HEX triplet: DF, 1F and F8. RGB value is (223,31,248). Sum of RGB (Red+Green+Blue) = 223+31+248=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 31 (12.5% from 255 or 6.18% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #DF1FF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1FF8 is #20E007. Grayscale: #707070. Windows color (decimal): -2154504 or 16261087. OLE color: 16261087.
HSL color Cylindrical-coordinate representation of color #DF1FF8: hue angle of 293.09º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1FF8 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 31 | 248 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.03 |
| HSL | 293.09º | 0.94% | 0.55% | - |
| HSV(B) | 293.09º | 0.88% | 0.97% | - |
| XYZ | 47.86 | 23.45 | 90.81 | - |
| YUV | 113.15 | 204.11 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 248 | 0.10 | 0.88 | 0 | 0.03 | 293.09 | 0.94 | 0.55 |
| Hex | DF | 1F | F8 | A | 58 | 0 | 3 | 125 | 5E | 37 |
| Octal | 337 | 37 | 370 | 12 | 130 | 0 | 3 | 445 | 136 | 67 |
| Binary | 11011111 | 11111 | 11111000 | 1010 | 1011000 | 0 | 11 | 100100101 | 1011110 | 110111 |
Color Harmonies of #DF1FF8
Complementary color
Monochromatic Colors of #DF1FF8
Black with #DF1FF8
Text Example
Text Example
White with #DF1FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1FF8; }
p { color: rgb(223,31,248); }
H1.HeaderClassName
{
color: #DF1FF8;
}
.AnyTagClassName
{
color: #DF1FF8;
}
</style>
background-color css
<style>
a { background-color: #DF1FF8; }
a { background-color: rgb(223,31,248); }
div.DivClassName
{
background-color: #DF1FF8;
}
.BgClassName
{
background-color: #DF1FF8;
}
</style>
border-color css
<style>
span { border-color: #DF1FF8; }
span { border-color: rgb(223,31,248); }
td.TdClassName
{
border-color: #DF1FF8;
}
.TagClassName
{
border-color: #DF1FF8;
}
</style>