Shades of Psychedelic Purple #DF10E5
Tints of Psychedelic Purple #DF10E5
RGB
CMYK
RGB Variations
Color information
#DF10E5 (or 0xDF10E5) is known color: Psychedelic Purple. HEX triplet: DF, 10 and E5. RGB value is (223,16,229). Sum of RGB (Red+Green+Blue) = 223+16+229=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF10E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF10E5 is #20EF1A. Grayscale: #656565. Windows color (decimal): -2158363 or 15012063. OLE color: 15012063.
HSL color Cylindrical-coordinate representation of color #DF10E5: hue angle of 298.31º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF10E5 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 16 | 229 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.10 |
| HSL | 298.31º | 0.87% | 0.48% | - |
| HSV(B) | 298.31º | 0.93% | 0.9% | - |
| XYZ | 44.76 | 21.72 | 75.96 | - |
| YUV | 102.18 | 199.58 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 229 | 0.03 | 0.93 | 0 | 0.10 | 298.31 | 0.87 | 0.48 |
| Hex | DF | 10 | E5 | 3 | 5D | 0 | A | 12A | 57 | 30 |
| Octal | 337 | 20 | 345 | 3 | 135 | 0 | 12 | 452 | 127 | 60 |
| Binary | 11011111 | 10000 | 11100101 | 11 | 1011101 | 0 | 1010 | 100101010 | 1010111 | 110000 |
Color Harmonies of #DF10E5
Complementary color
Monochromatic Colors of #DF10E5
Black with #DF10E5
Text Example
Text Example
White with #DF10E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF10E5; }
p { color: rgb(223,16,229); }
H1.HeaderClassName
{
color: #DF10E5;
}
.AnyTagClassName
{
color: #DF10E5;
}
</style>
background-color css
<style>
a { background-color: #DF10E5; }
a { background-color: rgb(223,16,229); }
div.DivClassName
{
background-color: #DF10E5;
}
.BgClassName
{
background-color: #DF10E5;
}
</style>
border-color css
<style>
span { border-color: #DF10E5; }
span { border-color: rgb(223,16,229); }
td.TdClassName
{
border-color: #DF10E5;
}
.TagClassName
{
border-color: #DF10E5;
}
</style>