#D77880

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

Shades of Charm #D77880

Tints of Charm #D77880

Color information

#D77880 (or 0xD77880) is unknown color: approx Charm. HEX triplet: D7, 78 and 80. RGB value is (215,120,128). Sum of RGB (Red+Green+Blue) = 215+120+128=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D77880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77880 is #28877F. Grayscale: #959595. Windows color (decimal): -2656128 or 8419543. OLE color: 8419543.

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

Color convert

RGB215120128-
CMYK00.440.400.16
HSL354.95º54.29%65.69%-
HSV(B)354.95º44.19%84.31%-
XYZ38.6429.4424.07-
YUV149.32115.97174.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.44%
GREEN value IS 120 (47.27% from 255) = 25.92%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=46.44%
G=25.92%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512012800.440.400.16354.9554.2965.69
HexD7788002C28101633642
Octal327170200054502054366102
Binary110101111111000100000000101100101000100001011000111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77880; }

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

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

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

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

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

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

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

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