#D37A94

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

Shades of Charm #D37A94

Tints of Charm #D37A94

Color information

#D37A94 (or 0xD37A94) is unknown color: approx Charm. HEX triplet: D3, 7A and 94. RGB value is (211,122,148). Sum of RGB (Red+Green+Blue) = 211+122+148=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37A94 is #2C856B. Grayscale: #979797. Windows color (decimal): -2917740 or 9730771. OLE color: 9730771.

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

Color convert

RGB211122148-
CMYK00.420.300.17
HSL342.47º50.28%65.29%-
HSV(B)342.47º42.18%82.75%-
XYZ39.1729.9131.73-
YUV151.57125.99170.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.87%
GREEN value IS 122 (48.05% from 255) = 25.36%
BLUE value IS 148 (58.20% from 255) = 30.77%
R=43.87%
G=25.36%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112214800.420.300.17342.4750.2865.29
HexD37A9402A1E111563241
Octal323172224052362152662101
Binary11010011111101010010100010101011110100011010101101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37A94; }

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

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

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

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

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

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

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

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