#D194D9

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

Shades of Plum #D194D9

Tints of Plum #D194D9

Color information

#D194D9 (or 0xD194D9) is unknown color: approx Plum. HEX triplet: D1, 94 and D9. RGB value is (209,148,217). Sum of RGB (Red+Green+Blue) = 209+148+217=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #D194D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194D9 is #2E6B26. Grayscale: #ADADAD. Windows color (decimal): -3042087 or 14259409. OLE color: 14259409.

HSL color Cylindrical-coordinate representation of color #D194D9: hue angle of 293.04º degrees, saturation: 0.48, 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 #D194D9 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209148217-
CMYK0.040.3200.15
HSL293.04º47.59%71.57%-
HSV(B)293.04º31.8%85.1%-
XYZ49.4139.7470.71-
YUV174.1152.21152.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.41%
GREEN value IS 148 (58.20% from 255) = 25.78%
BLUE value IS 217 (85.16% from 255) = 37.80%
R=36.41%
G=25.78%
B=37.80%

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
Decimal2091482170.040.3200.15293.0447.5971.57
HexD194D94200F1253048
Octal32122433144001744560110
Binary110100011001010011011001100100000011111001001011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D194D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D194D9; }

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

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

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

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

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

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

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

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