#D77981

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

Shades of Charm #D77981

Tints of Charm #D77981

Color information

#D77981 (or 0xD77981) is unknown color: approx Charm. HEX triplet: D7, 79 and 81. RGB value is (215,121,129). Sum of RGB (Red+Green+Blue) = 215+121+129=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D77981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77981 is #28867E. Grayscale: #969696. Windows color (decimal): -2655871 or 8485335. OLE color: 8485335.

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

Color convert

RGB215121129-
CMYK00.440.40.16
HSL354.89º54.02%65.88%-
HSV(B)354.89º43.72%84.31%-
XYZ38.8229.7124.46-
YUV150.02116.14174.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.24%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 129 (50.78% from 255) = 27.74%
R=46.24%
G=26.02%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512112900.440.40.16354.8954.0265.88
HexD7798102C28101633642
Octal327171201054502054366102
Binary110101111111001100000010101100101000100001011000111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77981; }

 p { color: rgb(215,121,129); }

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

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

 a { background-color: rgb(215,121,129); }

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

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

 span { border-color: rgb(215,121,129); }

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