#D87488

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

Shades of Charm #D87488

Tints of Charm #D87488

Color information

#D87488 (or 0xD87488) is unknown color: approx Charm. HEX triplet: D8, 74 and 88. RGB value is (216,116,136). Sum of RGB (Red+Green+Blue) = 216+116+136=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D87488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87488 is #278B77. Grayscale: #949494. Windows color (decimal): -2591608 or 8942808. OLE color: 8942808.

HSL color Cylindrical-coordinate representation of color #D87488: hue angle of 348º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D87488 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB216116136-
CMYK00.460.370.15
HSL348º56.18%65.1%-
HSV(B)348º46.3%84.71%-
XYZ39.0128.8726.81-
YUV148.18121.13176.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.15%
GREEN value IS 116 (45.70% from 255) = 24.79%
BLUE value IS 136 (53.52% from 255) = 29.06%
R=46.15%
G=24.79%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611613600.460.370.1534856.1865.1
HexD8748802E25F15c3841
Octal330164210056451753470101
Binary11011000111010010001000010111010010111111010111001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87488; }

 p { color: rgb(216,116,136); }

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

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

 a { background-color: rgb(216,116,136); }

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

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

 span { border-color: rgb(216,116,136); }

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