#D197DA

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

Shades of Plum #D197DA

Tints of Plum #D197DA

Color information

#D197DA (or 0xD197DA) is unknown color: approx Plum. HEX triplet: D1, 97 and DA. RGB value is (209,151,218). Sum of RGB (Red+Green+Blue) = 209+151+218=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #D197DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D197DA is #2E6825. Grayscale: #AFAFAF. Windows color (decimal): -3041318 or 14325713. OLE color: 14325713.

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

Color convert

RGB209151218-
CMYK0.040.3100.15
HSL291.94º47.52%72.35%-
HSV(B)291.94º30.73%85.49%-
XYZ50.0240.7571.56-
YUV175.98151.72151.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.16%
GREEN value IS 151 (59.38% from 255) = 26.12%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=36.16%
G=26.12%
B=37.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091512180.040.3100.15291.9447.5272.35
HexD197DA41F0F1243048
Octal32122733243701744460110
Binary11010001100101111101101010011111011111001001001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D197DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D197DA; }

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

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

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

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

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

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

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

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