#D37985

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

Shades of Charm #D37985

Tints of Charm #D37985

Color information

#D37985 (or 0xD37985) is unknown color: approx Charm. HEX triplet: D3, 79 and 85. RGB value is (211,121,133). Sum of RGB (Red+Green+Blue) = 211+121+133=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D37985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37985 is #2C867A. Grayscale: #959595. Windows color (decimal): -2918011 or 8747475. OLE color: 8747475.

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

Color convert

RGB211121133-
CMYK00.430.370.17
HSL352º50.56%65.1%-
HSV(B)352º42.65%82.75%-
XYZ37.9329.2225.83-
YUV149.28118.82172.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.38%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 133 (52.34% from 255) = 28.60%
R=45.38%
G=26.02%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112113300.430.370.1735250.5665.1
HexD3798502B25111603341
Octal323171205053452154063101
Binary110100111111001100001010101011100101100011011000001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37985; }

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

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

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

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

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

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

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

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