#D197D8

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

Shades of Plum #D197D8

Tints of Plum #D197D8

Color information

#D197D8 (or 0xD197D8) is unknown color: approx Plum. HEX triplet: D1, 97 and D8. RGB value is (209,151,216). Sum of RGB (Red+Green+Blue) = 209+151+216=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #D197D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D197D8 is #2E6827. Grayscale: #AFAFAF. Windows color (decimal): -3041320 or 14194641. OLE color: 14194641.

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

Color convert

RGB209151216-
CMYK0.030.3000.15
HSL293.54º45.45%71.96%-
HSV(B)293.54º30.09%84.71%-
XYZ49.7640.6570.19-
YUV175.75150.72151.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.28%
GREEN value IS 151 (59.38% from 255) = 26.22%
BLUE value IS 216 (84.77% from 255) = 37.5%
R=36.28%
G=26.22%
B=37.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091512160.030.3000.15293.5445.4571.96
HexD197D831E0F1262d48
Octal32122733033601744655110
Binary1101000110010111110110001111110011111001001101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D197D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D197D8; }

 p { color: rgb(209,151,216); }

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

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

 a { background-color: rgb(209,151,216); }

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

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

 span { border-color: rgb(209,151,216); }

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