Shades of Psychedelic Purple #DF14EB
Tints of Psychedelic Purple #DF14EB
RGB
CMYK
RGB Variations
Color information
#DF14EB (or 0xDF14EB) is known color: Psychedelic Purple. HEX triplet: DF, 14 and EB. RGB value is (223,20,235). Sum of RGB (Red+Green+Blue) = 223+20+235=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 20 (8.20% from 255 or 4.18% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF14EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF14EB is #20EB14. Grayscale: #686868. Windows color (decimal): -2157333 or 15406303. OLE color: 15406303.
HSL color Cylindrical-coordinate representation of color #DF14EB: hue angle of 296.65º 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 #DF14EB is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 20 | 235 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.08 |
| HSL | 296.65º | 0.84% | 0.5% | - |
| HSV(B) | 296.65º | 0.91% | 0.92% | - |
| XYZ | 45.68 | 22.19 | 80.47 | - |
| YUV | 105.21 | 201.25 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 235 | 0.05 | 0.91 | 0 | 0.08 | 296.65 | 0.84 | 0.5 |
| Hex | DF | 14 | EB | 5 | 5B | 0 | 8 | 129 | 54 | 32 |
| Octal | 337 | 24 | 353 | 5 | 133 | 0 | 10 | 451 | 124 | 62 |
| Binary | 11011111 | 10100 | 11101011 | 101 | 1011011 | 0 | 1000 | 100101001 | 1010100 | 110010 |
Color Harmonies of #DF14EB
Complementary color
Monochromatic Colors of #DF14EB
Black with #DF14EB
Text Example
Text Example
White with #DF14EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14EB; }
p { color: rgb(223,20,235); }
H1.HeaderClassName
{
color: #DF14EB;
}
.AnyTagClassName
{
color: #DF14EB;
}
</style>
background-color css
<style>
a { background-color: #DF14EB; }
a { background-color: rgb(223,20,235); }
div.DivClassName
{
background-color: #DF14EB;
}
.BgClassName
{
background-color: #DF14EB;
}
</style>
border-color css
<style>
span { border-color: #DF14EB; }
span { border-color: rgb(223,20,235); }
td.TdClassName
{
border-color: #DF14EB;
}
.TagClassName
{
border-color: #DF14EB;
}
</style>