Shades of Psychedelic Purple #DF32FA
Tints of Psychedelic Purple #DF32FA
RGB
CMYK
RGB Variations
Color information
#DF32FA (or 0xDF32FA) is known color: Psychedelic Purple. HEX triplet: DF, 32 and FA. RGB value is (223,50,250). Sum of RGB (Red+Green+Blue) = 223+50+250=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 50 (19.92% from 255 or 9.56% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF32FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF32FA is #20CD05. Grayscale: #7B7B7B. Windows color (decimal): -2149638 or 16397023. OLE color: 16397023.
HSL color Cylindrical-coordinate representation of color #DF32FA: hue angle of 291.9º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF32FA is Cyan = 0.11, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 50 | 250 | - |
| CMYK | 0.11 | 0.8 | 0 | 0.02 |
| HSL | 291.9º | 0.95% | 0.59% | - |
| HSV(B) | 291.9º | 0.8% | 0.98% | - |
| XYZ | 48.83 | 24.87 | 92.67 | - |
| YUV | 124.53 | 198.81 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 250 | 0.11 | 0.8 | 0 | 0.02 | 291.9 | 0.95 | 0.59 |
| Hex | DF | 32 | FA | B | 50 | 0 | 2 | 124 | 5F | 3B |
| Octal | 337 | 62 | 372 | 13 | 120 | 0 | 2 | 444 | 137 | 73 |
| Binary | 11011111 | 110010 | 11111010 | 1011 | 1010000 | 0 | 10 | 100100100 | 1011111 | 111011 |
Color Harmonies of #DF32FA
Complementary color
Monochromatic Colors of #DF32FA
Black with #DF32FA
Text Example
Text Example
White with #DF32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF32FA; }
p { color: rgb(223,50,250); }
H1.HeaderClassName
{
color: #DF32FA;
}
.AnyTagClassName
{
color: #DF32FA;
}
</style>
background-color css
<style>
a { background-color: #DF32FA; }
a { background-color: rgb(223,50,250); }
div.DivClassName
{
background-color: #DF32FA;
}
.BgClassName
{
background-color: #DF32FA;
}
</style>
border-color css
<style>
span { border-color: #DF32FA; }
span { border-color: rgb(223,50,250); }
td.TdClassName
{
border-color: #DF32FA;
}
.TagClassName
{
border-color: #DF32FA;
}
</style>