Shades of Psychedelic Purple #DF1DEE
Tints of Psychedelic Purple #DF1DEE
RGB
CMYK
RGB Variations
Color information
#DF1DEE (or 0xDF1DEE) is known color: Psychedelic Purple. HEX triplet: DF, 1D and EE. RGB value is (223,29,238). Sum of RGB (Red+Green+Blue) = 223+29+238=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 29 (11.72% from 255 or 5.92% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF1DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1DEE is #20E211. Grayscale: #6E6E6E. Windows color (decimal): -2155026 or 15605215. OLE color: 15605215.
HSL color Cylindrical-coordinate representation of color #DF1DEE: hue angle of 295.69º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1DEE is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 29 | 238 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.07 |
| HSL | 295.69º | 0.86% | 0.52% | - |
| HSV(B) | 295.69º | 0.88% | 0.93% | - |
| XYZ | 46.3 | 22.74 | 82.84 | - |
| YUV | 110.83 | 199.77 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 29 | 238 | 0.06 | 0.88 | 0 | 0.07 | 295.69 | 0.86 | 0.52 |
| Hex | DF | 1D | EE | 6 | 58 | 0 | 7 | 128 | 56 | 34 |
| Octal | 337 | 35 | 356 | 6 | 130 | 0 | 7 | 450 | 126 | 64 |
| Binary | 11011111 | 11101 | 11101110 | 110 | 1011000 | 0 | 111 | 100101000 | 1010110 | 110100 |
Color Harmonies of #DF1DEE
Complementary color
Monochromatic Colors of #DF1DEE
Black with #DF1DEE
Text Example
Text Example
White with #DF1DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1DEE; }
p { color: rgb(223,29,238); }
H1.HeaderClassName
{
color: #DF1DEE;
}
.AnyTagClassName
{
color: #DF1DEE;
}
</style>
background-color css
<style>
a { background-color: #DF1DEE; }
a { background-color: rgb(223,29,238); }
div.DivClassName
{
background-color: #DF1DEE;
}
.BgClassName
{
background-color: #DF1DEE;
}
</style>
border-color css
<style>
span { border-color: #DF1DEE; }
span { border-color: rgb(223,29,238); }
td.TdClassName
{
border-color: #DF1DEE;
}
.TagClassName
{
border-color: #DF1DEE;
}
</style>