#D77F81

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

Shades of Charm #D77F81

Tints of Charm #D77F81

Color information

#D77F81 (or 0xD77F81) is unknown color: approx Charm. HEX triplet: D7, 7F and 81. RGB value is (215,127,129). Sum of RGB (Red+Green+Blue) = 215+127+129=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F81 is #28807E. Grayscale: #999999. Windows color (decimal): -2654335 or 8486871. OLE color: 8486871.

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

Color convert

RGB215127129-
CMYK00.410.40.16
HSL358.64º52.38%67.06%-
HSV(B)358.64º40.93%84.31%-
XYZ39.5831.2124.71-
YUV153.54114.15171.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.65%
GREEN value IS 127 (50% from 255) = 26.96%
BLUE value IS 129 (50.78% from 255) = 27.39%
R=45.65%
G=26.96%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512712900.410.40.16358.6452.3867.06
HexD77F8102928101673443
Octal327177201051502054764103
Binary110101111111111100000010101001101000100001011001111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77F81; }

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

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

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

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

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

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

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

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