#D114E9

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

Shades of Psychedelic Purple #D114E9

Tints of Psychedelic Purple #D114E9

Color information

#D114E9 (or 0xD114E9) is unknown color: approx Psychedelic Purple. HEX triplet: D1, 14 and E9. RGB value is (209,20,233). Sum of RGB (Red+Green+Blue) = 209+20+233=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 20 (8.20% from 255 or 4.33% from 462); Blue value is 233 (91.41% from 255 or 50.43% from 462); Max value from RGB is 233 - color contains mainly: blue. Hex color #D114E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D114E9 is #2EEB16. Grayscale: #646464. Windows color (decimal): -3074839 or 15275217. OLE color: 15275217.

HSL color Cylindrical-coordinate representation of color #D114E9: hue angle of 293.24º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D114E9 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20920233-
CMYK0.100.9100.09
HSL293.24º84.19%49.61%-
HSV(B)293.24º91.42%91.37%-
XYZ41.2519.9478.77-
YUV100.79202.62205.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.24%
GREEN value IS 20 (8.20% from 255) = 4.33%
BLUE value IS 233 (91.41% from 255) = 50.43%
R=45.24%
G=4.33%
B=50.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal209202330.100.9100.09293.2484.1949.61
HexD114E9A5B091255432
Octal321243511213301144512462
Binary11010001101001110100110101011011010011001001011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D114E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D114E9; }

 p { color: rgb(209,20,233); }

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

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

 a { background-color: rgb(209,20,233); }

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

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

 span { border-color: rgb(209,20,233); }

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