#D87E85

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

Shades of Charm #D87E85

Tints of Charm #D87E85

Color information

#D87E85 (or 0xD87E85) is unknown color: approx Charm. HEX triplet: D8, 7E and 85. RGB value is (216,126,133). Sum of RGB (Red+Green+Blue) = 216+126+133=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87E85 is #27817A. Grayscale: #999999. Windows color (decimal): -2589051 or 8748760. OLE color: 8748760.

HSL color Cylindrical-coordinate representation of color #D87E85: hue angle of 355.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87E85 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB216126133-
CMYK00.420.380.15
HSL355.33º53.57%67.06%-
HSV(B)355.33º41.67%84.71%-
XYZ40.0131.2126.11-
YUV153.71116.32172.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.47%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 133 (52.34% from 255) = 28%
R=45.47%
G=26.53%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612613300.420.380.15355.3353.5767.06
HexD87E8502A26F1633643
Octal330176205052461754366103
Binary11011000111111010000101010101010011011111011000111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87E85; }

 p { color: rgb(216,126,133); }

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

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

 a { background-color: rgb(216,126,133); }

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

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

 span { border-color: rgb(216,126,133); }

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