Shades of Psychedelic Purple #DF1CF5
Tints of Psychedelic Purple #DF1CF5
RGB
CMYK
RGB Variations
Color information
#DF1CF5 (or 0xDF1CF5) is known color: Psychedelic Purple. HEX triplet: DF, 1C and F5. RGB value is (223,28,245). Sum of RGB (Red+Green+Blue) = 223+28+245=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 28 (11.33% from 255 or 5.65% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF1CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1CF5 is #20E30A. Grayscale: #6E6E6E. Windows color (decimal): -2155275 or 16063711. OLE color: 16063711.
HSL color Cylindrical-coordinate representation of color #DF1CF5: hue angle of 293.92º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1CF5 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 28 | 245 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.04 |
| HSL | 293.92º | 0.92% | 0.54% | - |
| HSV(B) | 293.92º | 0.89% | 0.96% | - |
| XYZ | 47.33 | 23.11 | 88.35 | - |
| YUV | 111.04 | 203.6 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 28 | 245 | 0.09 | 0.89 | 0 | 0.04 | 293.92 | 0.92 | 0.54 |
| Hex | DF | 1C | F5 | 9 | 59 | 0 | 4 | 126 | 5C | 36 |
| Octal | 337 | 34 | 365 | 11 | 131 | 0 | 4 | 446 | 134 | 66 |
| Binary | 11011111 | 11100 | 11110101 | 1001 | 1011001 | 0 | 100 | 100100110 | 1011100 | 110110 |
Color Harmonies of #DF1CF5
Complementary color
Monochromatic Colors of #DF1CF5
Black with #DF1CF5
Text Example
Text Example
White with #DF1CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1CF5; }
p { color: rgb(223,28,245); }
H1.HeaderClassName
{
color: #DF1CF5;
}
.AnyTagClassName
{
color: #DF1CF5;
}
</style>
background-color css
<style>
a { background-color: #DF1CF5; }
a { background-color: rgb(223,28,245); }
div.DivClassName
{
background-color: #DF1CF5;
}
.BgClassName
{
background-color: #DF1CF5;
}
</style>
border-color css
<style>
span { border-color: #DF1CF5; }
span { border-color: rgb(223,28,245); }
td.TdClassName
{
border-color: #DF1CF5;
}
.TagClassName
{
border-color: #DF1CF5;
}
</style>