#D36A7F

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

Shades of Charm #D36A7F

Tints of Charm #D36A7F

Color information

#D36A7F (or 0xD36A7F) is unknown color: approx Charm. HEX triplet: D3, 6A and 7F. RGB value is (211,106,127). Sum of RGB (Red+Green+Blue) = 211+106+127=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D36A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36A7F is #2C9580. Grayscale: #8B8B8B. Windows color (decimal): -2921857 or 8350419. OLE color: 8350419.

HSL color Cylindrical-coordinate representation of color #D36A7F: hue angle of 348º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36A7F is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB211106127-
CMYK00.500.400.17
HSL348º54.4%62.16%-
HSV(B)348º49.76%82.75%-
XYZ35.8525.6923.15-
YUV139.79120.79178.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.52%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 127 (50% from 255) = 28.60%
R=47.52%
G=23.87%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110612700.500.400.1734854.462.16
HexD36A7F032281115c363e
Octal32315217706250215346676
Binary1101001111010101111111011001010100010001101011100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36A7F; }

 p { color: rgb(211,106,127); }

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

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

 a { background-color: rgb(211,106,127); }

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

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

 span { border-color: rgb(211,106,127); }

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