#DF19E5

Color #DF19E5 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #DF19E5

Tints of Psychedelic Purple #DF19E5

Color information

#DF19E5 (or 0xDF19E5) is unknown color: approx Psychedelic Purple. HEX triplet: DF, 19 and E5. RGB value is (223,25,229). Sum of RGB (Red+Green+Blue) = 223+25+229=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 25 (10.16% from 255 or 5.24% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF19E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF19E5 is #20E61A. Grayscale: #6A6A6A. Windows color (decimal): -2156059 or 15014367. OLE color: 15014367.

HSL color Cylindrical-coordinate representation of color #DF19E5: hue angle of 298.24º 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 #DF19E5 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22325229-
CMYK0.030.8900.10
HSL298.24º80.31%49.8%-
HSV(B)298.24º89.08%89.8%-
XYZ44.9222.0476.02-
YUV107.46196.6210.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 46.75%
GREEN value IS 25 (10.16% from 255) = 5.24%
BLUE value IS 229 (89.84% from 255) = 48.01%
R=46.75%
G=5.24%
B=48.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal223252290.030.8900.10298.2480.3149.8
HexDF19E53590A12a5032
Octal33731345313101245212062
Binary110111111100111100101111011001010101001010101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF19E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF19E5; }

 p { color: rgb(223,25,229); }

 H1.HeaderClassName
 {
   color: #DF19E5;
 }
 .AnyTagClassName
 {
   color: #DF19E5;
 }
</style>
background-color css

<style>
 a { background-color: #DF19E5; }

 a { background-color: rgb(223,25,229); }

 div.DivClassName
 {
   background-color: #DF19E5;
 }
 .BgClassName
 {
   background-color: #DF19E5;
 }
</style>
border-color css

<style>
 span { border-color: #DF19E5; }

 span { border-color: rgb(223,25,229); }

 td.TdClassName
 {
   border-color: #DF19E5;
 }
 .TagClassName
 {
   border-color: #DF19E5;
 }
</style>