#D16E89

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

Shades of Charm #D16E89

Tints of Charm #D16E89

Color information

#D16E89 (or 0xD16E89) is unknown color: approx Charm. HEX triplet: D1, 6E and 89. RGB value is (209,110,137). Sum of RGB (Red+Green+Blue) = 209+110+137=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16E89 is #2E9176. Grayscale: #8E8E8E. Windows color (decimal): -3051895 or 9006801. OLE color: 9006801.

HSL color Cylindrical-coordinate representation of color #D16E89: hue angle of 343.64º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16E89 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB209110137-
CMYK00.470.340.18
HSL343.64º51.83%62.55%-
HSV(B)343.64º47.37%81.96%-
XYZ36.3926.5126.87-
YUV142.68124.8175.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.83%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 137 (53.91% from 255) = 30.04%
R=45.83%
G=24.12%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911013700.470.340.18343.6451.8362.55
HexD16E8902F2212158343f
Octal32115621105742225306477
Binary11010001110111010001001010111110001010010101011000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16E89; }

 p { color: rgb(209,110,137); }

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

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

 a { background-color: rgb(209,110,137); }

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

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

 span { border-color: rgb(209,110,137); }

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