#D77D84

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

Shades of Charm #D77D84

Tints of Charm #D77D84

Color information

#D77D84 (or 0xD77D84) is unknown color: approx Charm. HEX triplet: D7, 7D and 84. RGB value is (215,125,132). Sum of RGB (Red+Green+Blue) = 215+125+132=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77D84 is #28827B. Grayscale: #989898. Windows color (decimal): -2654844 or 8682967. OLE color: 8682967.

HSL color Cylindrical-coordinate representation of color #D77D84: hue angle of 355.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77D84 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB215125132-
CMYK00.420.390.16
HSL355.33º52.94%66.67%-
HSV(B)355.33º41.86%84.31%-
XYZ39.5230.7825.69-
YUV152.71116.32172.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.55%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=45.55%
G=26.48%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512513200.420.390.16355.3352.9466.67
HexD77D8402A27101633543
Octal327175204052472054365103
Binary110101111111101100001000101010100111100001011000111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77D84; }

 p { color: rgb(215,125,132); }

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

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

 a { background-color: rgb(215,125,132); }

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

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

 span { border-color: rgb(215,125,132); }

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