#D77C88

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

Shades of Charm #D77C88

Tints of Charm #D77C88

Color information

#D77C88 (or 0xD77C88) is unknown color: approx Charm. HEX triplet: D7, 7C and 88. RGB value is (215,124,136). Sum of RGB (Red+Green+Blue) = 215+124+136=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77C88 is #288377. Grayscale: #989898. Windows color (decimal): -2655096 or 8944855. OLE color: 8944855.

HSL color Cylindrical-coordinate representation of color #D77C88: hue angle of 352.09º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77C88 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB215124136-
CMYK00.420.370.16
HSL352.09º53.22%66.47%-
HSV(B)352.09º42.33%84.31%-
XYZ39.6830.6427.12-
YUV152.58118.65172.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.26%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 136 (53.52% from 255) = 28.63%
R=45.26%
G=26.11%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512413600.420.370.16352.0953.2266.47
HexD77C8802A25101603542
Octal327174210052452054065102
Binary110101111111100100010000101010100101100001011000001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77C88; }

 p { color: rgb(215,124,136); }

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

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

 a { background-color: rgb(215,124,136); }

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

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

 span { border-color: rgb(215,124,136); }

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