#D87A8A

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

Shades of Charm #D87A8A

Tints of Charm #D87A8A

Color information

#D87A8A (or 0xD87A8A) is unknown color: approx Charm. HEX triplet: D8, 7A and 8A. RGB value is (216,122,138). Sum of RGB (Red+Green+Blue) = 216+122+138=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87A8A is #278575. Grayscale: #979797. Windows color (decimal): -2590070 or 9075416. OLE color: 9075416.

HSL color Cylindrical-coordinate representation of color #D87A8A: hue angle of 349.79º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87A8A is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB216122138-
CMYK00.440.360.15
HSL349.79º54.65%66.27%-
HSV(B)349.79º43.52%84.71%-
XYZ39.8730.3527.8-
YUV151.93120.14173.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.38%
GREEN value IS 122 (48.05% from 255) = 25.63%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=45.38%
G=25.63%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612213800.440.360.15349.7954.6566.27
HexD87A8A02C24F15e3742
Octal330172212054441753667102
Binary11011000111101010001010010110010010011111010111101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87A8A; }

 p { color: rgb(216,122,138); }

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

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

 a { background-color: rgb(216,122,138); }

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

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

 span { border-color: rgb(216,122,138); }

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