Shades of Psychedelic Purple #DF15EE
Tints of Psychedelic Purple #DF15EE
RGB
CMYK
RGB Variations
Color information
#DF15EE (or 0xDF15EE) is known color: Psychedelic Purple. HEX triplet: DF, 15 and EE. RGB value is (223,21,238). Sum of RGB (Red+Green+Blue) = 223+21+238=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF15EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF15EE is #20EA11. Grayscale: #696969. Windows color (decimal): -2157074 or 15603167. OLE color: 15603167.
HSL color Cylindrical-coordinate representation of color #DF15EE: hue angle of 295.85º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF15EE is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 21 | 238 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.07 |
| HSL | 295.85º | 0.86% | 0.51% | - |
| HSV(B) | 295.85º | 0.91% | 0.93% | - |
| XYZ | 46.13 | 22.4 | 82.78 | - |
| YUV | 106.14 | 202.42 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 238 | 0.06 | 0.91 | 0 | 0.07 | 295.85 | 0.86 | 0.51 |
| Hex | DF | 15 | EE | 6 | 5B | 0 | 7 | 128 | 56 | 33 |
| Octal | 337 | 25 | 356 | 6 | 133 | 0 | 7 | 450 | 126 | 63 |
| Binary | 11011111 | 10101 | 11101110 | 110 | 1011011 | 0 | 111 | 100101000 | 1010110 | 110011 |
Color Harmonies of #DF15EE
Complementary color
Monochromatic Colors of #DF15EE
Black with #DF15EE
Text Example
Text Example
White with #DF15EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF15EE; }
p { color: rgb(223,21,238); }
H1.HeaderClassName
{
color: #DF15EE;
}
.AnyTagClassName
{
color: #DF15EE;
}
</style>
background-color css
<style>
a { background-color: #DF15EE; }
a { background-color: rgb(223,21,238); }
div.DivClassName
{
background-color: #DF15EE;
}
.BgClassName
{
background-color: #DF15EE;
}
</style>
border-color css
<style>
span { border-color: #DF15EE; }
span { border-color: rgb(223,21,238); }
td.TdClassName
{
border-color: #DF15EE;
}
.TagClassName
{
border-color: #DF15EE;
}
</style>