#D77482

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

Shades of Charm #D77482

Tints of Charm #D77482

Color information

#D77482 (or 0xD77482) is unknown color: approx Charm. HEX triplet: D7, 74 and 82. RGB value is (215,116,130). Sum of RGB (Red+Green+Blue) = 215+116+130=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D77482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77482 is #288B7D. Grayscale: #939393. Windows color (decimal): -2657150 or 8549591. OLE color: 8549591.

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

Color convert

RGB215116130-
CMYK00.460.400.16
HSL351.52º55.31%64.9%-
HSV(B)351.52º46.05%84.31%-
XYZ38.328.5524.61-
YUV147.2118.3176.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.64%
GREEN value IS 116 (45.70% from 255) = 25.16%
BLUE value IS 130 (51.17% from 255) = 28.20%
R=46.64%
G=25.16%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511613000.460.400.16351.5255.3164.9
HexD7748202E28101603741
Octal327164202056502054067101
Binary110101111110100100000100101110101000100001011000001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77482; }

 p { color: rgb(215,116,130); }

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

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

 a { background-color: rgb(215,116,130); }

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

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

 span { border-color: rgb(215,116,130); }

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