Shades of Psychedelic Purple #DF1DFF
Tints of Psychedelic Purple #DF1DFF
RGB
CMYK
RGB Variations
Color information
#DF1DFF (or 0xDF1DFF) is known color: Psychedelic Purple. HEX triplet: DF, 1D and FF. RGB value is (223,29,255). Sum of RGB (Red+Green+Blue) = 223+29+255=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 29 (11.72% from 255 or 5.72% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF1DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1DFF is #20E200. Grayscale: #707070. Windows color (decimal): -2155009 or 16719327. OLE color: 16719327.
HSL color Cylindrical-coordinate representation of color #DF1DFF: hue angle of 291.5º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1DFF is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 29 | 255 | - |
| CMYK | 0.13 | 0.89 | 0 | 0 |
| HSL | 291.5º | 1% | 0.56% | - |
| HSV(B) | 291.5º | 0.89% | 1% | - |
| XYZ | 48.92 | 23.79 | 96.62 | - |
| YUV | 112.77 | 208.27 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 29 | 255 | 0.13 | 0.89 | 0 | 0 | 291.5 | 1 | 0.56 |
| Hex | DF | 1D | FF | D | 59 | 0 | 0 | 124 | 64 | 38 |
| Octal | 337 | 35 | 377 | 15 | 131 | 0 | 0 | 444 | 144 | 70 |
| Binary | 11011111 | 11101 | 11111111 | 1101 | 1011001 | 0 | 0 | 100100100 | 1100100 | 111000 |
Color Harmonies of #DF1DFF
Complementary color
Monochromatic Colors of #DF1DFF
Black with #DF1DFF
Text Example
Text Example
White with #DF1DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1DFF; }
p { color: rgb(223,29,255); }
H1.HeaderClassName
{
color: #DF1DFF;
}
.AnyTagClassName
{
color: #DF1DFF;
}
</style>
background-color css
<style>
a { background-color: #DF1DFF; }
a { background-color: rgb(223,29,255); }
div.DivClassName
{
background-color: #DF1DFF;
}
.BgClassName
{
background-color: #DF1DFF;
}
</style>
border-color css
<style>
span { border-color: #DF1DFF; }
span { border-color: rgb(223,29,255); }
td.TdClassName
{
border-color: #DF1DFF;
}
.TagClassName
{
border-color: #DF1DFF;
}
</style>