Shades of Psychedelic Purple #DF19EB
Tints of Psychedelic Purple #DF19EB
RGB
CMYK
RGB Variations
Color information
#DF19EB (or 0xDF19EB) is known color: Psychedelic Purple. HEX triplet: DF, 19 and EB. RGB value is (223,25,235). Sum of RGB (Red+Green+Blue) = 223+25+235=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 25 (10.16% from 255 or 5.18% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF19EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF19EB is #20E614. Grayscale: #6B6B6B. Windows color (decimal): -2156053 or 15407583. OLE color: 15407583.
HSL color Cylindrical-coordinate representation of color #DF19EB: hue angle of 296.57º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF19EB is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 25 | 235 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.08 |
| HSL | 296.57º | 0.84% | 0.51% | - |
| HSV(B) | 296.57º | 0.89% | 0.92% | - |
| XYZ | 45.77 | 22.38 | 80.5 | - |
| YUV | 108.14 | 199.6 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 235 | 0.05 | 0.89 | 0 | 0.08 | 296.57 | 0.84 | 0.51 |
| Hex | DF | 19 | EB | 5 | 59 | 0 | 8 | 129 | 54 | 33 |
| Octal | 337 | 31 | 353 | 5 | 131 | 0 | 10 | 451 | 124 | 63 |
| Binary | 11011111 | 11001 | 11101011 | 101 | 1011001 | 0 | 1000 | 100101001 | 1010100 | 110011 |
Color Harmonies of #DF19EB
Complementary color
Monochromatic Colors of #DF19EB
Black with #DF19EB
Text Example
Text Example
White with #DF19EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF19EB; }
p { color: rgb(223,25,235); }
H1.HeaderClassName
{
color: #DF19EB;
}
.AnyTagClassName
{
color: #DF19EB;
}
</style>
background-color css
<style>
a { background-color: #DF19EB; }
a { background-color: rgb(223,25,235); }
div.DivClassName
{
background-color: #DF19EB;
}
.BgClassName
{
background-color: #DF19EB;
}
</style>
border-color css
<style>
span { border-color: #DF19EB; }
span { border-color: rgb(223,25,235); }
td.TdClassName
{
border-color: #DF19EB;
}
.TagClassName
{
border-color: #DF19EB;
}
</style>