#D77D8E

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

Shades of Charm #D77D8E

Tints of Charm #D77D8E

Color information

#D77D8E (or 0xD77D8E) is unknown color: approx Charm. HEX triplet: D7, 7D and 8E. RGB value is (215,125,142). Sum of RGB (Red+Green+Blue) = 215+125+142=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77D8E is #288271. Grayscale: #999999. Windows color (decimal): -2654834 or 9338327. OLE color: 9338327.

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

Color convert

RGB215125142-
CMYK00.420.340.16
HSL348.67º52.94%66.67%-
HSV(B)348.67º41.86%84.31%-
XYZ40.2431.0729.47-
YUV153.85121.32171.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.61%
GREEN value IS 125 (49.22% from 255) = 25.93%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=44.61%
G=25.93%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512514200.420.340.16348.6752.9466.67
HexD77D8E02A221015d3543
Octal327175216052422053565103
Binary110101111111101100011100101010100010100001010111011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77D8E; }

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

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

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

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

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

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

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

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