Shades of Psychedelic Purple #DF10EE
Tints of Psychedelic Purple #DF10EE
RGB
CMYK
RGB Variations
Color information
#DF10EE (or 0xDF10EE) is known color: Psychedelic Purple. HEX triplet: DF, 10 and EE. RGB value is (223,16,238). Sum of RGB (Red+Green+Blue) = 223+16+238=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 16 (6.64% from 255 or 3.35% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF10EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF10EE is #20EF11. Grayscale: #666666. Windows color (decimal): -2158354 or 15601887. OLE color: 15601887.
HSL color Cylindrical-coordinate representation of color #DF10EE: hue angle of 295.95º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF10EE is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 16 | 238 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.07 |
| HSL | 295.95º | 0.87% | 0.5% | - |
| HSV(B) | 295.95º | 0.93% | 0.93% | - |
| XYZ | 46.05 | 22.23 | 82.75 | - |
| YUV | 103.2 | 204.08 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 238 | 0.06 | 0.93 | 0 | 0.07 | 295.95 | 0.87 | 0.5 |
| Hex | DF | 10 | EE | 6 | 5D | 0 | 7 | 128 | 57 | 32 |
| Octal | 337 | 20 | 356 | 6 | 135 | 0 | 7 | 450 | 127 | 62 |
| Binary | 11011111 | 10000 | 11101110 | 110 | 1011101 | 0 | 111 | 100101000 | 1010111 | 110010 |
Color Harmonies of #DF10EE
Complementary color
Monochromatic Colors of #DF10EE
Black with #DF10EE
Text Example
Text Example
White with #DF10EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF10EE; }
p { color: rgb(223,16,238); }
H1.HeaderClassName
{
color: #DF10EE;
}
.AnyTagClassName
{
color: #DF10EE;
}
</style>
background-color css
<style>
a { background-color: #DF10EE; }
a { background-color: rgb(223,16,238); }
div.DivClassName
{
background-color: #DF10EE;
}
.BgClassName
{
background-color: #DF10EE;
}
</style>
border-color css
<style>
span { border-color: #DF10EE; }
span { border-color: rgb(223,16,238); }
td.TdClassName
{
border-color: #DF10EE;
}
.TagClassName
{
border-color: #DF10EE;
}
</style>