Shades of Psychedelic Purple #DF1AFF
Tints of Psychedelic Purple #DF1AFF
RGB
CMYK
RGB Variations
Color information
#DF1AFF (or 0xDF1AFF) is known color: Psychedelic Purple. HEX triplet: DF, 1A and FF. RGB value is (223,26,255). Sum of RGB (Red+Green+Blue) = 223+26+255=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 26 (10.55% from 255 or 5.16% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF1AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1AFF is #20E500. Grayscale: #6E6E6E. Windows color (decimal): -2155777 or 16718559. OLE color: 16718559.
HSL color Cylindrical-coordinate representation of color #DF1AFF: hue angle of 291.62º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1AFF is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 26 | 255 | - |
| CMYK | 0.13 | 0.90 | 0 | 0 |
| HSL | 291.62º | 1% | 0.55% | - |
| HSV(B) | 291.62º | 0.9% | 1% | - |
| XYZ | 48.85 | 23.65 | 96.6 | - |
| YUV | 111.01 | 209.27 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 255 | 0.13 | 0.90 | 0 | 0 | 291.62 | 1 | 0.55 |
| Hex | DF | 1A | FF | D | 5A | 0 | 0 | 124 | 64 | 37 |
| Octal | 337 | 32 | 377 | 15 | 132 | 0 | 0 | 444 | 144 | 67 |
| Binary | 11011111 | 11010 | 11111111 | 1101 | 1011010 | 0 | 0 | 100100100 | 1100100 | 110111 |
Color Harmonies of #DF1AFF
Complementary color
Monochromatic Colors of #DF1AFF
Black with #DF1AFF
Text Example
Text Example
White with #DF1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1AFF; }
p { color: rgb(223,26,255); }
H1.HeaderClassName
{
color: #DF1AFF;
}
.AnyTagClassName
{
color: #DF1AFF;
}
</style>
background-color css
<style>
a { background-color: #DF1AFF; }
a { background-color: rgb(223,26,255); }
div.DivClassName
{
background-color: #DF1AFF;
}
.BgClassName
{
background-color: #DF1AFF;
}
</style>
border-color css
<style>
span { border-color: #DF1AFF; }
span { border-color: rgb(223,26,255); }
td.TdClassName
{
border-color: #DF1AFF;
}
.TagClassName
{
border-color: #DF1AFF;
}
</style>