#D76D86

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

Shades of Charm #D76D86

Tints of Charm #D76D86

Color information

#D76D86 (or 0xD76D86) is unknown color: approx Charm. HEX triplet: D7, 6D and 86. RGB value is (215,109,134). Sum of RGB (Red+Green+Blue) = 215+109+134=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D86 is #289279. Grayscale: #8F8F8F. Windows color (decimal): -2658938 or 8809943. OLE color: 8809943.

HSL color Cylindrical-coordinate representation of color #D76D86: hue angle of 345.85º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76D86 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB215109134-
CMYK00.490.380.16
HSL345.85º56.99%63.53%-
HSV(B)345.85º49.3%84.31%-
XYZ37.827.1125.79-
YUV143.54122.62178.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.94%
GREEN value IS 109 (42.97% from 255) = 23.80%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=46.94%
G=23.80%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510913400.490.380.16345.8556.9963.53
HexD76D86031261015a3940
Octal327155206061462053271100
Binary110101111101101100001100110001100110100001010110101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76D86; }

 p { color: rgb(215,109,134); }

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

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

 a { background-color: rgb(215,109,134); }

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

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

 span { border-color: rgb(215,109,134); }

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