Shades of Psychedelic Purple #DF15EB
Tints of Psychedelic Purple #DF15EB
RGB
CMYK
RGB Variations
Color information
#DF15EB (or 0xDF15EB) is known color: Psychedelic Purple. HEX triplet: DF, 15 and EB. RGB value is (223,21,235). Sum of RGB (Red+Green+Blue) = 223+21+235=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 21 (8.59% from 255 or 4.38% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF15EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF15EB is #20EA14. Grayscale: #696969. Windows color (decimal): -2157077 or 15406559. OLE color: 15406559.
HSL color Cylindrical-coordinate representation of color #DF15EB: hue angle of 296.64º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF15EB is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 21 | 235 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.08 |
| HSL | 296.64º | 0.84% | 0.5% | - |
| HSV(B) | 296.64º | 0.91% | 0.92% | - |
| XYZ | 45.69 | 22.22 | 80.48 | - |
| YUV | 105.79 | 200.92 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 235 | 0.05 | 0.91 | 0 | 0.08 | 296.64 | 0.84 | 0.5 |
| Hex | DF | 15 | EB | 5 | 5B | 0 | 8 | 129 | 54 | 32 |
| Octal | 337 | 25 | 353 | 5 | 133 | 0 | 10 | 451 | 124 | 62 |
| Binary | 11011111 | 10101 | 11101011 | 101 | 1011011 | 0 | 1000 | 100101001 | 1010100 | 110010 |
Color Harmonies of #DF15EB
Complementary color
Monochromatic Colors of #DF15EB
Black with #DF15EB
Text Example
Text Example
White with #DF15EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF15EB; }
p { color: rgb(223,21,235); }
H1.HeaderClassName
{
color: #DF15EB;
}
.AnyTagClassName
{
color: #DF15EB;
}
</style>
background-color css
<style>
a { background-color: #DF15EB; }
a { background-color: rgb(223,21,235); }
div.DivClassName
{
background-color: #DF15EB;
}
.BgClassName
{
background-color: #DF15EB;
}
</style>
border-color css
<style>
span { border-color: #DF15EB; }
span { border-color: rgb(223,21,235); }
td.TdClassName
{
border-color: #DF15EB;
}
.TagClassName
{
border-color: #DF15EB;
}
</style>