#D5748E

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

Shades of Charm #D5748E

Tints of Charm #D5748E

Color information

#D5748E (or 0xD5748E) is unknown color: approx Charm. HEX triplet: D5, 74 and 8E. RGB value is (213,116,142). Sum of RGB (Red+Green+Blue) = 213+116+142=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5748E is #2A8B71. Grayscale: #939393. Windows color (decimal): -2788210 or 9336021. OLE color: 9336021.

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

Color convert

RGB213116142-
CMYK00.460.330.16
HSL343.92º53.59%64.51%-
HSV(B)343.92º45.54%83.53%-
XYZ38.5728.5929.08-
YUV147.97124.64174.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.22%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 142 (55.86% from 255) = 30.15%
R=45.22%
G=24.63%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311614200.460.330.16343.9253.5964.51
HexD5748E02E21101583641
Octal325164216056412053066101
Binary110101011110100100011100101110100001100001010110001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5748E; }

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

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

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

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

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

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

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

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