Shades of Psychedelic Purple #DF10E9
Tints of Psychedelic Purple #DF10E9
RGB
CMYK
RGB Variations
Color information
#DF10E9 (or 0xDF10E9) is known color: Psychedelic Purple. HEX triplet: DF, 10 and E9. RGB value is (223,16,233). Sum of RGB (Red+Green+Blue) = 223+16+233=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 16 (6.64% from 255 or 3.39% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF10E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF10E9 is #20EF16. Grayscale: #656565. Windows color (decimal): -2158359 or 15274207. OLE color: 15274207.
HSL color Cylindrical-coordinate representation of color #DF10E9: hue angle of 297.24º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF10E9 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 16 | 233 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.09 |
| HSL | 297.24º | 0.87% | 0.49% | - |
| HSV(B) | 297.24º | 0.93% | 0.91% | - |
| XYZ | 45.32 | 21.94 | 78.94 | - |
| YUV | 102.63 | 201.58 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 233 | 0.04 | 0.93 | 0 | 0.09 | 297.24 | 0.87 | 0.49 |
| Hex | DF | 10 | E9 | 4 | 5D | 0 | 9 | 129 | 57 | 31 |
| Octal | 337 | 20 | 351 | 4 | 135 | 0 | 11 | 451 | 127 | 61 |
| Binary | 11011111 | 10000 | 11101001 | 100 | 1011101 | 0 | 1001 | 100101001 | 1010111 | 110001 |
Color Harmonies of #DF10E9
Complementary color
Monochromatic Colors of #DF10E9
Black with #DF10E9
Text Example
Text Example
White with #DF10E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF10E9; }
p { color: rgb(223,16,233); }
H1.HeaderClassName
{
color: #DF10E9;
}
.AnyTagClassName
{
color: #DF10E9;
}
</style>
background-color css
<style>
a { background-color: #DF10E9; }
a { background-color: rgb(223,16,233); }
div.DivClassName
{
background-color: #DF10E9;
}
.BgClassName
{
background-color: #DF10E9;
}
</style>
border-color css
<style>
span { border-color: #DF10E9; }
span { border-color: rgb(223,16,233); }
td.TdClassName
{
border-color: #DF10E9;
}
.TagClassName
{
border-color: #DF10E9;
}
</style>