Shades of Psychedelic Purple #DF13EC
Tints of Psychedelic Purple #DF13EC
RGB
CMYK
RGB Variations
Color information
#DF13EC (or 0xDF13EC) is known color: Psychedelic Purple. HEX triplet: DF, 13 and EC. RGB value is (223,19,236). Sum of RGB (Red+Green+Blue) = 223+19+236=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 19 (7.81% from 255 or 3.97% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF13EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF13EC is #20EC13. Grayscale: #686868. Windows color (decimal): -2157588 or 15471583. OLE color: 15471583.
HSL color Cylindrical-coordinate representation of color #DF13EC: hue angle of 296.41º degrees, saturation: 0.85, 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 #DF13EC is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 19 | 236 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.07 |
| HSL | 296.41º | 0.85% | 0.5% | - |
| HSV(B) | 296.41º | 0.92% | 0.93% | - |
| XYZ | 45.8 | 22.21 | 81.23 | - |
| YUV | 104.73 | 202.09 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 236 | 0.06 | 0.92 | 0 | 0.07 | 296.41 | 0.85 | 0.5 |
| Hex | DF | 13 | EC | 6 | 5C | 0 | 7 | 128 | 55 | 32 |
| Octal | 337 | 23 | 354 | 6 | 134 | 0 | 7 | 450 | 125 | 62 |
| Binary | 11011111 | 10011 | 11101100 | 110 | 1011100 | 0 | 111 | 100101000 | 1010101 | 110010 |
Color Harmonies of #DF13EC
Complementary color
Monochromatic Colors of #DF13EC
Black with #DF13EC
Text Example
Text Example
White with #DF13EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF13EC; }
p { color: rgb(223,19,236); }
H1.HeaderClassName
{
color: #DF13EC;
}
.AnyTagClassName
{
color: #DF13EC;
}
</style>
background-color css
<style>
a { background-color: #DF13EC; }
a { background-color: rgb(223,19,236); }
div.DivClassName
{
background-color: #DF13EC;
}
.BgClassName
{
background-color: #DF13EC;
}
</style>
border-color css
<style>
span { border-color: #DF13EC; }
span { border-color: rgb(223,19,236); }
td.TdClassName
{
border-color: #DF13EC;
}
.TagClassName
{
border-color: #DF13EC;
}
</style>