Shades of Psychedelic Purple #DF1DF4
Tints of Psychedelic Purple #DF1DF4
RGB
CMYK
RGB Variations
Color information
#DF1DF4 (or 0xDF1DF4) is known color: Psychedelic Purple. HEX triplet: DF, 1D and F4. RGB value is (223,29,244). Sum of RGB (Red+Green+Blue) = 223+29+244=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 29 (11.72% from 255 or 5.85% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #DF1DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1DF4 is #20E20B. Grayscale: #6E6E6E. Windows color (decimal): -2155020 or 15998431. OLE color: 15998431.
HSL color Cylindrical-coordinate representation of color #DF1DF4: hue angle of 294.14º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1DF4 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 29 | 244 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.04 |
| HSL | 294.14º | 0.91% | 0.54% | - |
| HSV(B) | 294.14º | 0.88% | 0.96% | - |
| XYZ | 47.2 | 23.1 | 87.56 | - |
| YUV | 111.52 | 202.77 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 29 | 244 | 0.09 | 0.88 | 0 | 0.04 | 294.14 | 0.91 | 0.54 |
| Hex | DF | 1D | F4 | 9 | 58 | 0 | 4 | 126 | 5B | 36 |
| Octal | 337 | 35 | 364 | 11 | 130 | 0 | 4 | 446 | 133 | 66 |
| Binary | 11011111 | 11101 | 11110100 | 1001 | 1011000 | 0 | 100 | 100100110 | 1011011 | 110110 |
Color Harmonies of #DF1DF4
Complementary color
Monochromatic Colors of #DF1DF4
Black with #DF1DF4
Text Example
Text Example
White with #DF1DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1DF4; }
p { color: rgb(223,29,244); }
H1.HeaderClassName
{
color: #DF1DF4;
}
.AnyTagClassName
{
color: #DF1DF4;
}
</style>
background-color css
<style>
a { background-color: #DF1DF4; }
a { background-color: rgb(223,29,244); }
div.DivClassName
{
background-color: #DF1DF4;
}
.BgClassName
{
background-color: #DF1DF4;
}
</style>
border-color css
<style>
span { border-color: #DF1DF4; }
span { border-color: rgb(223,29,244); }
td.TdClassName
{
border-color: #DF1DF4;
}
.TagClassName
{
border-color: #DF1DF4;
}
</style>