#D19AD6

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

Shades of Plum #D19AD6

Tints of Plum #D19AD6

Color information

#D19AD6 (or 0xD19AD6) is unknown color: approx Plum. HEX triplet: D1, 9A and D6. RGB value is (209,154,214). Sum of RGB (Red+Green+Blue) = 209+154+214=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 214 - color contains mainly: blue. Hex color #D19AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19AD6 is #2E6529. Grayscale: #B1B1B1. Windows color (decimal): -3040554 or 14064337. OLE color: 14064337.

HSL color Cylindrical-coordinate representation of color #D19AD6: hue angle of 295º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D19AD6 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209154214-
CMYK0.020.2800.16
HSL295º42.25%72.16%-
HSV(B)295º28.04%83.92%-
XYZ49.9941.5269-
YUV177.29148.72150.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.22%
GREEN value IS 154 (60.55% from 255) = 26.69%
BLUE value IS 214 (83.98% from 255) = 37.09%
R=36.22%
G=26.69%
B=37.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091542140.020.2800.1629542.2572.16
HexD19AD621C0101272a48
Octal32123232623402044752110
Binary11010001100110101101011010111000100001001001111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19AD6; }

 p { color: rgb(209,154,214); }

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

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

 a { background-color: rgb(209,154,214); }

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

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

 span { border-color: rgb(209,154,214); }

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