#D77690

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

Shades of Charm #D77690

Tints of Charm #D77690

Color information

#D77690 (or 0xD77690) is unknown color: approx Charm. HEX triplet: D7, 76 and 90. RGB value is (215,118,144). Sum of RGB (Red+Green+Blue) = 215+118+144=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D77690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77690 is #28896F. Grayscale: #959595. Windows color (decimal): -2656624 or 9467607. OLE color: 9467607.

HSL color Cylindrical-coordinate representation of color #D77690: hue angle of 343.92º 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 #D77690 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB215118144-
CMYK00.450.330.16
HSL343.92º54.8%65.29%-
HSV(B)343.92º45.12%84.31%-
XYZ39.5429.4229.98-
YUV149.97124.64174.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.07%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 144 (56.64% from 255) = 30.19%
R=45.07%
G=24.74%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511814400.450.330.16343.9254.865.29
HexD7769002D21101583741
Octal327166220055412053067101
Binary110101111110110100100000101101100001100001010110001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77690; }

 p { color: rgb(215,118,144); }

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

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

 a { background-color: rgb(215,118,144); }

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

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

 span { border-color: rgb(215,118,144); }

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