Shades of Psychedelic Purple #DF1EE6
Tints of Psychedelic Purple #DF1EE6
RGB
CMYK
RGB Variations
Color information
#DF1EE6 (or 0xDF1EE6) is known color: Psychedelic Purple. HEX triplet: DF, 1E and E6. RGB value is (223,30,230). Sum of RGB (Red+Green+Blue) = 223+30+230=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 30 (12.11% from 255 or 6.21% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF1EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1EE6 is #20E119. Grayscale: #6D6D6D. Windows color (decimal): -2154778 or 15081183. OLE color: 15081183.
HSL color Cylindrical-coordinate representation of color #DF1EE6: hue angle of 297.9º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1EE6 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 30 | 230 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.10 |
| HSL | 297.9º | 0.8% | 0.51% | - |
| HSV(B) | 297.9º | 0.87% | 0.9% | - |
| XYZ | 45.18 | 22.33 | 76.79 | - |
| YUV | 110.51 | 195.44 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 230 | 0.03 | 0.87 | 0 | 0.10 | 297.9 | 0.8 | 0.51 |
| Hex | DF | 1E | E6 | 3 | 57 | 0 | A | 12A | 50 | 33 |
| Octal | 337 | 36 | 346 | 3 | 127 | 0 | 12 | 452 | 120 | 63 |
| Binary | 11011111 | 11110 | 11100110 | 11 | 1010111 | 0 | 1010 | 100101010 | 1010000 | 110011 |
Color Harmonies of #DF1EE6
Complementary color
Monochromatic Colors of #DF1EE6
Black with #DF1EE6
Text Example
Text Example
White with #DF1EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1EE6; }
p { color: rgb(223,30,230); }
H1.HeaderClassName
{
color: #DF1EE6;
}
.AnyTagClassName
{
color: #DF1EE6;
}
</style>
background-color css
<style>
a { background-color: #DF1EE6; }
a { background-color: rgb(223,30,230); }
div.DivClassName
{
background-color: #DF1EE6;
}
.BgClassName
{
background-color: #DF1EE6;
}
</style>
border-color css
<style>
span { border-color: #DF1EE6; }
span { border-color: rgb(223,30,230); }
td.TdClassName
{
border-color: #DF1EE6;
}
.TagClassName
{
border-color: #DF1EE6;
}
</style>