Shades of Psychedelic Purple #DF1DF9
Tints of Psychedelic Purple #DF1DF9
RGB
CMYK
RGB Variations
Color information
#DF1DF9 (or 0xDF1DF9) is known color: Psychedelic Purple. HEX triplet: DF, 1D and F9. RGB value is (223,29,249). Sum of RGB (Red+Green+Blue) = 223+29+249=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 29 (11.72% from 255 or 5.79% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF1DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1DF9 is #20E206. Grayscale: #6F6F6F. Windows color (decimal): -2155015 or 16326111. OLE color: 16326111.
HSL color Cylindrical-coordinate representation of color #DF1DF9: hue angle of 292.91º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1DF9 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 29 | 249 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.02 |
| HSL | 292.91º | 0.95% | 0.55% | - |
| HSV(B) | 292.91º | 0.88% | 0.98% | - |
| XYZ | 47.97 | 23.41 | 91.61 | - |
| YUV | 112.09 | 205.27 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 29 | 249 | 0.10 | 0.88 | 0 | 0.02 | 292.91 | 0.95 | 0.55 |
| Hex | DF | 1D | F9 | A | 58 | 0 | 2 | 125 | 5F | 37 |
| Octal | 337 | 35 | 371 | 12 | 130 | 0 | 2 | 445 | 137 | 67 |
| Binary | 11011111 | 11101 | 11111001 | 1010 | 1011000 | 0 | 10 | 100100101 | 1011111 | 110111 |
Color Harmonies of #DF1DF9
Complementary color
Monochromatic Colors of #DF1DF9
Black with #DF1DF9
Text Example
Text Example
White with #DF1DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1DF9; }
p { color: rgb(223,29,249); }
H1.HeaderClassName
{
color: #DF1DF9;
}
.AnyTagClassName
{
color: #DF1DF9;
}
</style>
background-color css
<style>
a { background-color: #DF1DF9; }
a { background-color: rgb(223,29,249); }
div.DivClassName
{
background-color: #DF1DF9;
}
.BgClassName
{
background-color: #DF1DF9;
}
</style>
border-color css
<style>
span { border-color: #DF1DF9; }
span { border-color: rgb(223,29,249); }
td.TdClassName
{
border-color: #DF1DF9;
}
.TagClassName
{
border-color: #DF1DF9;
}
</style>