Shades of Psychedelic Purple #DF33FA
Tints of Psychedelic Purple #DF33FA
RGB
CMYK
RGB Variations
Color information
#DF33FA (or 0xDF33FA) is known color: Psychedelic Purple. HEX triplet: DF, 33 and FA. RGB value is (223,51,250). Sum of RGB (Red+Green+Blue) = 223+51+250=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 51 (20.31% from 255 or 9.73% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF33FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF33FA is #20CC05. Grayscale: #7C7C7C. Windows color (decimal): -2149382 or 16397279. OLE color: 16397279.
HSL color Cylindrical-coordinate representation of color #DF33FA: hue angle of 291.86º 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 #DF33FA is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 51 | 250 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.02 |
| HSL | 291.86º | 0.95% | 0.59% | - |
| HSV(B) | 291.86º | 0.8% | 0.98% | - |
| XYZ | 48.87 | 24.96 | 92.68 | - |
| YUV | 125.11 | 198.48 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 250 | 0.11 | 0.80 | 0 | 0.02 | 291.86 | 0.95 | 0.59 |
| Hex | DF | 33 | FA | B | 50 | 0 | 2 | 124 | 5F | 3B |
| Octal | 337 | 63 | 372 | 13 | 120 | 0 | 2 | 444 | 137 | 73 |
| Binary | 11011111 | 110011 | 11111010 | 1011 | 1010000 | 0 | 10 | 100100100 | 1011111 | 111011 |
Color Harmonies of #DF33FA
Complementary color
Monochromatic Colors of #DF33FA
Black with #DF33FA
Text Example
Text Example
White with #DF33FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF33FA; }
p { color: rgb(223,51,250); }
H1.HeaderClassName
{
color: #DF33FA;
}
.AnyTagClassName
{
color: #DF33FA;
}
</style>
background-color css
<style>
a { background-color: #DF33FA; }
a { background-color: rgb(223,51,250); }
div.DivClassName
{
background-color: #DF33FA;
}
.BgClassName
{
background-color: #DF33FA;
}
</style>
border-color css
<style>
span { border-color: #DF33FA; }
span { border-color: rgb(223,51,250); }
td.TdClassName
{
border-color: #DF33FA;
}
.TagClassName
{
border-color: #DF33FA;
}
</style>