#D77089

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

Shades of Charm #D77089

Tints of Charm #D77089

Color information

#D77089 (or 0xD77089) is unknown color: approx Charm. HEX triplet: D7, 70 and 89. RGB value is (215,112,137). Sum of RGB (Red+Green+Blue) = 215+112+137=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D77089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77089 is #288F76. Grayscale: #919191. Windows color (decimal): -2658167 or 9007319. OLE color: 9007319.

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

Color convert

RGB215112137-
CMYK00.480.360.16
HSL345.44º56.28%64.12%-
HSV(B)345.44º47.91%84.31%-
XYZ38.3327.8427.02-
YUV145.65123.12177.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.34%
GREEN value IS 112 (44.14% from 255) = 24.14%
BLUE value IS 137 (53.91% from 255) = 29.53%
R=46.34%
G=24.14%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511213700.480.360.16345.4456.2864.12
HexD7708903024101593840
Octal327160211060442053170100
Binary110101111110000100010010110000100100100001010110011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77089; }

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

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

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

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

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

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

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

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