Shades of Psychedelic Purple #DF1AF6
Tints of Psychedelic Purple #DF1AF6
RGB
CMYK
RGB Variations
Color information
#DF1AF6 (or 0xDF1AF6) is known color: Psychedelic Purple. HEX triplet: DF, 1A and F6. RGB value is (223,26,246). Sum of RGB (Red+Green+Blue) = 223+26+246=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 26 (10.55% from 255 or 5.25% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF1AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1AF6 is #20E509. Grayscale: #6D6D6D. Windows color (decimal): -2155786 or 16128735. OLE color: 16128735.
HSL color Cylindrical-coordinate representation of color #DF1AF6: hue angle of 293.73º degrees, saturation: 0.92, 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 #DF1AF6 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 26 | 246 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.04 |
| HSL | 293.73º | 0.92% | 0.53% | - |
| HSV(B) | 293.73º | 0.89% | 0.96% | - |
| XYZ | 47.44 | 23.08 | 89.14 | - |
| YUV | 109.98 | 204.77 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 246 | 0.09 | 0.89 | 0 | 0.04 | 293.73 | 0.92 | 0.53 |
| Hex | DF | 1A | F6 | 9 | 59 | 0 | 4 | 126 | 5C | 35 |
| Octal | 337 | 32 | 366 | 11 | 131 | 0 | 4 | 446 | 134 | 65 |
| Binary | 11011111 | 11010 | 11110110 | 1001 | 1011001 | 0 | 100 | 100100110 | 1011100 | 110101 |
Color Harmonies of #DF1AF6
Complementary color
Monochromatic Colors of #DF1AF6
Black with #DF1AF6
Text Example
Text Example
White with #DF1AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1AF6; }
p { color: rgb(223,26,246); }
H1.HeaderClassName
{
color: #DF1AF6;
}
.AnyTagClassName
{
color: #DF1AF6;
}
</style>
background-color css
<style>
a { background-color: #DF1AF6; }
a { background-color: rgb(223,26,246); }
div.DivClassName
{
background-color: #DF1AF6;
}
.BgClassName
{
background-color: #DF1AF6;
}
</style>
border-color css
<style>
span { border-color: #DF1AF6; }
span { border-color: rgb(223,26,246); }
td.TdClassName
{
border-color: #DF1AF6;
}
.TagClassName
{
border-color: #DF1AF6;
}
</style>