Shades of Psychedelic Purple #DF15FF
Tints of Psychedelic Purple #DF15FF
RGB
CMYK
RGB Variations
Color information
#DF15FF (or 0xDF15FF) is known color: Psychedelic Purple. HEX triplet: DF, 15 and FF. RGB value is (223,21,255). Sum of RGB (Red+Green+Blue) = 223+21+255=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 21 (8.59% from 255 or 4.21% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF15FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF15FF is #20EA00. Grayscale: #6B6B6B. Windows color (decimal): -2157057 or 16717279. OLE color: 16717279.
HSL color Cylindrical-coordinate representation of color #DF15FF: hue angle of 291.79º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF15FF is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 21 | 255 | - |
| CMYK | 0.13 | 0.92 | 0 | 0 |
| HSL | 291.79º | 1% | 0.54% | - |
| HSV(B) | 291.79º | 0.92% | 1% | - |
| XYZ | 48.75 | 23.44 | 96.56 | - |
| YUV | 108.07 | 210.92 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 255 | 0.13 | 0.92 | 0 | 0 | 291.79 | 1 | 0.54 |
| Hex | DF | 15 | FF | D | 5C | 0 | 0 | 124 | 64 | 36 |
| Octal | 337 | 25 | 377 | 15 | 134 | 0 | 0 | 444 | 144 | 66 |
| Binary | 11011111 | 10101 | 11111111 | 1101 | 1011100 | 0 | 0 | 100100100 | 1100100 | 110110 |
Color Harmonies of #DF15FF
Complementary color
Monochromatic Colors of #DF15FF
Black with #DF15FF
Text Example
Text Example
White with #DF15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF15FF; }
p { color: rgb(223,21,255); }
H1.HeaderClassName
{
color: #DF15FF;
}
.AnyTagClassName
{
color: #DF15FF;
}
</style>
background-color css
<style>
a { background-color: #DF15FF; }
a { background-color: rgb(223,21,255); }
div.DivClassName
{
background-color: #DF15FF;
}
.BgClassName
{
background-color: #DF15FF;
}
</style>
border-color css
<style>
span { border-color: #DF15FF; }
span { border-color: rgb(223,21,255); }
td.TdClassName
{
border-color: #DF15FF;
}
.TagClassName
{
border-color: #DF15FF;
}
</style>