Shades of Psychedelic Purple #DF32FD
Tints of Psychedelic Purple #DF32FD
RGB
CMYK
RGB Variations
Color information
#DF32FD (or 0xDF32FD) is known color: Psychedelic Purple. HEX triplet: DF, 32 and FD. RGB value is (223,50,253). Sum of RGB (Red+Green+Blue) = 223+50+253=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 50 (19.92% from 255 or 9.51% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF32FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF32FD is #20CD02. Grayscale: #7C7C7C. Windows color (decimal): -2149635 or 16593631. OLE color: 16593631.
HSL color Cylindrical-coordinate representation of color #DF32FD: hue angle of 291.13º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF32FD is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 50 | 253 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.01 |
| HSL | 291.13º | 0.98% | 0.59% | - |
| HSV(B) | 291.13º | 0.8% | 0.99% | - |
| XYZ | 49.3 | 25.06 | 95.17 | - |
| YUV | 124.87 | 200.31 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 253 | 0.12 | 0.80 | 0 | 0.01 | 291.13 | 0.98 | 0.59 |
| Hex | DF | 32 | FD | C | 50 | 0 | 1 | 123 | 62 | 3B |
| Octal | 337 | 62 | 375 | 14 | 120 | 0 | 1 | 443 | 142 | 73 |
| Binary | 11011111 | 110010 | 11111101 | 1100 | 1010000 | 0 | 1 | 100100011 | 1100010 | 111011 |
Color Harmonies of #DF32FD
Complementary color
Monochromatic Colors of #DF32FD
Black with #DF32FD
Text Example
Text Example
White with #DF32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF32FD; }
p { color: rgb(223,50,253); }
H1.HeaderClassName
{
color: #DF32FD;
}
.AnyTagClassName
{
color: #DF32FD;
}
</style>
background-color css
<style>
a { background-color: #DF32FD; }
a { background-color: rgb(223,50,253); }
div.DivClassName
{
background-color: #DF32FD;
}
.BgClassName
{
background-color: #DF32FD;
}
</style>
border-color css
<style>
span { border-color: #DF32FD; }
span { border-color: rgb(223,50,253); }
td.TdClassName
{
border-color: #DF32FD;
}
.TagClassName
{
border-color: #DF32FD;
}
</style>