#D9758C

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

Shades of Charm #D9758C

Tints of Charm #D9758C

Color information

#D9758C (or 0xD9758C) is unknown color: approx Charm. HEX triplet: D9, 75 and 8C. RGB value is (217,117,140). Sum of RGB (Red+Green+Blue) = 217+117+140=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9758C is #268A73. Grayscale: #959595. Windows color (decimal): -2525812 or 9205209. OLE color: 9205209.

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

Color convert

RGB217117140-
CMYK00.460.350.15
HSL346.2º56.82%65.49%-
HSV(B)346.2º46.08%85.1%-
XYZ39.7129.3728.39-
YUV149.52122.63176.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.78%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 140 (55.08% from 255) = 29.54%
R=45.78%
G=24.68%
B=29.54%

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
Decimal21711714000.460.350.15346.256.8265.49
HexD9758C02E23F15a3941
Octal331165214056431753271101
Binary11011001111010110001100010111010001111111010110101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9758C; }

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

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

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

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

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

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

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

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