#d16682

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

Shades of Charm #D16682

Tints of Charm #D16682

Color information

#D16682 (or 0xD16682) is unknown color: approx Charm. HEX triplet: D1, 66 and 82. RGB value is (209,102,130). Sum of RGB (Red+Green+Blue) = 209+102+130=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D16682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16682 is #2E997D. Grayscale: #898989. Windows color (decimal): -3053950 or 8546001. OLE color: 8546001.

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

Color convert

RGB209102130-
CMYK00.510.380.18
HSL344.3º53.77%60.98%-
HSV(B)344.3º51.2%81.96%-
XYZ35.0824.6724.03-
YUV137.18123.95179.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.39%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 130 (51.17% from 255) = 29.48%
R=47.39%
G=23.13%
B=29.48%

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
Decimal20910213000.510.380.18344.353.7760.98
HexD166820332612158363d
Octal32114620206346225306675
Binary11010001110011010000010011001110011010010101011000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d16682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d16682; }

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

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

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

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

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

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

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

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