#D37685

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

Shades of Charm #D37685

Tints of Charm #D37685

Color information

#D37685 (or 0xD37685) is unknown color: approx Charm. HEX triplet: D3, 76 and 85. RGB value is (211,118,133). Sum of RGB (Red+Green+Blue) = 211+118+133=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D37685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37685 is #2C897A. Grayscale: #939393. Windows color (decimal): -2918779 or 8746707. OLE color: 8746707.

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

Color convert

RGB211118133-
CMYK00.440.370.17
HSL350.32º51.38%64.51%-
HSV(B)350.32º44.08%82.75%-
XYZ37.5828.525.71-
YUV147.52119.81173.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.67%
GREEN value IS 118 (46.48% from 255) = 25.54%
BLUE value IS 133 (52.34% from 255) = 28.79%
R=45.67%
G=25.54%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111813300.440.370.17350.3251.3864.51
HexD3768502C251115e3341
Octal323166205054452153663101
Binary110100111110110100001010101100100101100011010111101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37685; }

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

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

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

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

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

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

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

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