#D87F8D

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

Shades of Charm #D87F8D

Tints of Charm #D87F8D

Color information

#D87F8D (or 0xD87F8D) is unknown color: approx Charm. HEX triplet: D8, 7F and 8D. RGB value is (216,127,141). Sum of RGB (Red+Green+Blue) = 216+127+141=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F8D is #278072. Grayscale: #9B9B9B. Windows color (decimal): -2588787 or 9273304. OLE color: 9273304.

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

Color convert

RGB216127141-
CMYK00.410.350.15
HSL350.56º53.29%67.25%-
HSV(B)350.56º41.2%84.71%-
XYZ40.7231.729.17-
YUV155.21119.99171.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.63%
GREEN value IS 127 (50% from 255) = 26.24%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=44.63%
G=26.24%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612714100.410.350.15350.5653.2967.25
HexD87F8D02923F15f3543
Octal330177215051431753765103
Binary11011000111111110001101010100110001111111010111111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87F8D; }

 p { color: rgb(216,127,141); }

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

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

 a { background-color: rgb(216,127,141); }

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

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

 span { border-color: rgb(216,127,141); }

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