Shades of Psychedelic Purple #DF15EF
Tints of Psychedelic Purple #DF15EF
RGB
CMYK
RGB Variations
Color information
#DF15EF (or 0xDF15EF) is known color: Psychedelic Purple. HEX triplet: DF, 15 and EF. RGB value is (223,21,239). Sum of RGB (Red+Green+Blue) = 223+21+239=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF15EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF15EF is #20EA10. Grayscale: #696969. Windows color (decimal): -2157073 or 15668703. OLE color: 15668703.
HSL color Cylindrical-coordinate representation of color #DF15EF: hue angle of 295.6º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF15EF is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 21 | 239 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.06 |
| HSL | 295.6º | 0.87% | 0.51% | - |
| HSV(B) | 295.6º | 0.91% | 0.94% | - |
| XYZ | 46.28 | 22.46 | 83.56 | - |
| YUV | 106.25 | 202.92 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 239 | 0.07 | 0.91 | 0 | 0.06 | 295.6 | 0.87 | 0.51 |
| Hex | DF | 15 | EF | 7 | 5B | 0 | 6 | 128 | 57 | 33 |
| Octal | 337 | 25 | 357 | 7 | 133 | 0 | 6 | 450 | 127 | 63 |
| Binary | 11011111 | 10101 | 11101111 | 111 | 1011011 | 0 | 110 | 100101000 | 1010111 | 110011 |
Color Harmonies of #DF15EF
Complementary color
Monochromatic Colors of #DF15EF
Black with #DF15EF
Text Example
Text Example
White with #DF15EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF15EF; }
p { color: rgb(223,21,239); }
H1.HeaderClassName
{
color: #DF15EF;
}
.AnyTagClassName
{
color: #DF15EF;
}
</style>
background-color css
<style>
a { background-color: #DF15EF; }
a { background-color: rgb(223,21,239); }
div.DivClassName
{
background-color: #DF15EF;
}
.BgClassName
{
background-color: #DF15EF;
}
</style>
border-color css
<style>
span { border-color: #DF15EF; }
span { border-color: rgb(223,21,239); }
td.TdClassName
{
border-color: #DF15EF;
}
.TagClassName
{
border-color: #DF15EF;
}
</style>