#D87D8D

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

Shades of Charm #D87D8D

Tints of Charm #D87D8D

Color information

#D87D8D (or 0xD87D8D) is unknown color: approx Charm. HEX triplet: D8, 7D and 8D. RGB value is (216,125,141). Sum of RGB (Red+Green+Blue) = 216+125+141=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87D8D is #278272. Grayscale: #9A9A9A. Windows color (decimal): -2589299 or 9272792. OLE color: 9272792.

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

Color convert

RGB216125141-
CMYK00.420.350.15
HSL349.45º53.85%66.86%-
HSV(B)349.45º42.13%84.71%-
XYZ40.4631.1929.09-
YUV154.03120.65172.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.81%
GREEN value IS 125 (49.22% from 255) = 25.93%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=44.81%
G=25.93%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612514100.420.350.15349.4553.8566.86
HexD87D8D02A23F15d3643
Octal330175215052431753566103
Binary11011000111110110001101010101010001111111010111011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87D8D; }

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

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

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

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

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

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

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

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