Shades of Psychedelic Purple #DF14EF
Tints of Psychedelic Purple #DF14EF
RGB
CMYK
RGB Variations
Color information
#DF14EF (or 0xDF14EF) is known color: Psychedelic Purple. HEX triplet: DF, 14 and EF. RGB value is (223,20,239). Sum of RGB (Red+Green+Blue) = 223+20+239=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 20 (8.20% from 255 or 4.15% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF14EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF14EF is #20EB10. Grayscale: #686868. Windows color (decimal): -2157329 or 15668447. OLE color: 15668447.
HSL color Cylindrical-coordinate representation of color #DF14EF: hue angle of 295.62º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF14EF is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 20 | 239 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.06 |
| HSL | 295.62º | 0.87% | 0.51% | - |
| HSV(B) | 295.62º | 0.92% | 0.94% | - |
| XYZ | 46.26 | 22.42 | 83.55 | - |
| YUV | 105.66 | 203.25 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 239 | 0.07 | 0.92 | 0 | 0.06 | 295.62 | 0.87 | 0.51 |
| Hex | DF | 14 | EF | 7 | 5C | 0 | 6 | 128 | 57 | 33 |
| Octal | 337 | 24 | 357 | 7 | 134 | 0 | 6 | 450 | 127 | 63 |
| Binary | 11011111 | 10100 | 11101111 | 111 | 1011100 | 0 | 110 | 100101000 | 1010111 | 110011 |
Color Harmonies of #DF14EF
Complementary color
Monochromatic Colors of #DF14EF
Black with #DF14EF
Text Example
Text Example
White with #DF14EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14EF; }
p { color: rgb(223,20,239); }
H1.HeaderClassName
{
color: #DF14EF;
}
.AnyTagClassName
{
color: #DF14EF;
}
</style>
background-color css
<style>
a { background-color: #DF14EF; }
a { background-color: rgb(223,20,239); }
div.DivClassName
{
background-color: #DF14EF;
}
.BgClassName
{
background-color: #DF14EF;
}
</style>
border-color css
<style>
span { border-color: #DF14EF; }
span { border-color: rgb(223,20,239); }
td.TdClassName
{
border-color: #DF14EF;
}
.TagClassName
{
border-color: #DF14EF;
}
</style>