Shades of Psychedelic Purple #DF1BF4
Tints of Psychedelic Purple #DF1BF4
RGB
CMYK
RGB Variations
Color information
#DF1BF4 (or 0xDF1BF4) is known color: Psychedelic Purple. HEX triplet: DF, 1B and F4. RGB value is (223,27,244). Sum of RGB (Red+Green+Blue) = 223+27+244=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 27 (10.94% from 255 or 5.47% from 494); Blue value is 244 (95.70% from 255 or 49.39% from 494); Max value from RGB is 244 - color contains mainly: blue. Hex color #DF1BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1BF4 is #20E40B. Grayscale: #6D6D6D. Windows color (decimal): -2155532 or 15997919. OLE color: 15997919.
HSL color Cylindrical-coordinate representation of color #DF1BF4: hue angle of 294.19º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1BF4 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 27 | 244 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.04 |
| HSL | 294.19º | 0.91% | 0.53% | - |
| HSV(B) | 294.19º | 0.89% | 0.96% | - |
| XYZ | 47.15 | 23 | 87.54 | - |
| YUV | 110.34 | 203.43 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 244 | 0.09 | 0.89 | 0 | 0.04 | 294.19 | 0.91 | 0.53 |
| Hex | DF | 1B | F4 | 9 | 59 | 0 | 4 | 126 | 5B | 35 |
| Octal | 337 | 33 | 364 | 11 | 131 | 0 | 4 | 446 | 133 | 65 |
| Binary | 11011111 | 11011 | 11110100 | 1001 | 1011001 | 0 | 100 | 100100110 | 1011011 | 110101 |
Color Harmonies of #DF1BF4
Complementary color
Monochromatic Colors of #DF1BF4
Black with #DF1BF4
Text Example
Text Example
White with #DF1BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1BF4; }
p { color: rgb(223,27,244); }
H1.HeaderClassName
{
color: #DF1BF4;
}
.AnyTagClassName
{
color: #DF1BF4;
}
</style>
background-color css
<style>
a { background-color: #DF1BF4; }
a { background-color: rgb(223,27,244); }
div.DivClassName
{
background-color: #DF1BF4;
}
.BgClassName
{
background-color: #DF1BF4;
}
</style>
border-color css
<style>
span { border-color: #DF1BF4; }
span { border-color: rgb(223,27,244); }
td.TdClassName
{
border-color: #DF1BF4;
}
.TagClassName
{
border-color: #DF1BF4;
}
</style>