#D5747F

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

Shades of Charm #D5747F

Tints of Charm #D5747F

Color information

#D5747F (or 0xD5747F) is unknown color: approx Charm. HEX triplet: D5, 74 and 7F. RGB value is (213,116,127). Sum of RGB (Red+Green+Blue) = 213+116+127=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5747F is #2A8B80. Grayscale: #929292. Windows color (decimal): -2788225 or 8352981. OLE color: 8352981.

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

Color convert

RGB213116127-
CMYK00.460.400.16
HSL353.2º53.59%64.51%-
HSV(B)353.2º45.54%83.53%-
XYZ37.5228.1723.54-
YUV146.26117.14175.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 116 (45.70% from 255) = 25.44%
BLUE value IS 127 (50% from 255) = 27.85%
R=46.71%
G=25.44%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311612700.460.400.16353.253.5964.51
HexD5747F02E28101613641
Octal325164177056502054166101
Binary11010101111010011111110101110101000100001011000011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5747F; }

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

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

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

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

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

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

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

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