Shades of Psychedelic Purple #DF19ED
Tints of Psychedelic Purple #DF19ED
RGB
CMYK
RGB Variations
Color information
#DF19ED (or 0xDF19ED) is known color: Psychedelic Purple. HEX triplet: DF, 19 and ED. RGB value is (223,25,237). Sum of RGB (Red+Green+Blue) = 223+25+237=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 25 (10.16% from 255 or 5.15% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF19ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF19ED is #20E612. Grayscale: #6B6B6B. Windows color (decimal): -2156051 or 15538655. OLE color: 15538655.
HSL color Cylindrical-coordinate representation of color #DF19ED: hue angle of 296.04º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF19ED is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 25 | 237 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.07 |
| HSL | 296.04º | 0.85% | 0.51% | - |
| HSV(B) | 296.04º | 0.89% | 0.93% | - |
| XYZ | 46.07 | 22.5 | 82.04 | - |
| YUV | 108.37 | 200.6 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 237 | 0.06 | 0.89 | 0 | 0.07 | 296.04 | 0.85 | 0.51 |
| Hex | DF | 19 | ED | 6 | 59 | 0 | 7 | 128 | 55 | 33 |
| Octal | 337 | 31 | 355 | 6 | 131 | 0 | 7 | 450 | 125 | 63 |
| Binary | 11011111 | 11001 | 11101101 | 110 | 1011001 | 0 | 111 | 100101000 | 1010101 | 110011 |
Color Harmonies of #DF19ED
Complementary color
Monochromatic Colors of #DF19ED
Black with #DF19ED
Text Example
Text Example
White with #DF19ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF19ED; }
p { color: rgb(223,25,237); }
H1.HeaderClassName
{
color: #DF19ED;
}
.AnyTagClassName
{
color: #DF19ED;
}
</style>
background-color css
<style>
a { background-color: #DF19ED; }
a { background-color: rgb(223,25,237); }
div.DivClassName
{
background-color: #DF19ED;
}
.BgClassName
{
background-color: #DF19ED;
}
</style>
border-color css
<style>
span { border-color: #DF19ED; }
span { border-color: rgb(223,25,237); }
td.TdClassName
{
border-color: #DF19ED;
}
.TagClassName
{
border-color: #DF19ED;
}
</style>