#D16B84

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

Shades of Charm #D16B84

Tints of Charm #D16B84

Color information

#D16B84 (or 0xD16B84) is unknown color: approx Charm. HEX triplet: D1, 6B and 84. RGB value is (209,107,132). Sum of RGB (Red+Green+Blue) = 209+107+132=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16B84 is #2E947B. Grayscale: #8C8C8C. Windows color (decimal): -3052668 or 8678353. OLE color: 8678353.

HSL color Cylindrical-coordinate representation of color #D16B84: hue angle of 345.29º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16B84 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB209107132-
CMYK00.490.370.18
HSL345.29º52.58%61.96%-
HSV(B)345.29º48.8%81.96%-
XYZ35.7225.7424.91-
YUV140.35123.29176.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.65%
GREEN value IS 107 (42.19% from 255) = 23.88%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=46.65%
G=23.88%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910713200.490.370.18345.2952.5861.96
HexD16B840312512159353e
Octal32115320406145225316576
Binary11010001110101110000100011000110010110010101011001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16B84; }

 p { color: rgb(209,107,132); }

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

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

 a { background-color: rgb(209,107,132); }

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

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

 span { border-color: rgb(209,107,132); }

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