Shades of Psychedelic Purple #DF17EF
Tints of Psychedelic Purple #DF17EF
RGB
CMYK
RGB Variations
Color information
#DF17EF (or 0xDF17EF) is known color: Psychedelic Purple. HEX triplet: DF, 17 and EF. RGB value is (223,23,239). Sum of RGB (Red+Green+Blue) = 223+23+239=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF17EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF17EF is #20E810. Grayscale: #6A6A6A. Windows color (decimal): -2156561 or 15669215. OLE color: 15669215.
HSL color Cylindrical-coordinate representation of color #DF17EF: hue angle of 295.56º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF17EF is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 23 | 239 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.06 |
| HSL | 295.56º | 0.87% | 0.51% | - |
| HSV(B) | 295.56º | 0.9% | 0.94% | - |
| XYZ | 46.32 | 22.53 | 83.57 | - |
| YUV | 107.42 | 202.26 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 239 | 0.07 | 0.90 | 0 | 0.06 | 295.56 | 0.87 | 0.51 |
| Hex | DF | 17 | EF | 7 | 5A | 0 | 6 | 128 | 57 | 33 |
| Octal | 337 | 27 | 357 | 7 | 132 | 0 | 6 | 450 | 127 | 63 |
| Binary | 11011111 | 10111 | 11101111 | 111 | 1011010 | 0 | 110 | 100101000 | 1010111 | 110011 |
Color Harmonies of #DF17EF
Complementary color
Monochromatic Colors of #DF17EF
Black with #DF17EF
Text Example
Text Example
White with #DF17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF17EF; }
p { color: rgb(223,23,239); }
H1.HeaderClassName
{
color: #DF17EF;
}
.AnyTagClassName
{
color: #DF17EF;
}
</style>
background-color css
<style>
a { background-color: #DF17EF; }
a { background-color: rgb(223,23,239); }
div.DivClassName
{
background-color: #DF17EF;
}
.BgClassName
{
background-color: #DF17EF;
}
</style>
border-color css
<style>
span { border-color: #DF17EF; }
span { border-color: rgb(223,23,239); }
td.TdClassName
{
border-color: #DF17EF;
}
.TagClassName
{
border-color: #DF17EF;
}
</style>