#D194DA

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

Shades of Plum #D194DA

Tints of Plum #D194DA

Color information

#D194DA (or 0xD194DA) is unknown color: approx Plum. HEX triplet: D1, 94 and DA. RGB value is (209,148,218). Sum of RGB (Red+Green+Blue) = 209+148+218=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #D194DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194DA is #2E6B25. Grayscale: #ADADAD. Windows color (decimal): -3042086 or 14324945. OLE color: 14324945.

HSL color Cylindrical-coordinate representation of color #D194DA: hue angle of 292.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D194DA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209148218-
CMYK0.040.3200.15
HSL292.29º48.61%71.76%-
HSV(B)292.29º32.11%85.49%-
XYZ49.5439.871.4-
YUV174.22152.71152.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.35%
GREEN value IS 148 (58.20% from 255) = 25.74%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=36.35%
G=25.74%
B=37.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091482180.040.3200.15292.2948.6171.76
HexD194DA4200F1243148
Octal32122433244001744461110
Binary110100011001010011011010100100000011111001001001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D194DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D194DA; }

 p { color: rgb(209,148,218); }

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

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

 a { background-color: rgb(209,148,218); }

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

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

 span { border-color: rgb(209,148,218); }

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