#D77985

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

Shades of Charm #D77985

Tints of Charm #D77985

Color information

#D77985 (or 0xD77985) is unknown color: approx Charm. HEX triplet: D7, 79 and 85. RGB value is (215,121,133). Sum of RGB (Red+Green+Blue) = 215+121+133=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D77985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77985 is #28867A. Grayscale: #969696. Windows color (decimal): -2655867 or 8747479. OLE color: 8747479.

HSL color Cylindrical-coordinate representation of color #D77985: hue angle of 352.34º 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 #D77985 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB215121133-
CMYK00.440.380.16
HSL352.34º54.02%65.88%-
HSV(B)352.34º43.72%84.31%-
XYZ39.129.8225.88-
YUV150.47118.14174.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.84%
GREEN value IS 121 (47.66% from 255) = 25.80%
BLUE value IS 133 (52.34% from 255) = 28.36%
R=45.84%
G=25.80%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512113300.440.380.16352.3454.0265.88
HexD7798502C26101603642
Octal327171205054462054066102
Binary110101111111001100001010101100100110100001011000001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77985; }

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

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

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

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

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

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

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

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