#D196D7

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

Shades of Plum #D196D7

Tints of Plum #D196D7

Color information

#D196D7 (or 0xD196D7) is unknown color: approx Plum. HEX triplet: D1, 96 and D7. RGB value is (209,150,215). Sum of RGB (Red+Green+Blue) = 209+150+215=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #D196D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196D7 is #2E6928. Grayscale: #AEAEAE. Windows color (decimal): -3041577 or 14128849. OLE color: 14128849.

HSL color Cylindrical-coordinate representation of color #D196D7: hue angle of 294.46º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D196D7 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209150215-
CMYK0.030.3000.16
HSL294.46º44.83%71.57%-
HSV(B)294.46º30.23%84.31%-
XYZ49.4740.2769.46-
YUV175.05150.55152.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.41%
GREEN value IS 150 (58.98% from 255) = 26.13%
BLUE value IS 215 (84.38% from 255) = 37.46%
R=36.41%
G=26.13%
B=37.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091502150.030.3000.16294.4644.8371.57
HexD196D731E0101262d48
Octal32122632733602044655110
Binary11010001100101101101011111111100100001001001101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D196D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D196D7; }

 p { color: rgb(209,150,215); }

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

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

 a { background-color: rgb(209,150,215); }

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

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

 span { border-color: rgb(209,150,215); }

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