#D8758C

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

Shades of Charm #D8758C

Tints of Charm #D8758C

Color information

#D8758C (or 0xD8758C) is unknown color: approx Charm. HEX triplet: D8, 75 and 8C. RGB value is (216,117,140). Sum of RGB (Red+Green+Blue) = 216+117+140=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8758C is #278A73. Grayscale: #959595. Windows color (decimal): -2591348 or 9205208. OLE color: 9205208.

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

Color convert

RGB216117140-
CMYK00.460.350.15
HSL346.06º55.93%65.29%-
HSV(B)346.06º45.83%84.71%-
XYZ39.4129.2128.37-
YUV149.22122.8175.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.67%
GREEN value IS 117 (46.09% from 255) = 24.74%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=45.67%
G=24.74%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611714000.460.350.15346.0655.9365.29
HexD8758C02E23F15a3841
Octal330165214056431753270101
Binary11011000111010110001100010111010001111111010110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8758C; }

 p { color: rgb(216,117,140); }

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

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

 a { background-color: rgb(216,117,140); }

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

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

 span { border-color: rgb(216,117,140); }

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