#D119F5

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

Shades of Psychedelic Purple #D119F5

Tints of Psychedelic Purple #D119F5

Color information

#D119F5 (or 0xD119F5) is unknown color: approx Psychedelic Purple. HEX triplet: D1, 19 and F5. RGB value is (209,25,245). Sum of RGB (Red+Green+Blue) = 209+25+245=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 25 (10.16% from 255 or 5.22% from 479); Blue value is 245 (96.09% from 255 or 51.15% from 479); Max value from RGB is 245 - color contains mainly: blue. Hex color #D119F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D119F5 is #2EE60A. Grayscale: #686868. Windows color (decimal): -3073547 or 16062929. OLE color: 16062929.

HSL color Cylindrical-coordinate representation of color #D119F5: hue angle of 290.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D119F5 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20925245-
CMYK0.150.9000.04
HSL290.18º91.67%52.94%-
HSV(B)290.18º89.8%96.08%-
XYZ43.1220.8488.14-
YUV105.1206.96202.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.63%
GREEN value IS 25 (10.16% from 255) = 5.22%
BLUE value IS 245 (96.09% from 255) = 51.15%
R=43.63%
G=5.22%
B=51.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal209252450.150.9000.04290.1891.6752.94
HexD119F5F5A041225c35
Octal32131365171320444213465
Binary1101000111001111101011111101101001001001000101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D119F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D119F5; }

 p { color: rgb(209,25,245); }

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

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

 a { background-color: rgb(209,25,245); }

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

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

 span { border-color: rgb(209,25,245); }

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