#D77F83

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

Shades of Charm #D77F83

Tints of Charm #D77F83

Color information

#D77F83 (or 0xD77F83) is unknown color: approx Charm. HEX triplet: D7, 7F and 83. RGB value is (215,127,131). Sum of RGB (Red+Green+Blue) = 215+127+131=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F83 is #28807C. Grayscale: #999999. Windows color (decimal): -2654333 or 8617943. OLE color: 8617943.

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

Color convert

RGB215127131-
CMYK00.410.390.16
HSL357.27º52.38%67.06%-
HSV(B)357.27º40.93%84.31%-
XYZ39.7131.2625.41-
YUV153.77115.15171.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.45%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 131 (51.56% from 255) = 27.70%
R=45.45%
G=26.85%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512713100.410.390.16357.2752.3867.06
HexD77F8302927101653443
Octal327177203051472054564103
Binary110101111111111100000110101001100111100001011001011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77F83; }

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

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

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

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

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

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

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

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