#D87C92

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

Shades of Charm #D87C92

Tints of Charm #D87C92

Color information

#D87C92 (or 0xD87C92) is unknown color: approx Charm. HEX triplet: D8, 7C and 92. RGB value is (216,124,146). Sum of RGB (Red+Green+Blue) = 216+124+146=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87C92 is #27836D. Grayscale: #9A9A9A. Windows color (decimal): -2589550 or 9600216. OLE color: 9600216.

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

Color convert

RGB216124146-
CMYK00.430.320.15
HSL345.65º54.12%66.67%-
HSV(B)345.65º42.59%84.71%-
XYZ40.7131.0931.05-
YUV154.02123.48172.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.44%
GREEN value IS 124 (48.83% from 255) = 25.51%
BLUE value IS 146 (57.42% from 255) = 30.04%
R=44.44%
G=25.51%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612414600.430.320.15345.6554.1266.67
HexD87C9202B20F15a3643
Octal330174222053401753266103
Binary11011000111110010010010010101110000011111010110101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87C92; }

 p { color: rgb(216,124,146); }

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

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

 a { background-color: rgb(216,124,146); }

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

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

 span { border-color: rgb(216,124,146); }

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