#D77F8A

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

Shades of Charm #D77F8A

Tints of Charm #D77F8A

Color information

#D77F8A (or 0xD77F8A) is unknown color: approx Charm. HEX triplet: D7, 7F and 8A. RGB value is (215,127,138). Sum of RGB (Red+Green+Blue) = 215+127+138=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F8A is #288075. Grayscale: #9A9A9A. Windows color (decimal): -2654326 or 9076695. OLE color: 9076695.

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

Color convert

RGB215127138-
CMYK00.410.360.16
HSL352.5º52.38%67.06%-
HSV(B)352.5º40.93%84.31%-
XYZ40.231.4628-
YUV154.57118.65171.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.79%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=44.79%
G=26.46%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512713800.410.360.16352.552.3867.06
HexD77F8A02924101603443
Octal327177212051442054064103
Binary110101111111111100010100101001100100100001011000001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77F8A; }

 p { color: rgb(215,127,138); }

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

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

 a { background-color: rgb(215,127,138); }

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

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

 span { border-color: rgb(215,127,138); }

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