Shades of Psychedelic Purple #DF29FB
Tints of Psychedelic Purple #DF29FB
RGB
CMYK
RGB Variations
Color information
#DF29FB (or 0xDF29FB) is known color: Psychedelic Purple. HEX triplet: DF, 29 and FB. RGB value is (223,41,251). Sum of RGB (Red+Green+Blue) = 223+41+251=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 41 (16.41% from 255 or 7.96% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF29FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF29FB is #20D604. Grayscale: #767676. Windows color (decimal): -2151941 or 16460255. OLE color: 16460255.
HSL color Cylindrical-coordinate representation of color #DF29FB: hue angle of 292º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF29FB is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 41 | 251 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.02 |
| HSL | 292º | 0.96% | 0.57% | - |
| HSV(B) | 292º | 0.84% | 0.98% | - |
| XYZ | 48.64 | 24.24 | 93.38 | - |
| YUV | 119.36 | 202.3 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 251 | 0.11 | 0.84 | 0 | 0.02 | 292 | 0.96 | 0.57 |
| Hex | DF | 29 | FB | B | 54 | 0 | 2 | 124 | 60 | 39 |
| Octal | 337 | 51 | 373 | 13 | 124 | 0 | 2 | 444 | 140 | 71 |
| Binary | 11011111 | 101001 | 11111011 | 1011 | 1010100 | 0 | 10 | 100100100 | 1100000 | 111001 |
Color Harmonies of #DF29FB
Complementary color
Monochromatic Colors of #DF29FB
Black with #DF29FB
Text Example
Text Example
White with #DF29FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF29FB; }
p { color: rgb(223,41,251); }
H1.HeaderClassName
{
color: #DF29FB;
}
.AnyTagClassName
{
color: #DF29FB;
}
</style>
background-color css
<style>
a { background-color: #DF29FB; }
a { background-color: rgb(223,41,251); }
div.DivClassName
{
background-color: #DF29FB;
}
.BgClassName
{
background-color: #DF29FB;
}
</style>
border-color css
<style>
span { border-color: #DF29FB; }
span { border-color: rgb(223,41,251); }
td.TdClassName
{
border-color: #DF29FB;
}
.TagClassName
{
border-color: #DF29FB;
}
</style>