#D77A88

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

Shades of Charm #D77A88

Tints of Charm #D77A88

Color information

#D77A88 (or 0xD77A88) is unknown color: approx Charm. HEX triplet: D7, 7A and 88. RGB value is (215,122,136). Sum of RGB (Red+Green+Blue) = 215+122+136=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A88 is #288577. Grayscale: #979797. Windows color (decimal): -2655608 or 8944343. OLE color: 8944343.

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

Color convert

RGB215122136-
CMYK00.430.370.16
HSL350.97º53.76%66.08%-
HSV(B)350.97º43.26%84.31%-
XYZ39.4330.1427.03-
YUV151.4119.31173.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.45%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=45.45%
G=25.79%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512213600.430.370.16350.9753.7666.08
HexD77A8802B251015f3642
Octal327172210053452053766102
Binary110101111111010100010000101011100101100001010111111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77A88; }

 p { color: rgb(215,122,136); }

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

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

 a { background-color: rgb(215,122,136); }

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

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

 span { border-color: rgb(215,122,136); }

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