#D77F88

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

Shades of Charm #D77F88

Tints of Charm #D77F88

Color information

#D77F88 (or 0xD77F88) is unknown color: approx Charm. HEX triplet: D7, 7F and 88. RGB value is (215,127,136). Sum of RGB (Red+Green+Blue) = 215+127+136=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F88 is #288077. Grayscale: #9A9A9A. Windows color (decimal): -2654328 or 8945623. OLE color: 8945623.

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

Color convert

RGB215127136-
CMYK00.410.370.16
HSL353.86º52.38%67.06%-
HSV(B)353.86º40.93%84.31%-
XYZ40.0631.427.24-
YUV154.34117.65171.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.98%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 136 (53.52% from 255) = 28.45%
R=44.98%
G=26.57%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512713600.410.370.16353.8652.3867.06
HexD77F8802925101623443
Octal327177210051452054264103
Binary110101111111111100010000101001100101100001011000101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77F88; }

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

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

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

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

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

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

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

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