Shades of Psychedelic Purple #DF19E6
Tints of Psychedelic Purple #DF19E6
RGB
CMYK
RGB Variations
Color information
#DF19E6 (or 0xDF19E6) is known color: Psychedelic Purple. HEX triplet: DF, 19 and E6. RGB value is (223,25,230). Sum of RGB (Red+Green+Blue) = 223+25+230=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 25 (10.16% from 255 or 5.23% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF19E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF19E6 is #20E619. Grayscale: #6A6A6A. Windows color (decimal): -2156058 or 15079903. OLE color: 15079903.
HSL color Cylindrical-coordinate representation of color #DF19E6: hue angle of 297.95º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF19E6 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 25 | 230 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.10 |
| HSL | 297.95º | 0.8% | 0.5% | - |
| HSV(B) | 297.95º | 0.89% | 0.9% | - |
| XYZ | 45.06 | 22.1 | 76.75 | - |
| YUV | 107.57 | 197.1 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 230 | 0.03 | 0.89 | 0 | 0.10 | 297.95 | 0.8 | 0.5 |
| Hex | DF | 19 | E6 | 3 | 59 | 0 | A | 12A | 50 | 32 |
| Octal | 337 | 31 | 346 | 3 | 131 | 0 | 12 | 452 | 120 | 62 |
| Binary | 11011111 | 11001 | 11100110 | 11 | 1011001 | 0 | 1010 | 100101010 | 1010000 | 110010 |
Color Harmonies of #DF19E6
Complementary color
Monochromatic Colors of #DF19E6
Black with #DF19E6
Text Example
Text Example
White with #DF19E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF19E6; }
p { color: rgb(223,25,230); }
H1.HeaderClassName
{
color: #DF19E6;
}
.AnyTagClassName
{
color: #DF19E6;
}
</style>
background-color css
<style>
a { background-color: #DF19E6; }
a { background-color: rgb(223,25,230); }
div.DivClassName
{
background-color: #DF19E6;
}
.BgClassName
{
background-color: #DF19E6;
}
</style>
border-color css
<style>
span { border-color: #DF19E6; }
span { border-color: rgb(223,25,230); }
td.TdClassName
{
border-color: #DF19E6;
}
.TagClassName
{
border-color: #DF19E6;
}
</style>