Shades of Psychedelic Purple #DF1AF1
Tints of Psychedelic Purple #DF1AF1
RGB
CMYK
RGB Variations
Color information
#DF1AF1 (or 0xDF1AF1) is known color: Psychedelic Purple. HEX triplet: DF, 1A and F1. RGB value is (223,26,241). Sum of RGB (Red+Green+Blue) = 223+26+241=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 26 (10.55% from 255 or 5.31% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF1AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1AF1 is #20E50E. Grayscale: #6C6C6C. Windows color (decimal): -2155791 or 15801055. OLE color: 15801055.
HSL color Cylindrical-coordinate representation of color #DF1AF1: hue angle of 294.98º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1AF1 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 26 | 241 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.05 |
| HSL | 294.98º | 0.88% | 0.52% | - |
| HSV(B) | 294.98º | 0.89% | 0.95% | - |
| XYZ | 46.68 | 22.78 | 85.16 | - |
| YUV | 109.41 | 202.27 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 241 | 0.07 | 0.89 | 0 | 0.05 | 294.98 | 0.88 | 0.52 |
| Hex | DF | 1A | F1 | 7 | 59 | 0 | 5 | 127 | 58 | 34 |
| Octal | 337 | 32 | 361 | 7 | 131 | 0 | 5 | 447 | 130 | 64 |
| Binary | 11011111 | 11010 | 11110001 | 111 | 1011001 | 0 | 101 | 100100111 | 1011000 | 110100 |
Color Harmonies of #DF1AF1
Complementary color
Monochromatic Colors of #DF1AF1
Black with #DF1AF1
Text Example
Text Example
White with #DF1AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1AF1; }
p { color: rgb(223,26,241); }
H1.HeaderClassName
{
color: #DF1AF1;
}
.AnyTagClassName
{
color: #DF1AF1;
}
</style>
background-color css
<style>
a { background-color: #DF1AF1; }
a { background-color: rgb(223,26,241); }
div.DivClassName
{
background-color: #DF1AF1;
}
.BgClassName
{
background-color: #DF1AF1;
}
</style>
border-color css
<style>
span { border-color: #DF1AF1; }
span { border-color: rgb(223,26,241); }
td.TdClassName
{
border-color: #DF1AF1;
}
.TagClassName
{
border-color: #DF1AF1;
}
</style>