Shades of Psychedelic Purple #DF12EE
Tints of Psychedelic Purple #DF12EE
RGB
CMYK
RGB Variations
Color information
#DF12EE (or 0xDF12EE) is known color: Psychedelic Purple. HEX triplet: DF, 12 and EE. RGB value is (223,18,238). Sum of RGB (Red+Green+Blue) = 223+18+238=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 18 (7.42% from 255 or 3.76% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF12EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF12EE is #20ED11. Grayscale: #676767. Windows color (decimal): -2157842 or 15602399. OLE color: 15602399.
HSL color Cylindrical-coordinate representation of color #DF12EE: hue angle of 295.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF12EE is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 18 | 238 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.07 |
| HSL | 295.91º | 0.87% | 0.5% | - |
| HSV(B) | 295.91º | 0.92% | 0.93% | - |
| XYZ | 46.08 | 22.29 | 82.76 | - |
| YUV | 104.38 | 203.42 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 238 | 0.06 | 0.92 | 0 | 0.07 | 295.91 | 0.87 | 0.5 |
| Hex | DF | 12 | EE | 6 | 5C | 0 | 7 | 128 | 57 | 32 |
| Octal | 337 | 22 | 356 | 6 | 134 | 0 | 7 | 450 | 127 | 62 |
| Binary | 11011111 | 10010 | 11101110 | 110 | 1011100 | 0 | 111 | 100101000 | 1010111 | 110010 |
Color Harmonies of #DF12EE
Complementary color
Monochromatic Colors of #DF12EE
Black with #DF12EE
Text Example
Text Example
White with #DF12EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12EE; }
p { color: rgb(223,18,238); }
H1.HeaderClassName
{
color: #DF12EE;
}
.AnyTagClassName
{
color: #DF12EE;
}
</style>
background-color css
<style>
a { background-color: #DF12EE; }
a { background-color: rgb(223,18,238); }
div.DivClassName
{
background-color: #DF12EE;
}
.BgClassName
{
background-color: #DF12EE;
}
</style>
border-color css
<style>
span { border-color: #DF12EE; }
span { border-color: rgb(223,18,238); }
td.TdClassName
{
border-color: #DF12EE;
}
.TagClassName
{
border-color: #DF12EE;
}
</style>