#D2737E

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

Shades of Charm #D2737E

Tints of Charm #D2737E

Color information

#D2737E (or 0xD2737E) is unknown color: approx Charm. HEX triplet: D2, 73 and 7E. RGB value is (210,115,126). Sum of RGB (Red+Green+Blue) = 210+115+126=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2737E is #2D8C81. Grayscale: #909090. Windows color (decimal): -2985090 or 8287186. OLE color: 8287186.

HSL color Cylindrical-coordinate representation of color #D2737E: hue angle of 353.05º 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 #D2737E is Cyan = 0, Magento = 0.45, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB210115126-
CMYK00.450.40.18
HSL353.05º51.35%63.73%-
HSV(B)353.05º45.24%82.35%-
XYZ36.4727.4723.12-
YUV144.66117.47174.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.56%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 126 (49.61% from 255) = 27.94%
R=46.56%
G=25.50%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011512600.450.40.18353.0551.3563.73
HexD2737E02D28121613340
Octal322163176055502254163100
Binary11010010111001111111100101101101000100101011000011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2737E; }

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

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

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

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

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

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

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

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