Shades of Psychedelic Purple #DF32F3
Tints of Psychedelic Purple #DF32F3
RGB
CMYK
RGB Variations
Color information
#DF32F3 (or 0xDF32F3) is known color: Psychedelic Purple. HEX triplet: DF, 32 and F3. RGB value is (223,50,243). Sum of RGB (Red+Green+Blue) = 223+50+243=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 50 (19.92% from 255 or 9.69% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF32F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF32F3 is #20CD0C. Grayscale: #7B7B7B. Windows color (decimal): -2149645 or 15938271. OLE color: 15938271.
HSL color Cylindrical-coordinate representation of color #DF32F3: hue angle of 293.78º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF32F3 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 50 | 243 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.05 |
| HSL | 293.78º | 0.89% | 0.57% | - |
| HSV(B) | 293.78º | 0.79% | 0.95% | - |
| XYZ | 47.75 | 24.44 | 86.99 | - |
| YUV | 123.73 | 195.31 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 243 | 0.08 | 0.79 | 0 | 0.05 | 293.78 | 0.89 | 0.57 |
| Hex | DF | 32 | F3 | 8 | 4F | 0 | 5 | 126 | 59 | 39 |
| Octal | 337 | 62 | 363 | 10 | 117 | 0 | 5 | 446 | 131 | 71 |
| Binary | 11011111 | 110010 | 11110011 | 1000 | 1001111 | 0 | 101 | 100100110 | 1011001 | 111001 |
Color Harmonies of #DF32F3
Complementary color
Monochromatic Colors of #DF32F3
Black with #DF32F3
Text Example
Text Example
White with #DF32F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF32F3; }
p { color: rgb(223,50,243); }
H1.HeaderClassName
{
color: #DF32F3;
}
.AnyTagClassName
{
color: #DF32F3;
}
</style>
background-color css
<style>
a { background-color: #DF32F3; }
a { background-color: rgb(223,50,243); }
div.DivClassName
{
background-color: #DF32F3;
}
.BgClassName
{
background-color: #DF32F3;
}
</style>
border-color css
<style>
span { border-color: #DF32F3; }
span { border-color: rgb(223,50,243); }
td.TdClassName
{
border-color: #DF32F3;
}
.TagClassName
{
border-color: #DF32F3;
}
</style>