#D37A85

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

Shades of Charm #D37A85

Tints of Charm #D37A85

Color information

#D37A85 (or 0xD37A85) is unknown color: approx Charm. HEX triplet: D3, 7A and 85. RGB value is (211,122,133). Sum of RGB (Red+Green+Blue) = 211+122+133=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37A85 is #2C857A. Grayscale: #959595. Windows color (decimal): -2917755 or 8747731. OLE color: 8747731.

HSL color Cylindrical-coordinate representation of color #D37A85: hue angle of 352.58º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37A85 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB211122133-
CMYK00.420.370.17
HSL352.58º50.28%65.29%-
HSV(B)352.58º42.18%82.75%-
XYZ38.0629.4625.87-
YUV149.86118.49171.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.28%
GREEN value IS 122 (48.05% from 255) = 26.18%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=45.28%
G=26.18%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112213300.420.370.17352.5850.2865.29
HexD37A8502A25111613241
Octal323172205052452154162101
Binary110100111111010100001010101010100101100011011000011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37A85; }

 p { color: rgb(211,122,133); }

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

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

 a { background-color: rgb(211,122,133); }

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

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

 span { border-color: rgb(211,122,133); }

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