Shades of Psychedelic Purple #DF32FF
Tints of Psychedelic Purple #DF32FF
RGB
CMYK
RGB Variations
Color information
#DF32FF (or 0xDF32FF) is known color: Psychedelic Purple. HEX triplet: DF, 32 and FF. RGB value is (223,50,255). Sum of RGB (Red+Green+Blue) = 223+50+255=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 50 (19.92% from 255 or 9.47% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF32FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF32FF is #20CD00. Grayscale: #7C7C7C. Windows color (decimal): -2149633 or 16724703. OLE color: 16724703.
HSL color Cylindrical-coordinate representation of color #DF32FF: hue angle of 290.63º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF32FF is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 50 | 255 | - |
| CMYK | 0.13 | 0.80 | 0 | 0 |
| HSL | 290.63º | 1% | 0.6% | - |
| HSV(B) | 290.63º | 0.8% | 1% | - |
| XYZ | 49.62 | 25.19 | 96.85 | - |
| YUV | 125.1 | 201.31 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 255 | 0.13 | 0.80 | 0 | 0 | 290.63 | 1 | 0.6 |
| Hex | DF | 32 | FF | D | 50 | 0 | 0 | 123 | 64 | 3C |
| Octal | 337 | 62 | 377 | 15 | 120 | 0 | 0 | 443 | 144 | 74 |
| Binary | 11011111 | 110010 | 11111111 | 1101 | 1010000 | 0 | 0 | 100100011 | 1100100 | 111100 |
Color Harmonies of #DF32FF
Complementary color
Monochromatic Colors of #DF32FF
Black with #DF32FF
Text Example
Text Example
White with #DF32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF32FF; }
p { color: rgb(223,50,255); }
H1.HeaderClassName
{
color: #DF32FF;
}
.AnyTagClassName
{
color: #DF32FF;
}
</style>
background-color css
<style>
a { background-color: #DF32FF; }
a { background-color: rgb(223,50,255); }
div.DivClassName
{
background-color: #DF32FF;
}
.BgClassName
{
background-color: #DF32FF;
}
</style>
border-color css
<style>
span { border-color: #DF32FF; }
span { border-color: rgb(223,50,255); }
td.TdClassName
{
border-color: #DF32FF;
}
.TagClassName
{
border-color: #DF32FF;
}
</style>