#D77F89

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

Shades of Charm #D77F89

Tints of Charm #D77F89

Color information

#D77F89 (or 0xD77F89) is unknown color: approx Charm. HEX triplet: D7, 7F and 89. RGB value is (215,127,137). Sum of RGB (Red+Green+Blue) = 215+127+137=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F89 is #288076. Grayscale: #9A9A9A. Windows color (decimal): -2654327 or 9011159. OLE color: 9011159.

HSL color Cylindrical-coordinate representation of color #D77F89: hue angle of 353.18º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77F89 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB215127137-
CMYK00.410.360.16
HSL353.18º52.38%67.06%-
HSV(B)353.18º40.93%84.31%-
XYZ40.1331.4327.62-
YUV154.45118.15171.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.89%
GREEN value IS 127 (50% from 255) = 26.51%
BLUE value IS 137 (53.91% from 255) = 28.60%
R=44.89%
G=26.51%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512713700.410.360.16353.1852.3867.06
HexD77F8902924101613443
Octal327177211051442054164103
Binary110101111111111100010010101001100100100001011000011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77F89; }

 p { color: rgb(215,127,137); }

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

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

 a { background-color: rgb(215,127,137); }

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

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

 span { border-color: rgb(215,127,137); }

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