#D16681

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

Shades of Charm #D16681

Tints of Charm #D16681

Color information

#D16681 (or 0xD16681) is unknown color: approx Charm. HEX triplet: D1, 66 and 81. RGB value is (209,102,129). Sum of RGB (Red+Green+Blue) = 209+102+129=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D16681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16681 is #2E997E. Grayscale: #898989. Windows color (decimal): -3053951 or 8480465. OLE color: 8480465.

HSL color Cylindrical-coordinate representation of color #D16681: hue angle of 344.86º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16681 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB209102129-
CMYK00.510.380.18
HSL344.86º53.77%60.98%-
HSV(B)344.86º51.2%81.96%-
XYZ35.0124.6423.68-
YUV137.07123.45179.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.5%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 129 (50.78% from 255) = 29.32%
R=47.5%
G=23.18%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910212900.510.380.18344.8653.7760.98
HexD166810332612159363d
Octal32114620106346225316675
Binary11010001110011010000001011001110011010010101011001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16681; }

 p { color: rgb(209,102,129); }

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

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

 a { background-color: rgb(209,102,129); }

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

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

 span { border-color: rgb(209,102,129); }

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