#D16E7C

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

Shades of Charm #D16E7C

Tints of Charm #D16E7C

Color information

#D16E7C (or 0xD16E7C) is unknown color: approx Charm. HEX triplet: D1, 6E and 7C. RGB value is (209,110,124). Sum of RGB (Red+Green+Blue) = 209+110+124=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E7C is #2E9183. Grayscale: #8D8D8D. Windows color (decimal): -3051908 or 8154833. OLE color: 8154833.

HSL color Cylindrical-coordinate representation of color #D16E7C: hue angle of 351.52º 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 #D16E7C is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB209110124-
CMYK00.470.410.18
HSL351.52º51.83%62.55%-
HSV(B)351.52º47.37%81.96%-
XYZ35.5126.1622.25-
YUV141.2118.3176.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.18%
GREEN value IS 110 (43.36% from 255) = 24.83%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=47.18%
G=24.83%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911012400.470.410.18351.5251.8362.55
HexD16E7C02F2912160343f
Octal32115617405751225406477
Binary1101000111011101111100010111110100110010101100000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16E7C; }

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

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

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

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

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

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

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

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