#D16F84

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

Shades of Charm #D16F84

Tints of Charm #D16F84

Color information

#D16F84 (or 0xD16F84) is unknown color: approx Charm. HEX triplet: D1, 6F and 84. RGB value is (209,111,132). Sum of RGB (Red+Green+Blue) = 209+111+132=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16F84 is #2E907B. Grayscale: #8E8E8E. Windows color (decimal): -3051644 or 8679377. OLE color: 8679377.

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

Color convert

RGB209111132-
CMYK00.470.370.18
HSL347.14º51.58%62.75%-
HSV(B)347.14º46.89%81.96%-
XYZ36.1426.5925.06-
YUV142.7121.97175.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.24%
GREEN value IS 111 (43.75% from 255) = 24.56%
BLUE value IS 132 (51.95% from 255) = 29.20%
R=46.24%
G=24.56%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911113200.470.370.18347.1451.5862.75
HexD16F8402F251215b343f
Octal32115720405745225336477
Binary11010001110111110000100010111110010110010101011011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16F84; }

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

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

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

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

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

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

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

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