#D1737E

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

Shades of Charm #D1737E

Tints of Charm #D1737E

Color information

#D1737E (or 0xD1737E) is unknown color: approx Charm. HEX triplet: D1, 73 and 7E. RGB value is (209,115,126). Sum of RGB (Red+Green+Blue) = 209+115+126=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D1737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1737E is #2E8C81. Grayscale: #909090. Windows color (decimal): -3050626 or 8287185. OLE color: 8287185.

HSL color Cylindrical-coordinate representation of color #D1737E: hue angle of 352.98º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1737E is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB209115126-
CMYK00.450.400.18
HSL352.98º50.54%63.53%-
HSV(B)352.98º44.98%81.96%-
XYZ36.1927.3223.11-
YUV144.36117.64174.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.44%
GREEN value IS 115 (45.31% from 255) = 25.56%
BLUE value IS 126 (49.61% from 255) = 28%
R=46.44%
G=25.56%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911512600.450.400.18352.9850.5463.53
HexD1737E02D28121613340
Octal321163176055502254163100
Binary11010001111001111111100101101101000100101011000011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1737E; }

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

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

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

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

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

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

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

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