Shades of Psychedelic Purple #DF05E5
Tints of Psychedelic Purple #DF05E5
RGB
CMYK
RGB Variations
Color information
#DF05E5 (or 0xDF05E5) is known color: Psychedelic Purple. HEX triplet: DF, 05 and E5. RGB value is (223,5,229). Sum of RGB (Red+Green+Blue) = 223+5+229=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 5 (2.34% from 255 or 1.09% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF05E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF05E5 is #20FA1A. Grayscale: #5F5F5F. Windows color (decimal): -2161179 or 15009247. OLE color: 15009247.
HSL color Cylindrical-coordinate representation of color #DF05E5: hue angle of 298.39º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF05E5 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 5 | 229 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.10 |
| HSL | 298.39º | 0.96% | 0.46% | - |
| HSV(B) | 298.39º | 0.98% | 0.9% | - |
| XYZ | 44.63 | 21.45 | 75.92 | - |
| YUV | 95.72 | 203.22 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 229 | 0.03 | 0.98 | 0 | 0.10 | 298.39 | 0.96 | 0.46 |
| Hex | DF | 5 | E5 | 3 | 62 | 0 | A | 12A | 60 | 2E |
| Octal | 337 | 5 | 345 | 3 | 142 | 0 | 12 | 452 | 140 | 56 |
| Binary | 11011111 | 101 | 11100101 | 11 | 1100010 | 0 | 1010 | 100101010 | 1100000 | 101110 |
Color Harmonies of #DF05E5
Complementary color
Monochromatic Colors of #DF05E5
Black with #DF05E5
Text Example
Text Example
White with #DF05E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF05E5; }
p { color: rgb(223,5,229); }
H1.HeaderClassName
{
color: #DF05E5;
}
.AnyTagClassName
{
color: #DF05E5;
}
</style>
background-color css
<style>
a { background-color: #DF05E5; }
a { background-color: rgb(223,5,229); }
div.DivClassName
{
background-color: #DF05E5;
}
.BgClassName
{
background-color: #DF05E5;
}
</style>
border-color css
<style>
span { border-color: #DF05E5; }
span { border-color: rgb(223,5,229); }
td.TdClassName
{
border-color: #DF05E5;
}
.TagClassName
{
border-color: #DF05E5;
}
</style>