#D77A89

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

Shades of Charm #D77A89

Tints of Charm #D77A89

Color information

#D77A89 (or 0xD77A89) is unknown color: approx Charm. HEX triplet: D7, 7A and 89. RGB value is (215,122,137). Sum of RGB (Red+Green+Blue) = 215+122+137=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A89 is #288576. Grayscale: #979797. Windows color (decimal): -2655607 or 9009879. OLE color: 9009879.

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

Color convert

RGB215122137-
CMYK00.430.360.16
HSL350.32º53.76%66.08%-
HSV(B)350.32º43.26%84.31%-
XYZ39.530.1727.41-
YUV151.52119.81173.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.36%
GREEN value IS 122 (48.05% from 255) = 25.74%
BLUE value IS 137 (53.91% from 255) = 28.90%
R=45.36%
G=25.74%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512213700.430.360.16350.3253.7666.08
HexD77A8902B241015e3642
Octal327172211053442053666102
Binary110101111111010100010010101011100100100001010111101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77A89; }

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

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

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

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

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

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

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

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