Shades of Psychedelic Purple #DF1EEA
Tints of Psychedelic Purple #DF1EEA
RGB
CMYK
RGB Variations
Color information
#DF1EEA (or 0xDF1EEA) is known color: Psychedelic Purple. HEX triplet: DF, 1E and EA. RGB value is (223,30,234). Sum of RGB (Red+Green+Blue) = 223+30+234=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF1EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1EEA is #20E115. Grayscale: #6E6E6E. Windows color (decimal): -2154774 or 15343327. OLE color: 15343327.
HSL color Cylindrical-coordinate representation of color #DF1EEA: hue angle of 296.76º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1EEA is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 30 | 234 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.08 |
| HSL | 296.76º | 0.83% | 0.52% | - |
| HSV(B) | 296.76º | 0.87% | 0.92% | - |
| XYZ | 45.75 | 22.56 | 79.78 | - |
| YUV | 110.96 | 197.44 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 234 | 0.05 | 0.87 | 0 | 0.08 | 296.76 | 0.83 | 0.52 |
| Hex | DF | 1E | EA | 5 | 57 | 0 | 8 | 129 | 53 | 34 |
| Octal | 337 | 36 | 352 | 5 | 127 | 0 | 10 | 451 | 123 | 64 |
| Binary | 11011111 | 11110 | 11101010 | 101 | 1010111 | 0 | 1000 | 100101001 | 1010011 | 110100 |
Color Harmonies of #DF1EEA
Complementary color
Monochromatic Colors of #DF1EEA
Black with #DF1EEA
Text Example
Text Example
White with #DF1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1EEA; }
p { color: rgb(223,30,234); }
H1.HeaderClassName
{
color: #DF1EEA;
}
.AnyTagClassName
{
color: #DF1EEA;
}
</style>
background-color css
<style>
a { background-color: #DF1EEA; }
a { background-color: rgb(223,30,234); }
div.DivClassName
{
background-color: #DF1EEA;
}
.BgClassName
{
background-color: #DF1EEA;
}
</style>
border-color css
<style>
span { border-color: #DF1EEA; }
span { border-color: rgb(223,30,234); }
td.TdClassName
{
border-color: #DF1EEA;
}
.TagClassName
{
border-color: #DF1EEA;
}
</style>