Shades of Psychedelic Purple #DF1DFD
Tints of Psychedelic Purple #DF1DFD
RGB
CMYK
RGB Variations
Color information
#DF1DFD (or 0xDF1DFD) is known color: Psychedelic Purple. HEX triplet: DF, 1D and FD. RGB value is (223,29,253). Sum of RGB (Red+Green+Blue) = 223+29+253=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 29 (11.72% from 255 or 5.74% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF1DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1DFD is #20E202. Grayscale: #6F6F6F. Windows color (decimal): -2155011 or 16588255. OLE color: 16588255.
HSL color Cylindrical-coordinate representation of color #DF1DFD: hue angle of 291.96º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1DFD is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 29 | 253 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.01 |
| HSL | 291.96º | 0.98% | 0.55% | - |
| HSV(B) | 291.96º | 0.89% | 0.99% | - |
| XYZ | 48.6 | 23.66 | 94.93 | - |
| YUV | 112.54 | 207.27 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 29 | 253 | 0.12 | 0.89 | 0 | 0.01 | 291.96 | 0.98 | 0.55 |
| Hex | DF | 1D | FD | C | 59 | 0 | 1 | 124 | 62 | 37 |
| Octal | 337 | 35 | 375 | 14 | 131 | 0 | 1 | 444 | 142 | 67 |
| Binary | 11011111 | 11101 | 11111101 | 1100 | 1011001 | 0 | 1 | 100100100 | 1100010 | 110111 |
Color Harmonies of #DF1DFD
Complementary color
Monochromatic Colors of #DF1DFD
Black with #DF1DFD
Text Example
Text Example
White with #DF1DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1DFD; }
p { color: rgb(223,29,253); }
H1.HeaderClassName
{
color: #DF1DFD;
}
.AnyTagClassName
{
color: #DF1DFD;
}
</style>
background-color css
<style>
a { background-color: #DF1DFD; }
a { background-color: rgb(223,29,253); }
div.DivClassName
{
background-color: #DF1DFD;
}
.BgClassName
{
background-color: #DF1DFD;
}
</style>
border-color css
<style>
span { border-color: #DF1DFD; }
span { border-color: rgb(223,29,253); }
td.TdClassName
{
border-color: #DF1DFD;
}
.TagClassName
{
border-color: #DF1DFD;
}
</style>