Shades of Psychedelic Purple #DF34FB
Tints of Psychedelic Purple #DF34FB
RGB
CMYK
RGB Variations
Color information
#DF34FB (or 0xDF34FB) is known color: Psychedelic Purple. HEX triplet: DF, 34 and FB. RGB value is (223,52,251). Sum of RGB (Red+Green+Blue) = 223+52+251=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 52 (20.70% from 255 or 9.89% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF34FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF34FB is #20CB04. Grayscale: #7D7D7D. Windows color (decimal): -2149125 or 16463071. OLE color: 16463071.
HSL color Cylindrical-coordinate representation of color #DF34FB: hue angle of 291.56º degrees, saturation: 0.96, 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 #DF34FB is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 52 | 251 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.02 |
| HSL | 291.56º | 0.96% | 0.59% | - |
| HSV(B) | 291.56º | 0.79% | 0.98% | - |
| XYZ | 49.07 | 25.11 | 93.53 | - |
| YUV | 125.82 | 198.65 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 251 | 0.11 | 0.79 | 0 | 0.02 | 291.56 | 0.96 | 0.59 |
| Hex | DF | 34 | FB | B | 4F | 0 | 2 | 124 | 60 | 3B |
| Octal | 337 | 64 | 373 | 13 | 117 | 0 | 2 | 444 | 140 | 73 |
| Binary | 11011111 | 110100 | 11111011 | 1011 | 1001111 | 0 | 10 | 100100100 | 1100000 | 111011 |
Color Harmonies of #DF34FB
Complementary color
Monochromatic Colors of #DF34FB
Black with #DF34FB
Text Example
Text Example
White with #DF34FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF34FB; }
p { color: rgb(223,52,251); }
H1.HeaderClassName
{
color: #DF34FB;
}
.AnyTagClassName
{
color: #DF34FB;
}
</style>
background-color css
<style>
a { background-color: #DF34FB; }
a { background-color: rgb(223,52,251); }
div.DivClassName
{
background-color: #DF34FB;
}
.BgClassName
{
background-color: #DF34FB;
}
</style>
border-color css
<style>
span { border-color: #DF34FB; }
span { border-color: rgb(223,52,251); }
td.TdClassName
{
border-color: #DF34FB;
}
.TagClassName
{
border-color: #DF34FB;
}
</style>