#D5737E

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

Shades of Charm #D5737E

Tints of Charm #D5737E

Color information

#D5737E (or 0xD5737E) is unknown color: approx Charm. HEX triplet: D5, 73 and 7E. RGB value is (213,115,126). Sum of RGB (Red+Green+Blue) = 213+115+126=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5737E is #2A8C81. Grayscale: #919191. Windows color (decimal): -2788482 or 8287189. OLE color: 8287189.

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

Color convert

RGB213115126-
CMYK00.460.410.16
HSL353.27º53.85%64.31%-
HSV(B)353.27º46.01%83.53%-
XYZ37.3427.9123.16-
YUV145.56116.97176.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.92%
GREEN value IS 115 (45.31% from 255) = 25.33%
BLUE value IS 126 (49.61% from 255) = 27.75%
R=46.92%
G=25.33%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311512600.460.410.16353.2753.8564.31
HexD5737E02E29101613640
Octal325163176056512054166100
Binary11010101111001111111100101110101001100001011000011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5737E; }

 p { color: rgb(213,115,126); }

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

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

 a { background-color: rgb(213,115,126); }

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

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

 span { border-color: rgb(213,115,126); }

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