#D37D8B

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

Shades of Charm #D37D8B

Tints of Charm #D37D8B

Color information

#D37D8B (or 0xD37D8B) is unknown color: approx Charm. HEX triplet: D3, 7D and 8B. RGB value is (211,125,139). Sum of RGB (Red+Green+Blue) = 211+125+139=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37D8B is #2C8274. Grayscale: #989898. Windows color (decimal): -2916981 or 9141715. OLE color: 9141715.

HSL color Cylindrical-coordinate representation of color #D37D8B: hue angle of 350.23º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37D8B is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB211125139-
CMYK00.410.340.17
HSL350.23º49.43%65.88%-
HSV(B)350.23º40.76%82.75%-
XYZ38.8630.3828.24-
YUV152.31120.49169.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.42%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=44.42%
G=26.32%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112513900.410.340.17350.2349.4365.88
HexD37D8B029221115e3142
Octal323175213051422153661102
Binary110100111111101100010110101001100010100011010111101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37D8B; }

 p { color: rgb(211,125,139); }

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

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

 a { background-color: rgb(211,125,139); }

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

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

 span { border-color: rgb(211,125,139); }

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