#D3707C

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

Shades of Charm #D3707C

Tints of Charm #D3707C

Color information

#D3707C (or 0xD3707C) is unknown color: approx Charm. HEX triplet: D3, 70 and 7C. RGB value is (211,112,124). Sum of RGB (Red+Green+Blue) = 211+112+124=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D3707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3707C is #2C8F83. Grayscale: #8F8F8F. Windows color (decimal): -2920324 or 8155347. OLE color: 8155347.

HSL color Cylindrical-coordinate representation of color #D3707C: hue angle of 352.73º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3707C is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB211112124-
CMYK00.470.410.17
HSL352.73º52.94%63.33%-
HSV(B)352.73º46.92%82.75%-
XYZ36.326.8922.35-
YUV142.97117.3176.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.20%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=47.20%
G=25.06%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111212400.470.410.17352.7352.9463.33
HexD3707C02F2911161353f
Octal32316017405751215416577
Binary1101001111100001111100010111110100110001101100001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3707C; }

 p { color: rgb(211,112,124); }

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

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

 a { background-color: rgb(211,112,124); }

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

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

 span { border-color: rgb(211,112,124); }

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