#D77780

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

Shades of Charm #D77780

Tints of Charm #D77780

Color information

#D77780 (or 0xD77780) is unknown color: approx Charm. HEX triplet: D7, 77 and 80. RGB value is (215,119,128). Sum of RGB (Red+Green+Blue) = 215+119+128=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D77780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77780 is #28887F. Grayscale: #949494. Windows color (decimal): -2656384 or 8419287. OLE color: 8419287.

HSL color Cylindrical-coordinate representation of color #D77780: hue angle of 354.38º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D77780 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB215119128-
CMYK00.450.400.16
HSL354.38º54.55%65.49%-
HSV(B)354.38º44.65%84.31%-
XYZ38.5229.224.03-
YUV148.73116.3175.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.54%
GREEN value IS 119 (46.88% from 255) = 25.76%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=46.54%
G=25.76%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511912800.450.400.16354.3854.5565.49
HexD7778002D28101623741
Octal327167200055502054267101
Binary110101111110111100000000101101101000100001011000101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77780; }

 p { color: rgb(215,119,128); }

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

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

 a { background-color: rgb(215,119,128); }

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

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

 span { border-color: rgb(215,119,128); }

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