#D77F8B

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

Shades of Charm #D77F8B

Tints of Charm #D77F8B

Color information

#D77F8B (or 0xD77F8B) is unknown color: approx Charm. HEX triplet: D7, 7F and 8B. RGB value is (215,127,139). Sum of RGB (Red+Green+Blue) = 215+127+139=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F8B is #288074. Grayscale: #9A9A9A. Windows color (decimal): -2654325 or 9142231. OLE color: 9142231.

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

Color convert

RGB215127139-
CMYK00.410.350.16
HSL351.82º52.38%67.06%-
HSV(B)351.82º40.93%84.31%-
XYZ40.2731.4928.38-
YUV154.68119.15171.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.70%
GREEN value IS 127 (50% from 255) = 26.40%
BLUE value IS 139 (54.69% from 255) = 28.90%
R=44.70%
G=26.40%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512713900.410.350.16351.8252.3867.06
HexD77F8B02923101603443
Octal327177213051432054064103
Binary110101111111111100010110101001100011100001011000001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77F8B; }

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

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

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

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

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

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

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

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