#D37A95

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

Shades of Charm #D37A95

Tints of Charm #D37A95

Color information

#D37A95 (or 0xD37A95) is unknown color: approx Charm. HEX triplet: D3, 7A and 95. RGB value is (211,122,149). Sum of RGB (Red+Green+Blue) = 211+122+149=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37A95 is #2C856A. Grayscale: #979797. Windows color (decimal): -2917739 or 9796307. OLE color: 9796307.

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

Color convert

RGB211122149-
CMYK00.420.290.17
HSL341.8º50.28%65.29%-
HSV(B)341.8º42.18%82.75%-
XYZ39.2529.9432.14-
YUV151.69126.49170.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.78%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=43.78%
G=25.31%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112214900.420.290.17341.850.2865.29
HexD37A9502A1D111563241
Octal323172225052352152662101
Binary11010011111101010010101010101011101100011010101101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37A95; }

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

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

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

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

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

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

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

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