Shades of Psychedelic Purple #DF08FF
Tints of Psychedelic Purple #DF08FF
RGB
CMYK
RGB Variations
Color information
#DF08FF (or 0xDF08FF) is known color: Psychedelic Purple. HEX triplet: DF, 08 and FF. RGB value is (223,8,255). Sum of RGB (Red+Green+Blue) = 223+8+255=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 8 (3.52% from 255 or 1.65% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF08FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF08FF is #20F700. Grayscale: #636363. Windows color (decimal): -2160385 or 16713951. OLE color: 16713951.
HSL color Cylindrical-coordinate representation of color #DF08FF: hue angle of 292.23º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF08FF is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 8 | 255 | - |
| CMYK | 0.13 | 0.97 | 0 | 0 |
| HSL | 292.23º | 1% | 0.52% | - |
| HSV(B) | 292.23º | 0.97% | 1% | - |
| XYZ | 48.57 | 23.08 | 96.5 | - |
| YUV | 100.44 | 215.23 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 255 | 0.13 | 0.97 | 0 | 0 | 292.23 | 1 | 0.52 |
| Hex | DF | 8 | FF | D | 61 | 0 | 0 | 124 | 64 | 34 |
| Octal | 337 | 10 | 377 | 15 | 141 | 0 | 0 | 444 | 144 | 64 |
| Binary | 11011111 | 1000 | 11111111 | 1101 | 1100001 | 0 | 0 | 100100100 | 1100100 | 110100 |
Color Harmonies of #DF08FF
Complementary color
Monochromatic Colors of #DF08FF
Black with #DF08FF
Text Example
Text Example
White with #DF08FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF08FF; }
p { color: rgb(223,8,255); }
H1.HeaderClassName
{
color: #DF08FF;
}
.AnyTagClassName
{
color: #DF08FF;
}
</style>
background-color css
<style>
a { background-color: #DF08FF; }
a { background-color: rgb(223,8,255); }
div.DivClassName
{
background-color: #DF08FF;
}
.BgClassName
{
background-color: #DF08FF;
}
</style>
border-color css
<style>
span { border-color: #DF08FF; }
span { border-color: rgb(223,8,255); }
td.TdClassName
{
border-color: #DF08FF;
}
.TagClassName
{
border-color: #DF08FF;
}
</style>