#D37B8E

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

Shades of Charm #D37B8E

Tints of Charm #D37B8E

Color information

#D37B8E (or 0xD37B8E) is unknown color: approx Charm. HEX triplet: D3, 7B and 8E. RGB value is (211,123,142). Sum of RGB (Red+Green+Blue) = 211+123+142=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37B8E is #2C8471. Grayscale: #979797. Windows color (decimal): -2917490 or 9337811. OLE color: 9337811.

HSL color Cylindrical-coordinate representation of color #D37B8E: hue angle of 347.05º 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 #D37B8E is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB211123142-
CMYK00.420.330.17
HSL347.05º50%65.49%-
HSV(B)347.05º41.71%82.75%-
XYZ38.8329.9729.33-
YUV151.48122.65170.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.33%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 142 (55.86% from 255) = 29.83%
R=44.33%
G=25.84%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112314200.420.330.17347.055065.49
HexD37B8E02A211115b3241
Octal323173216052412153362101
Binary110100111111011100011100101010100001100011010110111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37B8E; }

 p { color: rgb(211,123,142); }

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

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

 a { background-color: rgb(211,123,142); }

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

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

 span { border-color: rgb(211,123,142); }

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