#D5748C

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

Shades of Charm #D5748C

Tints of Charm #D5748C

Color information

#D5748C (or 0xD5748C) is unknown color: approx Charm. HEX triplet: D5, 74 and 8C. RGB value is (213,116,140). Sum of RGB (Red+Green+Blue) = 213+116+140=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5748C is #2A8B73. Grayscale: #939393. Windows color (decimal): -2788212 or 9204949. OLE color: 9204949.

HSL color Cylindrical-coordinate representation of color #D5748C: hue angle of 345.15º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5748C is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB213116140-
CMYK00.460.340.16
HSL345.15º53.59%64.51%-
HSV(B)345.15º45.54%83.53%-
XYZ38.4228.5328.29-
YUV147.74123.64174.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.42%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=45.42%
G=24.73%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311614000.460.340.16345.1553.5964.51
HexD5748C02E22101593641
Octal325164214056422053166101
Binary110101011110100100011000101110100010100001010110011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5748C; }

 p { color: rgb(213,116,140); }

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

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

 a { background-color: rgb(213,116,140); }

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

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

 span { border-color: rgb(213,116,140); }

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