#D77F8C

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

Shades of Charm #D77F8C

Tints of Charm #D77F8C

Color information

#D77F8C (or 0xD77F8C) is unknown color: approx Charm. HEX triplet: D7, 7F and 8C. RGB value is (215,127,140). Sum of RGB (Red+Green+Blue) = 215+127+140=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F8C is #288073. Grayscale: #9A9A9A. Windows color (decimal): -2654324 or 9207767. OLE color: 9207767.

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

Color convert

RGB215127140-
CMYK00.410.350.16
HSL351.14º52.38%67.06%-
HSV(B)351.14º40.93%84.31%-
XYZ40.3531.5228.77-
YUV154.79119.65170.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.61%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=44.61%
G=26.35%
B=29.05%

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
Decimal21512714000.410.350.16351.1452.3867.06
HexD77F8C029231015f3443
Octal327177214051432053764103
Binary110101111111111100011000101001100011100001010111111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77F8C; }

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

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

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

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

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

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

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

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