Shades of Psychedelic Purple #DF34FA
Tints of Psychedelic Purple #DF34FA
RGB
CMYK
RGB Variations
Color information
#DF34FA (or 0xDF34FA) is known color: Psychedelic Purple. HEX triplet: DF, 34 and FA. RGB value is (223,52,250). Sum of RGB (Red+Green+Blue) = 223+52+250=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 52 (20.70% from 255 or 9.90% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF34FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF34FA is #20CB05. Grayscale: #7D7D7D. Windows color (decimal): -2149126 or 16397535. OLE color: 16397535.
HSL color Cylindrical-coordinate representation of color #DF34FA: hue angle of 291.82º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF34FA is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 52 | 250 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.02 |
| HSL | 291.82º | 0.95% | 0.59% | - |
| HSV(B) | 291.82º | 0.79% | 0.98% | - |
| XYZ | 48.91 | 25.05 | 92.7 | - |
| YUV | 125.7 | 198.15 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 250 | 0.11 | 0.79 | 0 | 0.02 | 291.82 | 0.95 | 0.59 |
| Hex | DF | 34 | FA | B | 4F | 0 | 2 | 124 | 5F | 3B |
| Octal | 337 | 64 | 372 | 13 | 117 | 0 | 2 | 444 | 137 | 73 |
| Binary | 11011111 | 110100 | 11111010 | 1011 | 1001111 | 0 | 10 | 100100100 | 1011111 | 111011 |
Color Harmonies of #DF34FA
Complementary color
Monochromatic Colors of #DF34FA
Black with #DF34FA
Text Example
Text Example
White with #DF34FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF34FA; }
p { color: rgb(223,52,250); }
H1.HeaderClassName
{
color: #DF34FA;
}
.AnyTagClassName
{
color: #DF34FA;
}
</style>
background-color css
<style>
a { background-color: #DF34FA; }
a { background-color: rgb(223,52,250); }
div.DivClassName
{
background-color: #DF34FA;
}
.BgClassName
{
background-color: #DF34FA;
}
</style>
border-color css
<style>
span { border-color: #DF34FA; }
span { border-color: rgb(223,52,250); }
td.TdClassName
{
border-color: #DF34FA;
}
.TagClassName
{
border-color: #DF34FA;
}
</style>