Shades of Psychedelic Purple #DF1EED
Tints of Psychedelic Purple #DF1EED
RGB
CMYK
RGB Variations
Color information
#DF1EED (or 0xDF1EED) is known color: Psychedelic Purple. HEX triplet: DF, 1E and ED. RGB value is (223,30,237). Sum of RGB (Red+Green+Blue) = 223+30+237=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 30 (12.11% from 255 or 6.12% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF1EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1EED is #20E112. Grayscale: #6E6E6E. Windows color (decimal): -2154771 or 15539935. OLE color: 15539935.
HSL color Cylindrical-coordinate representation of color #DF1EED: hue angle of 295.94º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1EED is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 30 | 237 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.07 |
| HSL | 295.94º | 0.85% | 0.52% | - |
| HSV(B) | 295.94º | 0.87% | 0.93% | - |
| XYZ | 46.18 | 22.73 | 82.07 | - |
| YUV | 111.31 | 198.94 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 237 | 0.06 | 0.87 | 0 | 0.07 | 295.94 | 0.85 | 0.52 |
| Hex | DF | 1E | ED | 6 | 57 | 0 | 7 | 128 | 55 | 34 |
| Octal | 337 | 36 | 355 | 6 | 127 | 0 | 7 | 450 | 125 | 64 |
| Binary | 11011111 | 11110 | 11101101 | 110 | 1010111 | 0 | 111 | 100101000 | 1010101 | 110100 |
Color Harmonies of #DF1EED
Complementary color
Monochromatic Colors of #DF1EED
Black with #DF1EED
Text Example
Text Example
White with #DF1EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1EED; }
p { color: rgb(223,30,237); }
H1.HeaderClassName
{
color: #DF1EED;
}
.AnyTagClassName
{
color: #DF1EED;
}
</style>
background-color css
<style>
a { background-color: #DF1EED; }
a { background-color: rgb(223,30,237); }
div.DivClassName
{
background-color: #DF1EED;
}
.BgClassName
{
background-color: #DF1EED;
}
</style>
border-color css
<style>
span { border-color: #DF1EED; }
span { border-color: rgb(223,30,237); }
td.TdClassName
{
border-color: #DF1EED;
}
.TagClassName
{
border-color: #DF1EED;
}
</style>